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
two kodicom 8800
Second card 8 port?
hi
Added a second card 8 port?
So now you have 16 ports?
Added a second card 8 port?
So now you have 16 ports?
Re: two kodicom 8800
Ariel, creo que deberÃas agregar en modprobe los drivers de la otra placa: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
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.
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
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
SOLVED ...
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
/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
yes
For comparison I have a card with the bt878 chip / 8 port
My file
Write only 4x "102" and leave the rest unchanged.
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
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