Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Installing drivers into 2.6 kernel



How can I install dvb drivers to 2.6 kernel after building them succesfully.
I know that I can load the drivers by going into DVB source directory and running "insmod.sh load"
but I would like to get these drivers loaded automatically (instead of the default ones used in 2.6.3)
by defining settings into /etc/modprope.conf

I have a plenty of *.ko files in build-2.6 directory but kernel have them in a compressed
*.ko.gz format under directory

/lib/modules/2.6.3-4.tmb.1mdk/kernel/drivers/media/dvb

(for example /lib/modules/2.6.3-4.tmb.1mdk/kernel/drivers/media/dvb/ttpci/dvb-ttpci.ko.gz)

Should I just compress all *.ko files to *.ko.gz and replace the original ones with the new ones under /lib/modules/2.6.3-4.tmb.1mdk/kernel/drivers/media/dvb?

If I made this addon into Makefile's install section and send a patch into list is there any changes it would be accepted?

Mika


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index