two kodicom 8800

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
arielf
Posts: 83
Joined: Thu May 14, 2009 1:24 pm
Location: Argentina

two kodicom 8800

Post by arielf »

hello, I installed an 8 port board Kodicom 8800, working but adding a second plate as I do not operate any of the two plates, I need to add something in my modprobe.conf?

options i2c-algo-bit bit_test = 1
gbuffers = 32 options bttv card = 102,102,102,102,102,102,102,102

en español --

hola,, tengo instalada una placa de 8 puertos kodicom 8800, funcionando pero al agregar una segunda placa igual no me funciona ninguna de las dos placas, necesito agregar algo en mi modprobe.conf ?

options i2c-algo-bit bit_test=1
options bttv gbuffers=32 card=102,102,102,102,102,102,102,102
sezamnet
Posts: 20
Joined: Mon Sep 21, 2009 11:20 am
Location: Poland

Second card 8 port?

Post by sezamnet »

hi
Added a second card 8 port?

So now you have 16 ports?
User avatar
Normando
Posts: 219
Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina

Re: two kodicom 8800

Post by Normando »

arielf wrote:hello, I installed an 8 port board Kodicom 8800, working but adding a second plate as I do not operate any of the two plates, I need to add something in my modprobe.conf?

options i2c-algo-bit bit_test = 1
gbuffers = 32 options bttv card = 102,102,102,102,102,102,102,102

en español --

hola,, tengo instalada una placa de 8 puertos kodicom 8800, funcionando pero al agregar una segunda placa igual no me funciona ninguna de las dos placas, necesito agregar algo en mi modprobe.conf ?

options i2c-algo-bit bit_test=1
options bttv gbuffers=32 card=102,102,102,102,102,102,102,102
Ariel, creo que deberías agregar en modprobe los drivers de la otra placa:

Code: Select all

options i2c-algo-bit bit_test=1
options bttv gbuffers=32 card=102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102
Last edited by Normando on Wed Sep 23, 2009 1:03 pm, edited 1 time in total.
arielf
Posts: 83
Joined: Thu May 14, 2009 1:24 pm
Location: Argentina

Post by arielf »

correct, the problem is that only works Zm me if I put a single card


ls -la /dev/ | grep -i video
lrwxrwxrwx 1 root root 6 sep 23 09:04 video -> video0
crw----rw- 1 root root 81, 0 sep 23 09:04 video0
crw------- 1 root root 81, 1 sep 23 09:04 video1
crw------- 1 root root 81, 10 sep 23 09:04 video10
crw------- 1 root root 81, 11 sep 23 09:04 video11
crw------- 1 root root 81, 12 sep 23 09:04 video12
crw------- 1 root root 81, 13 sep 23 09:04 video13
crw------- 1 root root 81, 14 sep 23 09:04 video14
crw------- 1 root root 81, 15 sep 23 09:04 video15
crw------- 1 root root 81, 2 sep 23 09:04 video2
crw------- 1 root root 81, 3 sep 23 09:04 video3
crw------- 1 root root 81, 4 sep 23 09:04 video4
crw------- 1 root root 81, 5 sep 23 09:04 video5
crw------- 1 root root 81, 6 sep 23 09:04 video6
crw------- 1 root root 81, 7 sep 23 09:04 video7
crw------- 1 root root 81, 8 sep 23 09:04 video8
crw------- 1 root root 81, 9 sep 23 09:04 video9


cat modprobe

options i2c_algo_bit bit_test=1
options bttv gbuffers=16 radio=-1 tuner=4 card=102,102,102,102,102,102,102,102 c oring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0
sezamnet
Posts: 20
Joined: Mon Sep 21, 2009 11:20 am
Location: Poland

16x102

Post by sezamnet »

If you have two cards total 16 port so as he wrote Normando, you need to alert
card = 102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102
arielf
Posts: 83
Joined: Thu May 14, 2009 1:24 pm
Location: Argentina

SOLVED ...

Post by arielf »

solved, in fact, adding these lines function,


/etc/modprobe.conf
options i2c-algo-bit bit_test=1
options bttv gbuffers=32 card=102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102

consult them, it should also add these options in modprobe?

tuner=4 radio=0 coring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0
sezamnet
Posts: 20
Joined: Mon Sep 21, 2009 11:20 am
Location: Poland

yes

Post by sezamnet »

For comparison I have a card with the bt878 chip / 8 port

My file

Code: Select all

Options i2c-algo-bit bit_test = 1 
Options bttv card = 82,82,82,82,82,82,82,82 tuner =- 1, -1, -1, -1, -1, -1, -1, -1 radio = 0,0,0,0,0,0,0,0 triton1 = 0 vsfx = 0 autoload = 0 
Write only 4x "102" and leave the rest unchanged.

Code: Select all

options i2c-algo-bit bit_test=1 
options bttv gbuffers=32 card=102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102 tuner=4 radio=0 coring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0
Post Reply