Difference between revisions of "Kodicom 4400r"

From ZoneMinder Wiki
Jump to navigationJump to search
(Readability edit)
Line 31: Line 31:


#modprobe.conf<br>
#modprobe.conf<br>
alias eth0 e100<br>
alias scsi_hostadapter aic7xxx<br>
alias scsi_hostadapter1 ips<br>
alias char-major-81 bttv<br>
alias char-major-81 bttv<br>
alias usb-controller ohci-hcd<br>
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=-1<br>
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=-1<br>

Revision as of 16:08, 27 June 2006

Add
modprobe bttv gbuffers=16 card=133,132,133,133
or
edit your modprobe.conf to include
options bttv gbuffers=16 card=133,132,133,133
requires a 2.6.12 kernel but fully supported in a 2.6.13
I tried and failed on the 2.6.12 but succeeded on the 2.6.13

  • James Wilson

Anko-tech the manufacturer of the card

KMC-4400r
http://www.anko-tech.com/products

While setting up a new server I omitted the "card=" and had the 133,132,133,133.
This resulted in just blue screens. Once I figured out I had omitted the phrase "card=" and add it the card worked.
Greg

Two Cards in a single box ****

Two 4400r cards - labeled as se-120 (4 8778 chips/card). In an IBM 342 Server. FC4

It is setup with :
/dev/video0 channel 0
/dev/video1 channel 1
/dev/video2 channel 2
/dev/video3 channel 3

/dev/video4 channel 0
/dev/video5 channel 1
/dev/video6 channel 2
/dev/video7 channel 3

  1. modprobe.conf

alias char-major-81 bttv
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=-1