Also I thought it might be the fps getting me but I specified only 1 fps for each port and the problem still exists. Here is the output from dmesg | grep bttv if it will help:
Code: Select all
zm@zoneminder:~$ dmesg | grep bttv
[17179584.520000] bttv: driver version 0.9.16 loaded
[17179584.520000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[17179584.520000] bttv: Bt8xx card found (0).
[17179584.520000] bttv0: Bt878 (rev 17) at 0000:06:08.0, irq: 50, latency: 64, mmio: 0xf8fff000
[17179584.520000] bttv0: detected: Provideo PV150A-1 [card=98], PCI subsystem ID is aa00:1460
[17179584.520000] bttv0: using: ProVideo PV150 [card=98,autodetected]
[17179584.520000] bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init]
[17179584.532000] bttv0: using tuner=-1
[17179584.532000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[17179584.536000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[17179584.536000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[17179584.540000] bttv0: registered device video0
[17179584.540000] bttv0: registered device vbi0
[17179584.540000] bttv0: PLL: 28636363 => 35468950 .. ok
[17179584.572000] bttv: Bt8xx card found (1).
[17179584.572000] bttv1: Bt878 (rev 17) at 0000:06:09.0, irq: 58, latency: 64, mmio: 0xf8ffd000
[17179584.572000] bttv1: detected: Provideo PV150A-2 [card=98], PCI subsystem ID is aa01:1461
[17179584.572000] bttv1: using: ProVideo PV150 [card=98,autodetected]
[17179584.572000] bttv1: gpio: en=00000000, out=00000000 in=00ffffff [init]
[17179584.572000] bttv1: using tuner=-1
[17179584.572000] bttv1: i2c: checking for TDA9875 @ 0xb0... not found
[17179584.572000] bttv1: i2c: checking for TDA7432 @ 0x8a... not found
[17179584.576000] bttv1: i2c: checking for TDA9887 @ 0x86... not found
[17179584.576000] bttv1: registered device video1
[17179584.576000] bttv1: registered device vbi1
[17179584.576000] bttv1: PLL: 28636363 => 35468950 .. ok
[17179584.608000] bttv: Bt8xx card found (2).
[17179584.608000] bttv2: Bt878 (rev 17) at 0000:06:0a.0, irq: 66, latency: 64, mmio: 0xf8ffb000
[17179584.608000] bttv2: detected: Provideo PV150A-3 [card=98], PCI subsystem ID is aa02:1462
[17179584.608000] bttv2: using: ProVideo PV150 [card=98,autodetected]
[17179584.608000] bttv2: gpio: en=00000000, out=00000000 in=00ffffff [init]
[17179584.608000] bttv2: using tuner=-1
[17179584.608000] bttv2: i2c: checking for TDA9875 @ 0xb0... not found
[17179584.608000] bttv2: i2c: checking for TDA7432 @ 0x8a... not found
[17179584.612000] bttv2: i2c: checking for TDA9887 @ 0x86... not found
[17179584.612000] bttv2: registered device video2
[17179584.612000] bttv2: registered device vbi2
[17179584.612000] bttv2: PLL: 28636363 => 35468950 .. ok
[17179584.644000] bttv: Bt8xx card found (3).
[17179584.644000] bttv3: Bt878 (rev 17) at 0000:06:0b.0, irq: 74, latency: 64, mmio: 0xf8ff9000
[17179584.644000] bttv3: detected: Provideo PV150A-4 [card=98], PCI subsystem ID is aa03:1463
[17179584.644000] bttv3: using: ProVideo PV150 [card=98,autodetected]
[17179584.644000] bttv3: gpio: en=00000000, out=00000000 in=00ffffff [init]
[17179584.644000] bttv3: using tuner=-1
[17179584.644000] bttv3: i2c: checking for TDA9875 @ 0xb0... not found
[17179584.644000] bttv3: i2c: checking for TDA7432 @ 0x8a... not found
[17179584.648000] bttv3: i2c: checking for TDA9887 @ 0x86... not found
[17179584.648000] bttv3: registered device video3
[17179584.648000] bttv3: registered device vbi3
[17179584.648000] bttv3: PLL: 28636363 => 35468950 .<6>ACPI: PCI Interrupt 0000:04:01.0[A] -> GSI 17 (level, low) -> IRQ 58
[17179610.408000] bttv0: PLL can sleep, using XTAL (28636363).
[17179610.660000] bttv1: PLL can sleep, using XTAL (28636363).
[17179610.948000] bttv2: PLL can sleep, using XTAL (28636363).
[17179611.244000] bttv3: PLL can sleep, using XTAL (28636363).
Allan