You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
354 B
14 lines
354 B
# For modern kernels (2.6 or above), this belongs in /etc/modprobe.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
|
|
|
|
|