Re: [linux-dvb] dib7770 tunner
On Tue, 18 Mar 2008 18:15:27 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: > > DVB: registering frontend 0 (DiBcom 7000PC)... > > mt2060 I2C read failed > > I don't understand how dib7070p_tuner_attach could call mt2060. Is there anything I can do to make you debug it? -- 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] dib7770 tunner
insomniac wrote: > On Tue, 18 Mar 2008 16:38:12 +0100 > insomniac <[EMAIL PROTECTED]> wrote: > >> On Tue, 18 Mar 2008 17:16:20 +0200 >> Antti Palosaari <[EMAIL PROTECTED]> wrote: >> >>> dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You >>> can try dib7070 tuner driver. STK7070P looks rather similar (but >>> less integrated). > > after talking with Albert about it, I moved this code: > > {"Pinnacle PCTV 73e", > { &dib0700_usb_id_table[27], NULL }, > { NULL }, > } > > after this code: > > { "Hauppauge Nova-T MyTV.t", > { &dib0700_usb_id_table[26], NULL }, > { NULL }, > } > > in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c . > > After I plug the stick, I see the led to light on, and dmesg says: > > 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: registering frontend 0 (DiBcom 7000PC)... > mt2060 I2C read failed I don't understand how dib7070p_tuner_attach could call mt2060. > All the files in /dev/dvb/adapter0 get created, including tuner0, but > of course tuner is not working (as w_scan can show). > > The solutions seems not to be far.. Anyone has an idea? > > Regards, 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] dib7770 tunner
On Tue, 18 Mar 2008 16:38:12 +0100 insomniac <[EMAIL PROTECTED]> wrote: > On Tue, 18 Mar 2008 17:16:20 +0200 > Antti Palosaari <[EMAIL PROTECTED]> wrote: > > > dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You > > can try dib7070 tuner driver. STK7070P looks rather similar (but > > less integrated). after talking with Albert about it, I moved this code: {"Pinnacle PCTV 73e", { &dib0700_usb_id_table[27], NULL }, { NULL }, } after this code: { "Hauppauge Nova-T MyTV.t", { &dib0700_usb_id_table[26], NULL }, { NULL }, } in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c . After I plug the stick, I see the led to light on, and dmesg says: 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: registering frontend 0 (DiBcom 7000PC)... mt2060 I2C read failed input: IR-receiver inside an USB DVB receiver as /class/input/input13 dvb-usb: schedule remote query interval to 150 msecs. dvb-usb: Pinnacle PCTV 73e successfully initialized and connected. All the files in /dev/dvb/adapter0 get created, including tuner0, but of course tuner is not working (as w_scan can show). The solutions seems not to be far.. Anyone has an idea? 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] dib7770 tunner
On Tue, 18 Mar 2008 17:16:20 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: > dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You can > try dib7070 tuner driver. STK7070P looks rather similar (but less > integrated). If I'm not wrong, after taking a look at the sources, dib7070 tuner driver is located into dvb_usb_dib0700.ko module. Well, it's actually loaded, but tuner still doesn't work. Anyway, dmesg says that the kernel tries to load mt2060 module, but that it fails: DVB: registering frontend 0 (DiBcom 7000PC)... mt2060 I2C read failed So.. was I wrong? How can I force to use dib7070 tuner driver as you just suggested? Sorry for dumb questions, but I have a DVB card since 5 days. 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] dib7770 tunner
Albert Comerma wrote: > Hi all, having a look to the pinnacle card of Andrea Barberio, we find > out that it uses a dib7770-PA with integrated tuner. It seems to load > correctly the firmware but we don't know how to comunicate with the > tuner. Anybody knows which tuner we should use? and if we can work with > this chip as other Dibcom7700 just changing the tuner? And finally, > there is the firmware stuff, it should use the same dibcom firmware as > other devices? dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You can try dib7070 tuner driver. STK7070P looks rather similar (but less integrated). Regards Antti -- http://palosaari.fi/ ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb