Nick Rout wrote:

It is bttv based, which is supported in the linux kernel, on my box you
load the module:

modprobe bttv card=13, autoload=0 [1]

there is a long pause, which could probably be prevented by changing
some of the module parameters.


In gentoo I created a file /etc/modules.d/bttv
which contained

# 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=13
#options    bttv        card=2 radio=1
#options    tuner        debug=1

I used the same options in redhat the /etc/modules.conf file.
Any tweaks most welcome.

Can anyone tell me why when I 'make menuconfig' with the gentoo r6
kernel there is no option for the bttv driver?



Col.



Reply via email to