[linux-dvb] Re: Getting Kernel 2.6.13-rc3 and CVS DVB drivers
to work with SuSE 9.3
Anssi Hannula
anssi.hannula at gmail.com
Sun Jul 31 02:27:20 CEST 2005
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
More information about the linux-dvb
mailing list