Page 1 of 1
Bttv card little problem
Posted: Thu Feb 05, 2004 4:05 pm
by victor_diago
hi all..
im using 4 cards bttv which is not autodetected by bttv..
its working well with card=45, but when i pass that, the only board which card=45 takes effect is bttv0, the others is loaded with card=0, (generic)...
i really need the four to be loaded with card=45... could anyone help a little please ?
Re: Bttv card little problem
Posted: Thu Feb 05, 2004 4:54 pm
by zoneminder
I think you'll need to post your modules.conf here before anyone can tell what you might need to change.
Mine looks mostly like this which seems to work, though I'm not entirely sure how to tell if it doesn't. I have two webcam on devices 0 and 1, then the next four are for an LMLBT44 and the last four are an Ituner Spectra8 (or it may be the other way round).
alias char-major-81 bttv
alias char-major-81-0 ov511
options ov511 cams=2
alias char-major-81-1 cpia
options cpia usb_alt=2
alias char-major-81-2 bttv
alias char-major-81-3 bttv
alias char-major-81-4 bttv
alias char-major-81-5 bttv
options bttv card=94,94,94,94 pll=1
alias char-major-81-6 bttv
alias char-major-81-7 bttv
alias char-major-81-8 bttv
alias char-major-81-9 bttv
options bttv card=42,42,42,42 pll=1 radio=0 tuner=4 sloppy=1 chroma_agc=1 mmap=1 vbibufs=4 v4l2=1 gbuffers=16
I also tried the following line instead of the the two separate options lines but this didn't seem to work.
options bttv card=94,94,94,94,42,42,42,42 pll=1 radio=0 tuner=4 sloppy=1 chroma_agc=1 mmap=1 vbibufs=4 v4l2=1 gbuffers=16
Phil