Difference between revisions of "Bt878 4chip 8inputs"
From ZoneMinder Wiki
Jump to navigationJump to search
m (Driver compiled into kernel? Answer.) |
|||
Line 10: | Line 10: | ||
options bttv card=0,0,0,0 tuner=4,4,4,4 | options bttv card=0,0,0,0 tuner=4,4,4,4 | ||
</pre> | </pre> | ||
If your driver is compiled into the kernel, add the following to be passed onto the kernel from LILO or GRUB. | |||
<pre> | |||
bttv.card=0,0,0,0 bttv.tuner=4,4,4,4 | |||
</pre> | |||
* A list of card types and tuner types can be found in the Linux kernel sources under Documentation/video4linux/bttv/. | |||
== Photos == | == Photos == |
Revision as of 21:20, 25 June 2006
Noname with 4 bt878 chips and 8 inputs
When using all channels you'll get around 5 fps. Warning it takes a long time to boot using this card. Maybe settings are bad. But it is working OK.
Configuration
/etc/modprobe.conf
options bttv card=0,0,0,0 tuner=4,4,4,4
If your driver is compiled into the kernel, add the following to be passed onto the kernel from LILO or GRUB.
bttv.card=0,0,0,0 bttv.tuner=4,4,4,4
- A list of card types and tuner types can be found in the Linux kernel sources under Documentation/video4linux/bttv/.