mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
970e248649
Usage of /etc/modprobe.conf file was deprecated by module-init-tools and is no longer parsed by new kmod tool. References to this file are replaced in Documentation, comments and Kconfig according to the context. There are also some references to the old /etc/modules.conf from 2.4 kernels that are being removed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi> Acked-by: Takashi Iwai <tiwai@suse.de> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14 lines
358 B
Text
14 lines
358 B
Text
# For modern kernels (2.6 or above), this belongs in /etc/modprobe.d/*.conf
|
|
# For for 2.4 kernels or earlier, this belongs in /etc/modules.conf.
|
|
|
|
# i2c
|
|
alias char-major-89 i2c-dev
|
|
options i2c-core i2c_debug=1
|
|
options i2c-algo-bit bit_test=1
|
|
|
|
# bttv
|
|
alias char-major-81 videodev
|
|
alias char-major-81-0 bttv
|
|
options bttv card=2 radio=1
|
|
options tuner debug=1
|
|
|