Difference between revisions of "Kodicom 4400r"
m (Added information how to setup two cards) |
|||
Line 18: | Line 18: | ||
This resulted in just blue screens. Once I figured out I had omitted the phrase "card=" and add it the card worked. | This resulted in just blue screens. Once I figured out I had omitted the phrase "card=" and add it the card worked. | ||
Greg | 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 | |||
#modprobe.conf | |||
alias eth0 e100 | |||
alias scsi_hostadapter aic7xxx | |||
alias scsi_hostadapter1 ips | |||
alias char-major-81 bttv | |||
alias usb-controller ohci-hcd | |||
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=-1 |
Revision as of 09:44, 21 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
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
- modprobe.conf
alias eth0 e100 alias scsi_hostadapter aic7xxx alias scsi_hostadapter1 ips alias char-major-81 bttv alias usb-controller ohci-hcd options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=-1