monitor keep dying

Forum for questions and support relating to the 1.24.x releases only.
Locked
shadowbgd
Posts: 4
Joined: Mon Aug 24, 2009 1:19 pm

monitor keep dying

Post by shadowbgd »

I'm going crazy. I have DVR card (AOP BC04 model) with 4 x SAA7130 chips with heatsinks. I also have fan directed to the card.
Computer is Fujitsu-Siemens SCENIC E620, 2.66GHz celeronD, 1GB ram
System load is always below 0.3

I have ZoneMinder 1.24.2. I tried under OpenSuSE 11.3, and Slackware 13.1 same problem over and over again.

The problem is that one monitor keep dying. On OpenSuSE it was /dev/video3, and here on slackware is /dev/video2

It sometimes works 8 hours, sometimes die after half a hour. In log file zmdc.log ony says:

zmdc[8128].ERR ['zmc -d /dev/video2' exited abnormally, exit status 255]

zmwatch sometimes bring monitor up again, sometimes don't. The only solution is to restart ZoneMinder.

I have turned on debug logging, but found nothing. How to post the logs, because they are huge.

Code: Select all

# cat /etc/sysctl.conf
kernel.shmall = 354217728
kernel.shmmax = 354217728

Code: Select all

# cat /etc/modprobe.d/dvr.conf
alias char-major-81 saa7134
options saa7134 card=33,33,33,33
Please help!
shadowbgd
Posts: 4
Joined: Mon Aug 24, 2009 1:19 pm

Post by shadowbgd »

Code: Select all

# grep "zmc" zm_debug.log.0*|grep "video2"| tail
zm_debug.log.09098:02/26/11 13:48:54.554719 zmc_dvideo2[9098].DB3-zm_local_camera.cpp/1878 [Assigning image]
zm_debug.log.09098:02/26/11 13:48:54.555375 zmc_dvideo2[9098].DB2-zm_local_camera.cpp/1886 [Post-capturing]
zm_debug.log.09098:02/26/11 13:48:54.555410 zmc_dvideo2[9098].DB3-zm_local_camera.cpp/1910 [Requeueing buffer 7]
zm_debug.log.09098:02/26/11 13:48:54.755534 zmc_dvideo2[9098].DB2-zm_local_camera.cpp/1485 [Pre-capturing]
zm_debug.log.09098:02/26/11 13:48:54.755571 zmc_dvideo2[9098].DB3-zm_local_camera.cpp/1491 [Capturing]
zm_debug.log.09098:02/26/11 13:48:54.755585 zmc_dvideo2[9098].DB3-zm_local_camera.cpp/1514 [Capturing 1 frames]
zm_debug.log.09098:02/26/11 13:48:54.755650 zmc_dvideo2[9098].WAR-zm_local_camera.cpp/1520 [Capture failure, possible signal loss?: Input/output error]
zm_debug.log.09098:02/26/11 13:48:54.755706 zmc_dvideo2[9098].ERR-zmc.cpp/260 [Failed to capture image from monitor 1 (0/1)]
zm_debug.log.09098:02/26/11 13:48:54.755796 zmc_dvideo2[9098].DB3-zm_local_camera.cpp/698 [Terminating video stream]
zm_debug.log.09098:02/26/11 13:48:54.755888 zmc_dvideo2[9098].DB3-zm_local_camera.cpp/704 [Unmapping video buffers]
Locked