Difference between revisions of "Bt878 4chip 8inputs"
From ZoneMinder Wiki
Jump to navigationJump to search
Henriquejf (talk | contribs) |
|||
Line 18: | Line 18: | ||
bttv.card=0,0,0,0 bttv.tuner=4,4,4,4 | bttv.card=0,0,0,0 bttv.tuner=4,4,4,4 | ||
</pre> | </pre> | ||
* A list of card types and tuner types can be found in the Linux kernel sources under Documentation/video4linux/ | |||
* A list of card types and tuner types can be found in the Linux kernel sources under Documentation | |||
<pre> | |||
http://linuxtv.org/hg/v4l-dvb/file/tip/linux/Documentation/video4linux | |||
</pre> | |||
== Photos == | == Photos == |
Revision as of 16:43, 16 March 2011
Noname with 4 bt878 chips and 8 inputs
- tip: also check Pico2000 related card info;
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
http://linuxtv.org/hg/v4l-dvb/file/tip/linux/Documentation/video4linux