only channel 0

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
marculin
Posts: 58
Joined: Fri May 11, 2007 8:12 pm

only channel 0

Post by marculin »

Hello,
I have this card http://www.visualwall.com/pro_view/dvr/ ... r-430b.htm
I have put in /etc/modprobe.conf

Code: Select all

options bttv card=77 tuner=4
and it "work"
but it work only channel 0!
If I add new camera /dev/video (with cannel 0 it work)
If I add new camera /dev/video (with cannel 1 it don't work)

Chip is conexant fusion 878A
Any idea?Thank you




scanpci -v

Code: Select all

pci bus 0x0000 cardnum 0x08 function 0x00: vendor 0x109e device 0x036e
 Brooktree Corporation Bt878 Video Capture
 CardVendor 0x6a61 card 0x6b68 (Card unknown)
  STATUS    0x0290  COMMAND 0x0006
  CLASS     0x04 0x00 0x00  REVISION 0x11
  BIST      0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x00
  BASE0     0xed002008  addr 0xed002000  MEM PREFETCHABLE
  MAX_LAT   0x28  MIN_GNT 0x10  INT_PIN 0x01  INT_LINE 0x0a

pci bus 0x0000 cardnum 0x08 function 0x01: vendor 0x109e device 0x0878
 Brooktree Corporation Bt878 Audio Capture
 CardVendor 0x6a61 card 0x6b68 (Card unknown)
  STATUS    0x0290  COMMAND 0x0002
  CLASS     0x04 0x80 0x00  REVISION 0x11
  BIST      0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x00
  BASE0     0xed000008  addr 0xed000000  MEM PREFETCHABLE
  MAX_LAT   0xff  MIN_GNT 0x04  INT_PIN 0x01  INT_LINE 0x0a

xawtv -hwscan

Code: Select all

/dev/video0: OK                         [ -device /dev/video0 ]
    type : v4l2
    name : BT878 video (Grand X-Guard / Tr
    flags: overlay capture

/usr/lib/zm/bin/zmu -d /dev/video0 -q -v

Code: Select all

Video Capabilities
  Name: BT878 video (Grand X-Guard / Tr
  Type: 171
    Can capture
    Can tune
    Overlay onto frame buffer
    Can clip
    Scalable
  Video Channels: 16
  Audio Channels: 0
  Maximum Width: 924
  Maximum Height: 576
  Minimum Width: 48
  Minimum Height: 32
Window Attributes
  X Offset: 0
  Y Offset: 0
  Width: 380
  Height: 288
Picture Attributes
  Palette: 4 - 24bit RGB
  Colour Depth: 24
  Brightness: 32768
  Hue: 32768
  Colour :32768
  Contrast: 32768
  Whiteness: 0
Channel 0 Attributes
  Name: Composite0
  Channel: 0
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 1 Attributes
  Name: Composite1
  Channel: 1
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 2 Attributes
  Name: Composite2
  Channel: 2
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 3 Attributes
  Name: Composite3
  Channel: 3
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 4 Attributes
  Name: Composite4
  Channel: 4
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 5 Attributes
  Name: Composite5
  Channel: 5
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 6 Attributes
  Name: Composite6
  Channel: 6
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 7 Attributes
  Name: Composite7
  Channel: 7
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 8 Attributes
  Name: Composite8
  Channel: 8
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 9 Attributes
  Name: Composite9
  Channel: 9
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 10 Attributes
  Name: Composite10
  Channel: 10
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 11 Attributes
  Name: Composite11
  Channel: 11
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 12 Attributes
  Name: Composite12
  Channel: 12
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 13 Attributes
  Name: Composite13
  Channel: 13
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 14 Attributes
  Name: Composite14
  Channel: 14
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
Channel 15 Attributes
  Name: Composite15
  Channel: 15
  Flags: 2
    Channel has audio
  Type: 2 - Camera
  Format: 0 - PAL
dmesg |grep bt

Code: Select all

bttv: driver version 0.9.16 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 0000:00:09.0, irq: 10, latency: 32, mmio: 0xed002000
bttv0: subsystem: 6a61:6b68 (UNKNOWN)
bttv0: using: GrandTec Multi Capture Card (Bt878) [card=77,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00f7feff [init]
bttv0: using tuner=4
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: i2c: checking for TDA9887 @ 0x86... not found
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .. ok
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
bt878_probe: card id=[0x6b686a61], Unknown card.
bt878: probe of 0000:00:09.1 failed with error -22

john.a.sutherland
Posts: 15
Joined: Fri Jun 01, 2007 6:47 pm

Similar BT878 problems

Post by john.a.sutherland »

Hi,

Any fix yet for your issue? I am having similar problem. I can get my camera to work on one channel, I am using Fedora core 7, I had this working with Fedora core 6, so I am thinking it is a software or configuration problem on my part.

I can get the cameras both to work on one channel independently, when I use two inputs I cannot get both cameras to work, I can get one to work but get a blank screen on the other channel. Sometimes I can get two pictures of the same camera to show with different sources! Weird huh?

Fedora uses /dev/video0, /dev/video1, /dev/video2 and /dev/video3. The BT878 is from BlueCherry and has seperate BT878 chips for each input, so it is "capable" of 120fps, but I am keeping the FPS low, like 5 fps.

Let me know if you get any solution to your problem.

Thanks,

John
User avatar
Lee Sharp
Posts: 1069
Joined: Sat Mar 31, 2007 9:18 pm
Location: Houston, TX

Post by Lee Sharp »

Channel or chips? /dev/video0 is the first chip, and /dev/vedio1 is the second and so on... Channels are if you have split chips, like the PV-155-16 from Blue Cherry.
Post Reply