Hi, Maybe I'm wrong, but I think there is something wrong in current Kconfig file for cx88 drivers. I've been struggling for some hours trying to find why, after compiling a fresh copy of the LinuxTV HG drivers, I wasn't unable to modprobe cx88-dvb module, which I need for HVR-3000. The module was not being load because kernel was failing to find cx8802_get_driver, etc... entry points, which are exported by cx88-mpeg.c. The strange part is that, according to the cx88/Kconfig file this file should be automatically added as dependency if either CX88_DVB or CX88_BLACKBIRD were selected, but for some strange reason it wasn't. After a 'make menuconfig' in HG tree the kernel configuration contained these lines (this was using the default config, without adding / removing anything): CONFIG_VIDEO_CX88=m CONFIG_VIDEO_CX88_ALSA=m CONFIG_VIDEO_CX88_BLACKBIRD=m CONFIG_VIDEO_CX88_DVB=m CONFIG_VIDEO_CX88_MPEG=y CONFIG_VIDEO_CX88_VP3054=m Notice that they are all marked as 'm' excepting CONFIG_VIDEO_CX88_MPEG, which is marked as 'y'. I don't know if it's relevant or not, but the fact is that the module was not being compiled at all. The option was not visible inside menuconfig, by the way. I've done some changes inside Kconfig to make it visible in menuconfig, and by doing this I've been able to set it to 'm' and rebuild, which has just worked apparently. This Kconfig file was edited in revisions 10190 & 10191, precisely for reasons related to cx8802 dependencies, so I'm not sure the solution taken there was the right one. Best regards, Eduard Huguet _______________________________________________ linux-dvb users mailing list For V4L/DVB development, please use instead linux-media@xxxxxxxxxxxxxxx linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb