I am trying to get ZM 1.22.3 setup under Ubuntu 8.04 x86_64. I have a PV-155 card that the bttv driver autodetects. It has four chips and inputs 0-3 on each /dev/video[0-3] device.
If I setup the first four monitors (dev/video0, 0-3) I can get them all up. As soon as I add the next monitor for /dev/video1,0 they all turn red.
In my /tmp/zmdc.log I see several error entries. Here are soem examples:
Code: Select all
root@sol:/tmp# tail /tmp/zmdc.log
04/21/08 10:47:27.274802 zmdc[5616].ERR ['zmc -d /dev/video1' exited abnormally, exit status 255]
04/21/08 10:47:37.645753 zmdc[5616].INF ['zmc -d /dev/video1' starting at 08/04/21 10:47:37, pid = 10014]
04/21/08 10:47:37.776384 zmdc[5616].INF ['zmc -d /dev/video1' stopping at 08/04/21 10:47:37]
04/21/08 10:47:37.827810 zmdc[5616].ERR ['zmc -d /dev/video1' exited abnormally, exit status 255]
04/21/08 10:50:17.029823 zmdc[5616].INF [Starting pending process, zmc -d /dev/video1]
04/21/08 10:50:17.033602 zmdc[5616].INF ['zmc -d /dev/video1' starting at 08/04/21 10:50:17, pid = 10150]
04/21/08 10:50:17.278508 zmdc[5616].ERR ['zmc -d /dev/video1' exited abnormally, exit status 255]
04/21/08 10:50:27.981194 zmdc[5616].INF ['zmc -d /dev/video1' starting at 08/04/21 10:50:27, pid = 10152]
04/21/08 10:50:28.112173 zmdc[5616].INF ['zmc -d /dev/video1' stopping at 08/04/21 10:50:28]
04/21/08 10:50:28.164488 zmdc[5616].ERR ['zmc -d /dev/video1' exited abnormally, exit status 255]
I have already changed the permissions on /dev/video* to 666.
Thanks,
James