Lucian Muresan wrote: > I was thinking of and asking about the other way described in the > dvb-kernel CVS readme, of not configuring any dvb drivers in the kernel > and running "make" in the checkout folder, which builds the new drivers, > which then can be loaded/unloaded with the provided script. Maybe on > that route some module sources get mixed during the makelinks call in > the Makefile, therefore unresolved symbols and the like... I think you should it this way: (in dvb-kernel directory) make rm -rf /lib/modules/`uname -r`/kernel/drivers/media/{dvb/*,common/saa7146*} cp -a build-2.6/*.ko /lib/modules/`uname -r`/kernel/drivers/media/dvb/ depmod -a -- Anssi Hannula