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