Re: [linux-dvb] New unsupported device
Could you try with the files I send? .config must go to v4l-dvb/v4l/ folder (it's for just compiling dibcom stuff), dib0700_devices.c and dvb-usb-ids.h go to v4l-dvb/linux/drivers/media/dvb/dvb-usb/ Albert 2008/3/18, insomniac <[EMAIL PROTECTED]>: > > On Mon, 17 Mar 2008 23:59:07 +0100 > > "Albert Comerma" <[EMAIL PROTECTED]> wrote: > > > > It's not clear that the patch worked with the differences of the > > source (it has a reference to the identifier matrix). I will try to > > add it just to check there's no problem with that. But tomorrw... > > > Yes, they differ, so I tried to patch by hand. In attachment the patch > I did based on Antti's patch and your tarball (after a make clean). > Don't really know if that makes sense in my case. > > Regards, > > -- > > Andrea Barberio > > [EMAIL PROTECTED] - Linux&C. > [EMAIL PROTECTED] - Slackware Linux Project Italia > GPG key on http://insomniac.slackware.it/gpgkey.asc > 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D > SIP: 5327786, Phone: 06 916503784 > > files.tgz Description: GNU Zip compressed data ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 23:59:07 +0100 "Albert Comerma" <[EMAIL PROTECTED]> wrote: > It's not clear that the patch worked with the differences of the > source (it has a reference to the identifier matrix). I will try to > add it just to check there's no problem with that. But tomorrw... Yes, they differ, so I tried to patch by hand. In attachment the patch I did based on Antti's patch and your tarball (after a make clean). Don't really know if that makes sense in my case. Regards, -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 diff -Nru v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c v4l-dvb-73e/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c --- v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2008-01-10 13:24:20.0 +0100 +++ v4l-dvb-73e/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2008-03-18 00:05:45.0 +0100 @@ -854,6 +854,7 @@ /* 20 */{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_EXPRESS) }, /* 21 */{ USB_DEVICE(USB_VID_GIGABYTE, USB_PID_GIGABYTE_U7000) }, /* 22 */{ USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV72e) }, + { USB_DEVICE(USB_VID_PINNACLE, 0x0237) }, // PCTV 73e looks similar as PCTV 2000e { 0 } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); @@ -895,7 +896,7 @@ }, }, - .num_device_descs = 8, + .num_device_descs = 9, .devices = { { "DiBcom STK7700P reference design", { &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] }, @@ -929,6 +930,10 @@ { "Gigabyte U7000", { &dib0700_usb_id_table[21], NULL }, { NULL }, + }, + { "Pinnacle PCTV 73e", +{ &dib0700_usb_id_table[14], NULL }, +{ NULL }, } }, ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
It's not clear that the patch worked with the differences of the source (it has a reference to the identifier matrix). I will try to add it just to check there's no problem with that. But tomorrw... 2008/3/17, insomniac <[EMAIL PROTECTED]>: > > On Mon, 17 Mar 2008 22:38:59 +0100 > > "Albert Comerma" <[EMAIL PROTECTED]> wrote: > > > > It would be very useful if you could open your device and have a look > > on what chips it has inside. Just to check that we are in the correct > > direction. > > > It looks hard to open without breaking plastics. I tried today a couple > of times, but if someone has experience in opening pinnacle cards, > please tell me :-) > > > > > > And your source? > > I tried both the tarball you pointed me out, and the latest sources > from v4l-dvb hg repository. I applied the patch from Antti on both > source trees and tried to load modules from both after make. But no one > succeeded. If you need, I can post again the output of dmesg from the > mainstream repository and from the tarball you gave me. > > > -- > > Andrea Barberio > > [EMAIL PROTECTED] - Linux&C. > [EMAIL PROTECTED] - Slackware Linux Project Italia > GPG key on http://insomniac.slackware.it/gpgkey.asc > 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D > SIP: 5327786, Phone: 06 916503784 > ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 22:38:59 +0100 "Albert Comerma" <[EMAIL PROTECTED]> wrote: > It would be very useful if you could open your device and have a look > on what chips it has inside. Just to check that we are in the correct > direction. It looks hard to open without breaking plastics. I tried today a couple of times, but if someone has experience in opening pinnacle cards, please tell me :-) > > > > And your source? I tried both the tarball you pointed me out, and the latest sources from v4l-dvb hg repository. I applied the patch from Antti on both source trees and tried to load modules from both after make. But no one succeeded. If you need, I can post again the output of dmesg from the mainstream repository and from the tarball you gave me. -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 22:20:15 +0100 "Albert Comerma" <[EMAIL PROTECTED]> wrote: > And your source? Sorry.. what do you mean with my source? -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 22:12:23 +0100 "Albert Comerma" <[EMAIL PROTECTED]> wrote: > Could you post your dmesg? Sure. http://rafb.net/p/dmtrHD49.html -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
Could you post your dmesg? 2008/3/17, insomniac <[EMAIL PROTECTED]>: > > On Mon, 17 Mar 2008 14:08:34 +0200 > > Antti Palosaari <[EMAIL PROTECTED]> wrote: > > > > yep, tuner is missing. It could be mt2266. Look other devices in the > > file patched and try if some of those will work. > > > No one worked :-( > Neither Albert's suggestions gave a solution for my USB stick, I'm > crawling in the dark.. > > > -- > Andrea Barberio > > [EMAIL PROTECTED] - Linux&C. > [EMAIL PROTECTED] - Slackware Linux Project Italia > GPG key on http://insomniac.slackware.it/gpgkey.asc > 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D > SIP: 5327786, Phone: 06 916503784 > > ___ > > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 14:08:34 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: > yep, tuner is missing. It could be mt2266. Look other devices in the > file patched and try if some of those will work. No one worked :-( Neither Albert's suggestions gave a solution for my USB stick, I'm crawling in the dark.. -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 13:42:14 +0100 "Albert Comerma" <[EMAIL PROTECTED]> wrote: > wget http://www.barbak.org/v4l_for_72e_dongle.tar.bz2 > tar xvjf v4l_for_72e_dongle.tar.bz2 > cd v4l-dvb > sudo cp firmware/dvb-usb-dib0700-1.10.fw /lib/firmware/ > make all > sudo make install > > Probably you will have to add the stuff that was being done in the > previous patch to the source before compilation. After patching by hand the source code from v4l_for_72e (due to one hunk rejected) with Antti's patch, and doing small changes to match my kernel version, drivers compiled and installed. Here is the dmesg after I plugged the card: dib0700: loaded with support for 5 different device-types usbcore: registered new interface driver dvb_usb_dib0700 but nothing more. This time no /dev/dvb/ was created, so it looks like a step backward :-( Regards, -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 13:42:14 +0100 "Albert Comerma" <[EMAIL PROTECTED]> wrote: > If you speak french you can have a look here; > > http://www.louviaux.com-a.googlepages.com/tntpinnaclepctvdvb-t72e Yes, I do, I will take a look right now because I've been offline all the day. Antti Palosaari <[EMAIL PROTECTED]> wrote: > > > yep, tuner is missing. It could be mt2266. Look other devices in > > > the file patched and try if some of those will work. It didn't work for me. I have also tried to load every module in the frontend group, but no one solved my problem. I'll try Albert's solution and let you know ASAP. Thanks, -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
If you speak french you can have a look here; http://www.louviaux.com-a.googlepages.com/tntpinnaclepctvdvb-t72e Or if you don't you can go the fast way; wget http://www.barbak.org/v4l_for_72e_dongle.tar.bz2 tar xvjf v4l_for_72e_dongle.tar.bz2 cd v4l-dvb sudo cp firmware/dvb-usb-dib0700-1.10.fw /lib/firmware/ make all sudo make install Probably you will have to add the stuff that was being done in the previous patch to the source before compilation. 2008/3/17, Albert Comerma <[EMAIL PROTECTED]>: > > Pinnacle 72e was working, so looking on what you said a modification of > the same driver should work with 73e... I will send the files later (I must > find them...), because I think the changes needed where not added to the > current v4l. > > /17, Antti Palosaari <[EMAIL PROTECTED]>: > > > > Jarryd Beck wrote: > > > That means the driver either couldn't work out what the tuner is > > > and therefore, couldn't attach a frontend, or there was an error > > > attaching the frontend. The next job is to work out what the > > > tuner chip is, you might have to open it up and read the writing > > > off the chip to find that out. > > > > > > yep, tuner is missing. It could be mt2266. Look other devices in the > > file patched and try if some of those will work. > > > > > > regards > > Antti > > -- > > http://palosaari.fi/ > > > > > > ___ > > linux-dvb mailing list > > linux-dvb@linuxtv.org > > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > > > > ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
Pinnacle 72e was working, so looking on what you said a modification of the same driver should work with 73e... I will send the files later (I must find them...), because I think the changes needed where not added to the current v4l. /17, Antti Palosaari <[EMAIL PROTECTED]>: > > Jarryd Beck wrote: > > That means the driver either couldn't work out what the tuner is > > and therefore, couldn't attach a frontend, or there was an error > > attaching the frontend. The next job is to work out what the > > tuner chip is, you might have to open it up and read the writing > > off the chip to find that out. > > > yep, tuner is missing. It could be mt2266. Look other devices in the > file patched and try if some of those will work. > > > regards > Antti > -- > http://palosaari.fi/ > > > ___ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
Jarryd Beck wrote: > That means the driver either couldn't work out what the tuner is > and therefore, couldn't attach a frontend, or there was an error > attaching the frontend. The next job is to work out what the > tuner chip is, you might have to open it up and read the writing > off the chip to find that out. yep, tuner is missing. It could be mt2266. Look other devices in the file patched and try if some of those will work. regards Antti -- http://palosaari.fi/ ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, Mar 17, 2008 at 9:48 PM, insomniac <[EMAIL PROTECTED]> wrote: > On Mon, 17 Mar 2008 10:41:47 +0100 > > insomniac <[EMAIL PROTECTED]> wrote: > > > > Patched and recompiled the modules. Now plugging in the usb stick > > triggers the loading of the related kernel modules. > > The one error I get in dmesg is > > > > dvb_core: exports duplicate symbol dvb_unregister_adapter (owned by > > kernel) > > Great :-) > Here my dmesg: > > dvb-usb: found a 'Pinnacle PCTV 73e' in cold state, will try to load a > firmware dvb-usb: downloading firmware from file > 'dvb-usb-dib0700-1.10.fw' dib0700: firmware started > successfully. > dvb-usb: found a 'Pinnacle PCTV 73e' in warm state. > dvb-usb: will pass the complete MPEG2 transport stream to the software > demuxer. > DVB: registering new adapter (Pinnacle PCTV 73e) > dvb-usb: no frontend was attached by 'Pinnacle PCTV 73e' > dvb-usb: will pass the complete MPEG2 transport stream to the software > demuxer. > DVB: registering new adapter (Pinnacle PCTV 73e) > dvb-usb: no frontend was attached by 'Pinnacle PCTV 73e' input: > IR-receiver inside an USB DVB receiver as /class/input/input6 > dvb-usb: schedule remote query interval to 150 msecs. > dvb-usb: Pinnacle PCTV 73e successfully initialized and connected. > > But another problem here: > > w_scan version 20060902 > Info: using DVB adapter auto detection. > Info: unable to open frontend /dev/dvb/adapter0/frontend0' > Info: unable to open frontend /dev/dvb/adapter1/frontend0' > Info: unable to open frontend /dev/dvb/adapter2/frontend0' > Info: unable to open frontend /dev/dvb/adapter3/frontend0' > main:2140: FATAL: * NO USEABLE DVB CARD FOUND. * > Please check wether dvb driver is loaded and > verify that no dvb application (i.e. vdr) is running. > > and also: > > # ls /dev/dvb/* > /dev/dvb/adapter0: > demux0 dvr0 net0 > > /dev/dvb/adapter1: > demux0 dvr0 net0 > > > So, no frontend is created. What may be? > > Thanks, > > > -- > Andrea Barberio > That means the driver either couldn't work out what the tuner is and therefore, couldn't attach a frontend, or there was an error attaching the frontend. The next job is to work out what the tuner chip is, you might have to open it up and read the writing off the chip to find that out. Jarryd. ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 10:41:47 +0100 insomniac <[EMAIL PROTECTED]> wrote: > Patched and recompiled the modules. Now plugging in the usb stick > triggers the loading of the related kernel modules. > The one error I get in dmesg is > > dvb_core: exports duplicate symbol dvb_unregister_adapter (owned by > kernel) Great :-) Here my dmesg: dvb-usb: found a 'Pinnacle PCTV 73e' in cold state, will try to load a firmware dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw' dib0700: firmware started successfully. dvb-usb: found a 'Pinnacle PCTV 73e' in warm state. dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. DVB: registering new adapter (Pinnacle PCTV 73e) dvb-usb: no frontend was attached by 'Pinnacle PCTV 73e' dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. DVB: registering new adapter (Pinnacle PCTV 73e) dvb-usb: no frontend was attached by 'Pinnacle PCTV 73e' input: IR-receiver inside an USB DVB receiver as /class/input/input6 dvb-usb: schedule remote query interval to 150 msecs. dvb-usb: Pinnacle PCTV 73e successfully initialized and connected. But another problem here: w_scan version 20060902 Info: using DVB adapter auto detection. Info: unable to open frontend /dev/dvb/adapter0/frontend0' Info: unable to open frontend /dev/dvb/adapter1/frontend0' Info: unable to open frontend /dev/dvb/adapter2/frontend0' Info: unable to open frontend /dev/dvb/adapter3/frontend0' main:2140: FATAL: * NO USEABLE DVB CARD FOUND. * Please check wether dvb driver is loaded and verify that no dvb application (i.e. vdr) is running. and also: # ls /dev/dvb/* /dev/dvb/adapter0: demux0 dvr0 net0 /dev/dvb/adapter1: demux0 dvr0 net0 So, no frontend is created. What may be? Thanks, -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 04:31:51 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: > yes, thats correct. I made simple patch, you can test if it does > something nasty. You can also look dib0700_devices.c file and try > some changes. Patch can be applied towards current v4l-dvb-master. Patched and recompiled the modules. Now plugging in the usb stick triggers the loading of the related kernel modules. The one error I get in dmesg is dvb_core: exports duplicate symbol dvb_unregister_adapter (owned by kernel) so I have removed all the DVB support from kernel, and left only CONFIG_DVB_CORE=y, and now kernel is compiling. What to say.. whatever will happen, all this showed again the power of the open source, I'm moved :-) -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
insomniac wrote: On Mon, 17 Mar 2008 03:57:29 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: I think it is not correct driver .inf file. inf-file you have is for Pinnacle PCTV 72e with product ID 0236 and lsusb you have has product ID 0237. You are right. Here is the correct (I think) .inf http://rafb.net/p/UFxQHw88.html yes, thats correct. I made simple patch, you can test if it does something nasty. You can also look dib0700_devices.c file and try some changes. Patch can be applied towards current v4l-dvb-master. regards Antti -- http://palosaari.fi/ diff -r 2e9a92dbe2be linux/drivers/media/dvb/dvb-usb/dib0700_devices.c --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Mar 16 12:14:12 2008 -0300 +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Mon Mar 17 04:28:33 2008 +0200 @@ -905,6 +905,7 @@ struct usb_device_id dib0700_usb_id_tabl { USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3100) }, /* 25 */ { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_3) }, { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) }, + { USB_DEVICE(USB_VID_PINNACLE, 0x0237) }, // PCTV 73e looks similar as PCTV 2000e { 0 } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); @@ -1032,7 +1033,7 @@ struct dvb_usb_device_properties dib0700 } }, - .num_device_descs = 4, + .num_device_descs = 5, .devices = { { "Pinnacle PCTV 2000e", { &dib0700_usb_id_table[11], NULL }, @@ -1048,6 +1049,10 @@ struct dvb_usb_device_properties dib0700 }, { "DiBcom STK7700D reference design", { &dib0700_usb_id_table[14], NULL }, +{ NULL }, + }, + { "Pinnacle PCTV 73e", +{ &dib0700_usb_id_table[27], NULL }, { NULL }, } }, ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 03:57:29 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: > I think it is not correct driver .inf file. inf-file you have is for > Pinnacle PCTV 72e with product ID 0236 and lsusb you have has product > ID 0237. You are right. Here is the correct (I think) .inf http://rafb.net/p/UFxQHw88.html Thanks, -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
insomniac wrote: > The .inf should be this: http://rafb.net/p/8ideWc93.html > > Anyway, can you point me out what is the module for such chipset? If > it's included in the mainstream kernel, or if I need to get it > separately. I have read about bttv.ko, but I'm not sure wheter it worked > for me or not, because no device seems to be created in /dev, nor dmesg > gives helpful messages after modprobe. > Thanks again. I think it is not correct driver .inf file. inf-file you have is for Pinnacle PCTV 72e with product ID 0236 and lsusb you have has product ID 0237. regards Antti -- http://palosaari.fi/ ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, 17 Mar 2008 03:09:09 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: > > Tell me if you need more information, I'm very interested into make > > my card work and give back to the community all the support I can. > > Look driver .inf files, they usually reveals better information. > Anyhow, mod7700 could be DibCom 7700 chipset that is supported rather > well. The .inf should be this: http://rafb.net/p/8ideWc93.html Anyway, can you point me out what is the module for such chipset? If it's included in the mainstream kernel, or if I need to get it separately. I have read about bttv.ko, but I'm not sure wheter it worked for me or not, because no device seems to be created in /dev, nor dmesg gives helpful messages after modprobe. Thanks again. Best regards, -- Andrea Barberio [EMAIL PROTECTED] - Linux&C. [EMAIL PROTECTED] - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
insomniac wrote: >> The best way you can help is to either tell us what the windows >> drivers are, or open the device up and tell us what is written on >> both the tuner chip and the main chip. They are generally the two >> biggest chips on the board and they have writing on the top. >> >> Jarryd. > > I'm not sure about how to give you correct and detailed informations, as > I'm not a Windows user, so correct me if I'm wrong. I cheched for driver > details on Windows, and I see the following files: > > BdaPlgIn.ax > drivers\BdaSup.sys > drivers\mod7700.sys [..] > Tell me if you need more information, I'm very interested into make my > card work and give back to the community all the support I can. Look driver .inf files, they usually reveals better information. Anyhow, mod7700 could be DibCom 7700 chipset that is supported rather well. regards Antti -- http://palosaari.fi/ ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
> The best way you can help is to either tell us what the windows > drivers are, or open the device up and tell us what is written on > both the tuner chip and the main chip. They are generally the two > biggest chips on the board and they have writing on the top. > > Jarryd. I'm not sure about how to give you correct and detailed informations, as I'm not a Windows user, so correct me if I'm wrong. I cheched for driver details on Windows, and I see the following files: BdaPlgIn.ax drivers\BdaSup.sys drivers\mod7700.sys iyuv_32.dll kstvtune.ax kswdmcap.ax ksxbar.ax MSDvbNP.ax msh263.drv msyuv.dll PsisDecd.dll PsisRndr.dll tsbyuv.dll vfwwdm32.dll vidcap.ax Tell me if you need more information, I'm very interested into make my card work and give back to the community all the support I can. Thanks, -- Andrea Barberio a.barberio a oltrelinux.com - Linux&C. andrea.barberio a slackware.it - Slackware Linux Project Italia GPG key on http://insomniac.slackware.it/gpgkey.asc 2818 A961 D6D8 1A8C 6E84 6181 5FA6 03B2 E68A 0B7D SIP: 5327786, Phone: 06 916503784 ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] New unsupported device
On Mon, Mar 17, 2008 at 4:26 AM, insomniac <[EMAIL PROTECTED]> wrote: > Hi to everyone on the list, > this is my first post on the mailing list. I landed here after a lot of > searching for a working driver for my DVB-T USB stick. I bought a > Pinnacle PCTV Nano Stick (code: 73e) with HD capabilities, and I > discovered that it came on the market very recently (less than one month > ago). > As long as no google search, nor post search on linux-dvb mailing list > had success, it looks this is my last chance to get my card working on > GNU/Linux. > > Here is the (actually useless) output I get from dmesg: > usb 1-1: new high speed USB device using ehci_hcd and address 5 > usb 1-1: configuration #1 chosen from 1 choice > > and here is my lsusb -v output about the card: > http://insomniac.slackware.it/lsusb.pinnacle.txt > > In the hope that there's a light at the end of the tunnel, I thank you > all for your patience and your work. > > Best regards, > -- > Andrea Barberio > The best way you can help is to either tell us what the windows drivers are, or open the device up and tell us what is written on both the tuner chip and the main chip. They are generally the two biggest chips on the board and they have writing on the top. Jarryd. ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb