
Bombs out during the make.
I've tried yum install and building ffmpeg from source but no joy.
Any ideas ?
Otherwise ZM on my FC6 box runs great
Tim
Code: Select all
#!/bin/bash -v
/etc/init.d/zm stop
/etc/init.d/mythbackend stop
/sbin/rmmod ivtv
/sbin/rmmod i2c
/sbin/rmmod tuner
/sbin/rmmod bt878;/sbin/rmmod bttv
/sbin/rmmod uvcvideo
/sbin/rmmod videodev
/sbin/modprobe i2c
/sbin/modprobe tuner
/sbin/modprobe videodev
/sbin/modprobe uvcvideo
/sbin/modprobe ivtv
/sbin/modprobe bttv card=0x62,0x62,0x62,0x62 tuner=4,4,4,4
/sbin/modprobe bt878
# reload the bttv vids 1st with tvtime (why this works??? I don't know
tvtime -d /dev/video1 &
sleep 2
tvtime-command QUIT
sleep 2
tvtime -d /dev/video3 &
sleep 2
tvtime-command QUIT
sleep 2
tvtime -d /dev/video4 &
sleep 2
tvtime-command QUIT
sleep 2
/etc/init.d/mythbackend start
/etc/init.d/zm start
Code: Select all
bttv3: unloading
bttv2: unloading
bttv1: unloading
bttv0: unloading
bttv: driver version 0.9.17 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 0000:06:08.0, irq: 18, latency: 32, mmio: 0xcc000000
bttv0: detected: Provideo PV150A-1 [card=98], PCI subsystem ID is aa00:1460
bttv0: using: ProVideo PV150 [card=98,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00ffffff [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 video1
bttv0: registered device vbi1
bttv0: PLL: 28636363 => 35468950 .. ok
bttv: Bt8xx card found (1).
bttv1: Bt878 (rev 17) at 0000:06:09.0, irq: 19, latency: 32, mmio: 0xcc002000
bttv1: detected: Provideo PV150A-2 [card=98], PCI subsystem ID is aa01:1461
bttv1: using: ProVideo PV150 [card=98,insmod option]
bttv1: gpio: en=00000000, out=00000000 in=00ffffff [init]
bttv1: using tuner=4
bttv1: i2c: checking for TDA9875 @ 0xb0... not found
bttv1: i2c: checking for TDA7432 @ 0x8a... not found
bttv1: i2c: checking for TDA9887 @ 0x86... not found
bttv1: registered device video2
bttv1: registered device vbi2
bttv1: PLL: 28636363 => 35468950 . ok
bttv: Bt8xx card found (2).
bttv2: Bt878 (rev 17) at 0000:06:0a.0, irq: 16, latency: 32, mmio: 0xcc004000
bttv2: detected: Provideo PV150A-3 [card=98], PCI subsystem ID is aa02:1462
bttv2: using: ProVideo PV150 [card=98,insmod option]
bttv2: gpio: en=00000000, out=00000000 in=00ffffff [init]
bttv2: using tuner=4
bttv2: i2c: checking for TDA9875 @ 0xb0... not found
bttv2: i2c: checking for TDA7432 @ 0x8a... not found
bttv2: i2c: checking for TDA9887 @ 0x86... not found
bttv2: registered device video3
bttv2: registered device vbi3
bttv2: PLL: 28636363 => 35468950 .. ok
bttv: Bt8xx card found (3).
bttv3: Bt878 (rev 17) at 0000:06:0b.0, irq: 17, latency: 32, mmio: 0xcc006000
bttv3: detected: Provideo PV150A-4 [card=98], PCI subsystem ID is aa03:1463
bttv3: using: ProVideo PV150 [card=98,insmod option]
bttv3: gpio: en=00000000, out=00000000 in=00ffffff [init]
bttv3: using tuner=4
bttv3: i2c: checking for TDA9875 @ 0xb0... not found
bttv3: i2c: checking for TDA7432 @ 0x8a... not found
bttv3: i2c: checking for TDA9887 @ 0x86... not found
bttv3: registered device video4
bttv3: registered device vbi4
bttv3: PLL: 28636363 => 35468950 .. ok
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
bt878_probe: card id=[0x1460aa00], Unknown card.
bt878: probe of 0000:06:08.1 failed with error -22
bt878: Bt878 AUDIO function found (0).
bt878_probe: card id=[0x1461aa01], Unknown card.
bt878: probe of 0000:06:09.1 failed with error -22
bt878: Bt878 AUDIO function found (0).
bt878_probe: card id=[0x1462aa02], Unknown card.
bt878: probe of 0000:06:0a.1 failed with error -22
bt878: Bt878 AUDIO function found (0).
bt878_probe: card id=[0x1463aa03], Unknown card.
bt878: probe of 0000:06:0b.1 failed with error -22
bttv0: PLL can sleep, using XTAL (28636363).
bttv2: PLL can sleep, using XTAL (28636363).
bttv3: PLL can sleep, using XTAL (28636363).
Code: Select all
zmwatch[4568]: ERR [Can't get shared memory id '7a6d2002', 2: No such file or directory]
zmwatch[4568]: INF [Restarting capture daemon for Cars, shared memory not valid]
First off I always search for others with my problems before I bother posting. I've tried every suggestion I could find and I knew about the faq's on shared memory -- Wiki and the forums. Nothing I found helped! I rarely post questions unless it is my last resort.tgutwin wrote:A couple of suggestions,
search the forums for "shared memory permissions".
Check the wiki - FAQ
Also take a look at http://www.zoneminder.com/forums/viewtopic.php?t=9692
for some tips on getting your memory settings correct. There seems to be a difference from what is on the Wiki-FAQ.
After you update your /etc/sysctl.conf remember to reload the settings with
sysctl -p
AND
restart both ZM and httpd to make sure everything has grabbed the new settings.
Tom
The settings to get the card config'd and running is in the /etc/modprobe.confHatchet wrote:Does anybody know where the settings for the bttv cards are?
That sounds like a ZM error. You set up the ZM monitors by clicking on the monitor in the main ZM page. (you probably already know this)Hatchet wrote:I am getting an error in one of my logs like 'monitor type not set'.