public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Pinnacle PCTV 71e
@ 2008-04-03  0:20 rvm
  2008-04-03  2:47 ` Antti Palosaari
  0 siblings, 1 reply; 7+ messages in thread
From: rvm @ 2008-04-03  0:20 UTC (permalink / raw)
  To: linux-dvb

Isn't still possible to use the Pinnacle PCTV 71e in linux?

I installed the latest v4l-dvb as explained in
http://www.linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
but this dvb-t stick is still not recognized.

# lsusb
Bus 005 Device 003: ID 2304:022b Pinnacle Systems, Inc. [hex]
Bus 005 Device 002: ID 05e3:0710 Genesys Logic, Inc.
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

usbview:

PCTV 71e
Manufacturer: Pinnacle Systems
Serial Number: 010101010600001
Speed: 480Mb/s (high)
USB Version:  2.00
Device Class: 00(>ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 2304
Product Id: 022b
Revision Number:  2.00

Config Number: 1
	Number of Interfaces: 1
	Attributes: 80
	MaxPower Needed: 500mA

	Interface Number: 0
		Name: (none)
		Alternate Number: 0
		Class: ff(vend.)
		Sub Class: 0
		Protocol: 0
		Number of Endpoints: 4

			Endpoint Address: 81
			Direction: in
			Attribute: 2
			Type: Bulk
			Max Packet Size: 512
			Interval: 0ms

			Endpoint Address: 02
			Direction: out
			Attribute: 2
			Type: Bulk
			Max Packet Size: 512
			Interval: 0ms

			Endpoint Address: 84
			Direction: in
			Attribute: 2
			Type: Bulk
			Max Packet Size: 512
			Interval: 0ms

			Endpoint Address: 85
			Direction: in
			Attribute: 2
			Type: Bulk
			Max Packet Size: 512
			Interval: 0ms

-- 
Pepe

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-dvb] Pinnacle PCTV 71e
  2008-04-03  0:20 [linux-dvb] Pinnacle PCTV 71e rvm
@ 2008-04-03  2:47 ` Antti Palosaari
  2008-04-05 23:54   ` rvm
  0 siblings, 1 reply; 7+ messages in thread
From: Antti Palosaari @ 2008-04-03  2:47 UTC (permalink / raw)
  To: rvm; +Cc: linux-dvb

rvm wrote:
> Isn't still possible to use the Pinnacle PCTV 71e in linux?

Yes, it is.
http://linuxtv.org/hg/~anttip/af9015/

regards
Antti
-- 
http://palosaari.fi/

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-dvb] Pinnacle PCTV 71e
  2008-04-03  2:47 ` Antti Palosaari
@ 2008-04-05 23:54   ` rvm
  2008-04-06 17:47     ` Antti Palosaari
  0 siblings, 1 reply; 7+ messages in thread
From: rvm @ 2008-04-05 23:54 UTC (permalink / raw)
  To: linux-dvb

2008/4/3, Antti Palosaari <crope@iki.fi>:
> rvm wrote:
>
> > Isn't still possible to use the Pinnacle PCTV 71e in linux?
> >
>
>  Yes, it is.
>  http://linuxtv.org/hg/~anttip/af9015/

I couldn't compile this driver in my linux, maybe because the kernel is old:

> make
make -C /tmp/af9015-2eb574241ebe/v4l
make[1]: Entering directory `/tmp/af9015-2eb574241ebe/v4l'
No version yet, using 2.6.8-24-default
make[1]: Leaving directory `/tmp/af9015-2eb574241ebe/v4l'
make[1]: Entering directory `/tmp/af9015-2eb574241ebe/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.8
File not found: /lib/modules/2.6.8-24-default/build/.config at
./scripts/make_kconfig.pl line 32, <IN> line 4.
make[1]: *** [.config] Error 2
make[1]: Leaving directory `/tmp/af9015-2eb574241ebe/v4l'
make: *** [all] Error 2

But I was able to compile it in a kubuntu running in a virtual machine
in windows. Yes, now it recognizes the usb stick, and more or less
works. Kaffeine finds channels but then it only displays random lines
instead of the image.

With mplayer it's better, image is almost good, but it gets corrupted
(blocks appear) very often, which doesn't happen in Windows.

The main problem is that when mplayer is closed, the device doesn't
work anymore. It's like the /dev/dvb/* had gone. Unplugin and plugin
the stick doesn't fix the problem, it's necessary to reboot :(

-- 
Pepe

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-dvb] Pinnacle PCTV 71e
  2008-04-05 23:54   ` rvm
@ 2008-04-06 17:47     ` Antti Palosaari
  2008-04-07  1:46       ` rvm
  0 siblings, 1 reply; 7+ messages in thread
From: Antti Palosaari @ 2008-04-06 17:47 UTC (permalink / raw)
  To: rvm; +Cc: linux-dvb

rvm wrote:
> But I was able to compile it in a kubuntu running in a virtual machine
> in windows. Yes, now it recognizes the usb stick, and more or less
> works. Kaffeine finds channels but then it only displays random lines
> instead of the image.
> 
> With mplayer it's better, image is almost good, but it gets corrupted
> (blocks appear) very often, which doesn't happen in Windows.
> 
> The main problem is that when mplayer is closed, the device doesn't
> work anymore. It's like the /dev/dvb/* had gone. Unplugin and plugin
> the stick doesn't fix the problem, it's necessary to reboot :(

Can you test again. I did some updates and hopefully it will fix that 
last problem.

regards
Antti
-- 
http://palosaari.fi/

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-dvb] Pinnacle PCTV 71e
  2008-04-06 17:47     ` Antti Palosaari
@ 2008-04-07  1:46       ` rvm
  2008-04-07  2:03         ` Antti Palosaari
  0 siblings, 1 reply; 7+ messages in thread
From: rvm @ 2008-04-07  1:46 UTC (permalink / raw)
  To: linux-dvb

2008/4/6, Antti Palosaari <crope@iki.fi>:
> rvm wrote:
>
> > But I was able to compile it in a kubuntu running in a virtual machine
> > in windows. Yes, now it recognizes the usb stick, and more or less
> > works. Kaffeine finds channels but then it only displays random lines
> > instead of the image.
> >
> > With mplayer it's better, image is almost good, but it gets corrupted
> > (blocks appear) very often, which doesn't happen in Windows.
> >
> > The main problem is that when mplayer is closed, the device doesn't
> > work anymore. It's like the /dev/dvb/* had gone. Unplugin and plugin
> > the stick doesn't fix the problem, it's necessary to reboot :(
> >
>
>  Can you test again. I did some updates and hopefully it will fix that last
> problem.

Yes, that problem seems fixed. Thanks.

Still I'm getting the video (and audio) corrupted, could it be because
of the firmware? I used this one:
http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw

-- 
Pepe

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-dvb] Pinnacle PCTV 71e
  2008-04-07  1:46       ` rvm
@ 2008-04-07  2:03         ` Antti Palosaari
  2008-04-07  8:46           ` rvm
  0 siblings, 1 reply; 7+ messages in thread
From: Antti Palosaari @ 2008-04-07  2:03 UTC (permalink / raw)
  To: rvm; +Cc: linux-dvb

rvm wrote:
> 2008/4/6, Antti Palosaari <crope@iki.fi>:
>> rvm wrote:
>>
>>> But I was able to compile it in a kubuntu running in a virtual machine
>>> in windows. Yes, now it recognizes the usb stick, and more or less
>>> works. Kaffeine finds channels but then it only displays random lines
>>> instead of the image.
>>>
>>> With mplayer it's better, image is almost good, but it gets corrupted
>>> (blocks appear) very often, which doesn't happen in Windows.
>>>
>>> The main problem is that when mplayer is closed, the device doesn't
>>> work anymore. It's like the /dev/dvb/* had gone. Unplugin and plugin
>>> the stick doesn't fix the problem, it's necessary to reboot :(
>>>
>>  Can you test again. I did some updates and hopefully it will fix that last
>> problem.
> 
> Yes, that problem seems fixed. Thanks.

Thanks for testing.

> Still I'm getting the video (and audio) corrupted, could it be because
> of the firmware? I used this one:
> http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw

No, it is no firmware issue. Firmware 4.95 is latest one and OK.

Can you say which tuner your device has? You can see that from 
message.log (dmesg). Please copy paste some lines.

regards
Antti
-- 
http://palosaari.fi/

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-dvb] Pinnacle PCTV 71e
  2008-04-07  2:03         ` Antti Palosaari
@ 2008-04-07  8:46           ` rvm
  0 siblings, 0 replies; 7+ messages in thread
From: rvm @ 2008-04-07  8:46 UTC (permalink / raw)
  To: linux-dvb

2008/4/7, Antti Palosaari <crope@iki.fi>:
> rvm wrote:
>

>
> > Still I'm getting the video (and audio) corrupted, could it be because
> > of the firmware? I used this one:
> >
> http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw
> >
>
>  No, it is no firmware issue. Firmware 4.95 is latest one and OK.
>
>  Can you say which tuner your device has? You can see that from message.log
> (dmesg). Please copy paste some lines.

[  910.286534] af9015_usb_probe: interface:0
[  910.292965] af9015_identify_state: reply:02
[  910.293003] dvb-usb: found a 'Pinnacle PCTV 71e' in warm state.
[  910.293608] dvb-usb: will pass the complete MPEG2 transport stream
to the software demuxer.
[  910.300877] DVB: registering new adapter (Pinnacle PCTV 71e)
[  910.304752] af9015_eeprom_dump:
[  910.432810] 00: 2f cc af 0b 00 00 00 00 04 23 2b 02 00 02 01 02
[  910.498755] 10: 03 80 00 fa fa 10 40 ef 00 30 31 30 31 31 31 30
[  910.554155] 20: 38 30 36 30 30 30 33 45 ff ff ff ff ff ff ff ff
[  910.610246] 30: 00 00 3a 01 00 08 02 00 1d 8d d2 04 82 ff ff ff
[  910.664090] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff
[  910.720030] 50: ff ff ff ff ff 24 00 00 04 03 09 04 22 03 50 00
[  910.778381] 60: 69 00 6e 00 6e 00 61 00 63 00 6c 00 65 00 20 00
[  910.837528] 70: 53 00 79 00 73 00 74 00 65 00 6d 00 73 00 12 03
[  910.895432] 80: 50 00 43 00 54 00 56 00 20 00 37 00 31 00 65 00
[  910.956367] 90: 20 03 30 00 31 00 30 00 31 00 30 00 31 00 30 00
[  911.013294] a0: 31 00 30 00 36 00 30 00 30 00 30 00 30 00 31 00
[  911.075256] b0: 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[  911.135892] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[  911.194811] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[  911.252938] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[  911.310816] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[  911.314842] af9015_read_config: xtal:2 set adc_clock:28000
[  911.322559] af9015_read_config: IF1:36125
[  911.330385] af9015_read_config: MT2060 IF1:1234
[  911.332447] af9015_read_config: tuner id1:130
[  911.335536] af9015_read_config: spectral inversion:0
[  911.421856] af9013: firmware version:4.95.0
[  911.422145] DVB: registering frontend 0 (Afatech AF9013 DVB-T)...
[  911.422287] af9015_tuner_attach:
[  911.422351] af9015_set_gpio: gpio:3 gpioval:03
[  911.474019] MT2060: successfully identified (IF1 = 1234)
[  912.044368] dvb-usb: Pinnacle PCTV 71e successfully initialized and
connected.


-- 
Pepe

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-04-07  8:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-03  0:20 [linux-dvb] Pinnacle PCTV 71e rvm
2008-04-03  2:47 ` Antti Palosaari
2008-04-05 23:54   ` rvm
2008-04-06 17:47     ` Antti Palosaari
2008-04-07  1:46       ` rvm
2008-04-07  2:03         ` Antti Palosaari
2008-04-07  8:46           ` rvm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox