After adding the "-" in the rule, the device video1394 is now created
correctly.

But as I compared the current udev rules with the previous version
(intrepid), there seems to be a rule missing for firewire devices:

intrepid: 
KERNEL=="raw1394",                      GROUP="disk"
KERNEL=="dv1394*",                      GROUP="video"
KERNEL=="video1394*",                   GROUP="video"


jaunty:
KERNEL=="dv1394[0-9]*", NAME="dv1394/%n", GROUP="video"
KERNEL=="video1394[0-9]*", NAME="video1394/%n", GROUP="video"

I suppose the rule:
KERNEL=="raw1394",                      GROUP="disk"

should be added as well.

-- 
udev rules for raw1394 video1394 not working
https://bugs.launchpad.net/bugs/369817
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to