You are not logged in.
Pages: 1
Hi.
I have a usb webcam (/dev/video0, uvcvideo module)
After latest updates, /dev/video0 permissions are wrong (group root, access None instead of group Video, access RW)
Reloading uvcvideo module fixes the permissions.
This happens randomly, some times the permissions are right, other wrong, and i need to reload the module or do:
chgrp video /dev/video0
chmod 660 /dev/video0I am in the 'video' group.
Never had this problem before.
Is this a udev problem? Kernel module problem?
Thanks.
Last edited by tritonas00 (2013-10-05 16:43:12)
Offline
I've read some forum posts that suggest that being in the video group (or audio etc.) can actually cause problems for you now. Try removing yourself from the group, log out then back in again, and see if the problem goes away.
Last edited by skottish (2013-10-05 17:44:51)
Offline
Thanks!
I removed myself from audio and video groups, re-login, problem remains. ![]()
Last edited by tritonas00 (2013-10-05 18:00:05)
Offline
Pages: 1