I'm using a modified version of the v4l/scripts/rmmod.pl script to be able to state only the high level driver modules I know I need to load, and have the script find out what other modules these depend on and automatically load them, too, as in rmmod.pl load dvb-ttpci budget for a system with full featured and budget DVB cards. See ftp://ftp.cadsoft.de/vdr/Developer/rmmod.pl for my version of the script If I use the latest driver from http://linuxtv.org/hg/~endriss/v4l-dvb-av7110-refactoring there are apparently dependencies missing in some *.ko files, so my script can't find out which additional modules to load. For example, /sbin/modinfo -F depends dvb-ttpci.ko returns dvb-core,saa7146,i2c-core,saa7146_vv,dvb-core,ttpci-eeprom,firmware_class while in the driver version as of 2006-11-04 it returns dvb-core,saa7146,stv0299,i2c-core,saa7146_vv,dvb-core,ttpci-eeprom,ves1x93,stv0297,sp8870,tda8083,ves1820,firmware_class,l64781,lnbp21 Is there something wrong, or am I missing something here? Klaus _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb