ZM with multiple boards (two conetxant bt878/ 4 ports )
Posted: Fri Dec 02, 2005 3:18 pm
Hello
I have two boards bt878 conetxant chipset and 4 ports).
WITH ONE CARD in linux system
- If I use only one card runs ok (xawtv and zm)
For load driver I use:
modprobe bttv card=77
WITH TWO CARDS (the same model) in linux system
- But if I use two boards I have problems because only one of two runs ok.
For load driver I user
modprobe bttv card=77,77
Load bttv0 and bttv1 as grandtec card (77) well, but i try with
xawtv -d /dev/video0
xawtv -d /dv/video1
Well l when I run :
#xawtv
I see cameras I have in FIRST card (I think is bttv0)
I can see composite1, composite2,composite3 and composite4
#xawtv -d /dev/video0
I see cameras I have in FIRST card (I think is bttv0)
I can see composite1, composite2,composite3 and composite4
#xawtv -d /dev/video1
I see cameras I have in FIRST card (I think is bttv0) NOT IN BTTV1 (second card) I can see composite1, composite2,composite3 and composite4
- AND I have 8 cameras (for in every card)
THANKS
-------------------------------------------------------------
----------------------------------------------------------------
LOGS WHEN I LOAD DRIVER FOR TWO CARDS
- Looks modules are load well I saw this in logs /log/messages :
RMMOD BTTV
Dec 2 15:54:11 ubuntu kernel: [4304111.130000] bttv0: unloading
Dec 2 15:54:11 ubuntu kernel: [4304111.137000] bttv1: unloading
MODPROBE BTTV CARD=77,77
Dec 2 15:55:21 ubuntu kernel: [4304180.880000] bttv: driver version 0.9.15 loaded
Dec 2 15:55:21 ubuntu kernel: [4304180.880000] bttv: using 8 buffers with 2080k (520 pages) each for capture
Dec 2 15:55:21 ubuntu kernel: [4304180.883000] bttv: Bt8xx card found (0).
Dec 2 15:55:21 ubuntu kernel: [4304180.883000] ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Dec 2 15:55:21 ubuntu kernel: [4304180.883000] bttv0: Bt878 (rev 17) at 0000:00:0b.0, irq: 11, latency: 64, mmio: 0xcddfe000Dec 2 15:55:21 ubuntu kernel: [4304180.883000] bttv0: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
Dec 2 15:55:22 ubuntu kernel: [4304182.499000] bttv0: using tuner=-1
Dec 2 15:55:24 ubuntu kernel: [4304182.499000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Dec 2 15:55:26 ubuntu kernel: [4304184.099000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Dec 2 15:55:27 ubuntu kernel: [4304185.699000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
Dec 2 15:55:27 ubuntu kernel: [4304187.320000] bttv0: registered device video0
Dec 2 15:55:27 ubuntu kernel: [4304187.341000] bttv0: registered device vbi0
Dec 2 15:55:27 ubuntu kernel: [4304187.341000] bttv0: PLL: 28636363 => 35468950 . ok
Dec 2 15:55:27 ubuntu kernel: [4304187.352000] bttv: Bt8xx card found (1).
Dec 2 15:55:27 ubuntu kernel: [4304187.352000] ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
Dec 2 15:55:27 ubuntu kernel: [4304187.352000] bttv1: Bt878 (rev 17) at 0000:00:0d.0, irq: 11, latency: 64, mmio: 0xcddfc000Dec 2 15:55:27 ubuntu kernel: [4304187.352000] bttv1: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
Dec 2 15:55:29 ubuntu kernel: [4304188.972000] bttv1: using tuner=-1
Dec 2 15:55:30 ubuntu kernel: [4304188.972000] bttv1: i2c: checking for TDA9875 @ 0xb0... not found
Dec 2 15:55:32 ubuntu kernel: [4304190.572000] bttv1: i2c: checking for TDA7432 @ 0x8a... not found
Dec 2 15:55:34 ubuntu kernel: [4304192.172000] bttv1: i2c: checking for TDA9887 @ 0x86... not found
Dec 2 15:55:34 ubuntu kernel: [4304193.793000] bttv1: registered device video1
Dec 2 15:55:34 ubuntu kernel: [4304193.815000] bttv1: registered device vbi1
Dec 2 15:55:34 ubuntu kernel: [4304193.815000] bttv1: PLL: 28636363 => 35468950 .. ok
I have two boards bt878 conetxant chipset and 4 ports).
WITH ONE CARD in linux system
- If I use only one card runs ok (xawtv and zm)
For load driver I use:
modprobe bttv card=77
WITH TWO CARDS (the same model) in linux system
- But if I use two boards I have problems because only one of two runs ok.
For load driver I user
modprobe bttv card=77,77
Load bttv0 and bttv1 as grandtec card (77) well, but i try with
xawtv -d /dev/video0
xawtv -d /dv/video1
Well l when I run :
#xawtv
I see cameras I have in FIRST card (I think is bttv0)
I can see composite1, composite2,composite3 and composite4
#xawtv -d /dev/video0
I see cameras I have in FIRST card (I think is bttv0)
I can see composite1, composite2,composite3 and composite4
#xawtv -d /dev/video1
I see cameras I have in FIRST card (I think is bttv0) NOT IN BTTV1 (second card) I can see composite1, composite2,composite3 and composite4
- AND I have 8 cameras (for in every card)
THANKS
-------------------------------------------------------------
----------------------------------------------------------------
LOGS WHEN I LOAD DRIVER FOR TWO CARDS
- Looks modules are load well I saw this in logs /log/messages :
RMMOD BTTV
Dec 2 15:54:11 ubuntu kernel: [4304111.130000] bttv0: unloading
Dec 2 15:54:11 ubuntu kernel: [4304111.137000] bttv1: unloading
MODPROBE BTTV CARD=77,77
Dec 2 15:55:21 ubuntu kernel: [4304180.880000] bttv: driver version 0.9.15 loaded
Dec 2 15:55:21 ubuntu kernel: [4304180.880000] bttv: using 8 buffers with 2080k (520 pages) each for capture
Dec 2 15:55:21 ubuntu kernel: [4304180.883000] bttv: Bt8xx card found (0).
Dec 2 15:55:21 ubuntu kernel: [4304180.883000] ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Dec 2 15:55:21 ubuntu kernel: [4304180.883000] bttv0: Bt878 (rev 17) at 0000:00:0b.0, irq: 11, latency: 64, mmio: 0xcddfe000Dec 2 15:55:21 ubuntu kernel: [4304180.883000] bttv0: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
Dec 2 15:55:22 ubuntu kernel: [4304182.499000] bttv0: using tuner=-1
Dec 2 15:55:24 ubuntu kernel: [4304182.499000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Dec 2 15:55:26 ubuntu kernel: [4304184.099000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Dec 2 15:55:27 ubuntu kernel: [4304185.699000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
Dec 2 15:55:27 ubuntu kernel: [4304187.320000] bttv0: registered device video0
Dec 2 15:55:27 ubuntu kernel: [4304187.341000] bttv0: registered device vbi0
Dec 2 15:55:27 ubuntu kernel: [4304187.341000] bttv0: PLL: 28636363 => 35468950 . ok
Dec 2 15:55:27 ubuntu kernel: [4304187.352000] bttv: Bt8xx card found (1).
Dec 2 15:55:27 ubuntu kernel: [4304187.352000] ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
Dec 2 15:55:27 ubuntu kernel: [4304187.352000] bttv1: Bt878 (rev 17) at 0000:00:0d.0, irq: 11, latency: 64, mmio: 0xcddfc000Dec 2 15:55:27 ubuntu kernel: [4304187.352000] bttv1: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
Dec 2 15:55:29 ubuntu kernel: [4304188.972000] bttv1: using tuner=-1
Dec 2 15:55:30 ubuntu kernel: [4304188.972000] bttv1: i2c: checking for TDA9875 @ 0xb0... not found
Dec 2 15:55:32 ubuntu kernel: [4304190.572000] bttv1: i2c: checking for TDA7432 @ 0x8a... not found
Dec 2 15:55:34 ubuntu kernel: [4304192.172000] bttv1: i2c: checking for TDA9887 @ 0x86... not found
Dec 2 15:55:34 ubuntu kernel: [4304193.793000] bttv1: registered device video1
Dec 2 15:55:34 ubuntu kernel: [4304193.815000] bttv1: registered device vbi1
Dec 2 15:55:34 ubuntu kernel: [4304193.815000] bttv1: PLL: 28636363 => 35468950 .. ok