files in it. I would assume that I should get some sort of output somewhere.
On a working fedora 13 system with httpd(apache) installed and working,
i installed zoneminder using yum. Neglecting to remove Deny from all,
127.0.0.1/zm/ displays an access error. Removing the Deny from all,
127.0.0.1/zm/ complains mysql is not setup. After running 'mysql -u root -p < zm_create.sql' from /usr/share/zoneminder/db, 127.0.0.1/zm/ returns
an empty webpage. So I assume that the basics of the webserver setup is working, i.e. the configuration and files are in the right places.
Messages in /var/log/message suggest that the PV143 was detected:
Code: Select all
Aug 5 16:13:47 xxx kernel: Linux video capture interface: v2.00
Aug 5 16:13:47 xxx kernel: bttv: driver version 0.9.18 loaded
Aug 5 16:13:47 xxx kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture
Aug 5 16:13:47 xxx kernel: bttv: Bt8xx card found (0).
Aug 5 16:13:47 xxx kernel: bttv 0000:09:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
Aug 5 16:13:47 xxx kernel: bttv0: Bt878 (rev 17) at 0000:09:00.0, irq: 21, latency: 16, mmio: 0xf39ff000
Aug 5 16:13:47 xxx kernel: bttv0: detected: Provideo PV143A [card=105], PCI subsystem ID is aa00:1430
Aug 5 16:13:47 xxx kernel: bttv0: using: ProVideo PV143 [card=105,autodetected]
Aug 5 16:13:47 xxx kernel: IRQ 21/bttv0: IRQF_DISABLED is not guaranteed on shared IRQs
Aug 5 16:13:47 xxx kernel: bttv0: tuner absent
Aug 5 16:13:47 xxx kernel: bttv0: registered device video0
Aug 5 16:13:47 xxx kernel: bttv0: registered device vbi0
Aug 5 16:13:47 xxx kernel: bttv0: PLL: 28636363 => 35468950 .. ok
Code: Select all
This is xawtv-3.95, running on Linux/x86_64 (2.6.33.6-147.2.4.fc13.x86_64)
xinerama 0: 1920x1080+0+0
WARNING: couldn't find framebuffer base address, try manual
configuration ("v4l-conf -a <addr>")
v4l2: WARNING: framebuffer base address mismatch
v4l2: me=(nil) v4l=(nil)
Warning: Cannot convert string "7x13bold" to type FontStruct
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Oops: can't load any font
Running 'xawtv -hwscan' returns
Code: Select all
This is xawtv-3.95, running on Linux/x86_64 (2.6.33.6-147.2.4.fc13.x86_64)
looking for available devices
port 63-94
type : Xvideo, image scaler
name : Nouveau GeForce 8/9 Textured Video
/dev/video0: OK [ -device /dev/video0 ]
type : v4l2
name : BT878 video (ProVideo PV143)
flags: overlay capture
Running 'zmu -d /dev/video0 -q -v' returns:
Code: Select all
Video Device: /dev/video0
General Capabilities
Driver: bttv
Card: BT878 video (ProVideo PV143)
Bus: PCI:0000:09:00.0
Version: 0.9.18
Type: 0x5000015
Supports video capture (X)
Does not support video output
Supports frame buffer overlay
Supports VBI capture
Does not support VBI output
Does not support sliced VBI capture
Does not support sliced VBI output
Does not support video output overlay
Does not have tuner
Does not have audio in and/or out
Does not have radio
Supports read/write i/o (X)
Does not support async i/o
Supports streaming i/o (X)
Standards:
NTSC
NTSC-M
NTSC-M-JP
NTSC-M-KR
PAL
PAL-BG
PAL-H
PAL-I
PAL-DK
PAL-M
PAL-N
PAL-Nc
PAL-60
SECAM
SECAM-B
SECAM-G
SECAM-H
SECAM-DK
SECAM-L
SECAM-Lc
Formats:
8 bpp, gray (GREY)
8 bpp, dithered color (HI24)
15 bpp RGB, le (RGBO)
15 bpp RGB, be (RGBQ)
16 bpp RGB, le (RGBP)
16 bpp RGB, be (RGBR)
24 bpp RGB, le (BGR3)
32 bpp RGB, le (BGR4)
32 bpp RGB, be (RGB4)
4:2:2, packed, YUYV (YUYV)
4:2:2, packed, YUYV (YUYV)
4:2:2, packed, UYVY (UYVY)
4:2:2, planar, Y-Cb-Cr (422P)
4:2:0, planar, Y-Cb-Cr (YU12)
4:2:0, planar, Y-Cr-Cb (YV12)
4:1:1, planar, Y-Cb-Cr (411P)
4:1:0, planar, Y-Cb-Cr (YUV9)
4:1:0, planar, Y-Cr-Cb (YVU9)
Crop Capabilities
Bounds: 1063 x 608
Default: 924 x 576
Current: 924 x 576
Inputs: 4
Input 0
Name: Composite0
Type: Camera
Audioset: 00000001
Standards: 0xffbfff
Power on (X)
Signal detected (X)
Colour Signal detected
Horizontal Lock detected
Input 1
Name: Composite1
Type: Camera
Audioset: 00000001
Standards: 0xffbfff
Power on (X)
Signal detected (X)
Colour Signal detected
Horizontal Lock detected
Input 2
Name: Composite2
Type: Camera
Audioset: 00000001
Standards: 0xffbfff
Power on (X)
Signal detected (X)
Colour Signal detected
Horizontal Lock detected
Input 3
Name: Composite3
Type: Camera
Audioset: 00000001
Standards: 0xffbfff
Power on (X)
Signal detected (X)
Colour Signal detected
Horizontal Lock detected
I configured SELinux as per http://www.zoneminder.com/wiki/index.ph ... n_from_RPM
Any Ideas as to what I missed?
Thanks in advance,
Fred