Hi, Jan > Seems so. I finally got your patches applied to 2.6.12-rc3. It seems > there were some changes to the i2c structures. Oh good, I just downloaded the patches to go to this kernel version. > After crudely forcing my card to be an MD7134 (there are lots of hard > coded code paths in there...) I get this when starting > $ mplayer dvb://VOX > > [4295951.407000] DVB: registering new adapter (saa7133[0]). > [4295951.407000] DVB: registering frontend 0 (Philips TDA10046H DVB-T)... > [4295960.220000] tda1004x: found firmware revision ff ff > [4295960.221000] tda10046_init_plls: setting up PLLs for a 16 MHz Xtal > [4295960.225000] tda1004x: booting from eeprom > [4295960.718000] tda1004x: found firmware revision 67 23 > [4295960.726000] tda10046_init_plls: setting up PLLs for a 16 MHz Xtal > > So at least the firmware seems to load and is accepted. > And now? What is supposed to happen at this stage? I'm very new to > DVB as you may see... > This is the point you can get to without an extended driver: The channel docoder initializes and tries to decode the signal. To get beyond this, you need an extended tda10046 driver and the extensions in the saa7134-dvb.c that need to be written. Anyhow, it's not a bad starting point... Stay tuned Hartmut