Well, it seems someone else is already working on it. It looks like the same issue in "Bug 4629" thread. -----Mensaje original----- De: Alberto L?pez Navarro Enviado el: Wednesday, March 02, 2005 1:57 PM Para: David Morrison; Linux DVB Asunto: RE: [linux-dvb] Nova-T 90002 cx88-cards.o broken? I guess from the Kconfig files that the problem is with CONFIG_VIDEO_CX88_DVB: config VIDEO_CX88_DVB depends on VIDEO_CX88 && DVB_CORE && BROKEN config CLEAN_COMPILE bool "Select only drivers expected to compile cleanly" if EXPERIMENTAL default y help Select this option if you don't even want to see the option to configure known-broken drivers. If unsure, say Y config BROKEN bool depends on !CLEAN_COMPILE default y So it seems the CX88 DVB driver is not expected to compile cleanly. I happen to have also one of the newer NOVA-T cards, and need to get it working! Maybe it's worth to have a look at the code to see if it's easily fixable.