Bugzilla – Bug 115152
video1394 udev rule has no effect
Last modified: 2008-07-16 15:46:59 UTC
this rule as installed by beta4 has no effect: /etc/udev/rules.d/50-udev.rules:KERNEL=="video1394*", NAME="%k", SYMLINK+="video1394/%n", GROUP="video" /dev/video1394-0 is created, but /dev/video1394/0 is expected by coriander.
Created attachment 48705 [details] bug115152.tar.bz2
Try to remove this line(23) from the rules: KERNEL=="video*", NAME="%k", GROUP="video"
yes, that helps, I disabled this line.
Removed the rule, it's not needed, cause we catch the SUBSYSTEM for v4l. Thanks.