[SOLVED] - No Video = Can't chmod /dev/video0 to 20666
Posted: Sun Jul 03, 2011 10:53 am
Tried ZoneMinder today for the first time, wouldn't work, tried a lot of things trying to make it work. Found this error in /var/log/syslog then issued the fix command below.
I think there's an error in zmfix trying to chmod to "20666" instead of "2666".
Here is what the device setup looked like before.
I think there's an error in zmfix trying to chmod to "20666" instead of "2666".
Jul 3 02:08:26 XBMCLive zmfix 18060: ERR Can't chmod /dev/video0 to 20666: Operation not permitted
Code: Select all
chmod 2666 /dev/video0
Code: Select all
# ll /dev/video0
crw-rw---- 1 root video 81, 0 2011-07-03 05:29 video0
# chmod 2666 /dev/video0
# ll /dev/video0
crw-rwSrw- 1 root video 81, 0 2011-07-03 05:29 /dev/video0