gma wrote:
Michael, I just installed the latest v4l-dvb with that patch applied
onto a fresh install of kernel 2.6.16.20 and the USB frontend does
initialize. Nice work :)
I still cannot get the pci part working though..... If it helps any
the manual states that it has a cx23881and a Thompson 7579 tuner.
Try out this test patch and let me know what happens. This one isn't
ready for inclusion yet, as the #ifdef's will need to be cleaned up a
bit for this...
If it doesn't work at first, then comment out the dvb_pll_attach line
and uncomment the commented one below.
Let me know what happens with your testing so that I can add the
appropriate patch to the repository.
HTH,
Mike Krufky
diff -r 8f5d3d68bed4 linux/drivers/media/video/cx88/cx88-dvb.c
--- a/linux/drivers/media/video/cx88/cx88-dvb.c Mon Jun 12 01:31:36 2006
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c Mon Jun 12 09:11:25 2006
@@ -601,10 +601,17 @@
&dev->core->i2c_adap);
if (dev->dvb.frontend != NULL) {
dvb_pll_attach(dev->dvb.frontend, 0x61, &dev->core->i2c_adap, &dvb_pll_thomson_dtt7579);
- }
- break;
+ break;
+ }
#endif
#ifdef HAVE_ZL10353
+ /* ZL10353 replaces MT352 on later cards */
+ dev->dvb.frontend = zl10353_attach(&dvico_fusionhdtv_plus_v1_1, &dev->core->i2c_adap);
+ if (dev->dvb.frontend != NULL) {
+ dvb_pll_attach(dev->dvb.frontend, 0x61, &dev->core->i2c_adap, &dvb_pll_thomson_dtt7579);
+// dvb_pll_attach(dev->dvb.frontend, 0x60, &dev->core->i2c_adap, &dvb_pll_thomson_dtt7579);
+ }
+ break;
case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
dev->core->pll_addr = 0x61;
dev->core->pll_desc = &dvb_pll_thomson_fe6600;
_______________________________________________
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb