Opened 14 years ago
Closed 13 years ago
#8837 closed defect (fixed)
udev rules should use RUN+= rather than RUN=
Reported by: | Felix Geyer | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.0.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
From https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/776535:
The udev rules shipped by virtualbox-ose apply a RUN script on usb interfaces and devices. However the rules specify
RUN=
rather than
RUN+=
so all other scripts added by previous rules get usurped.
This means things like my scanner (which relies on a script added by the sane udev rules) doesn't work.
The solution is to simply replace all RUN= with RUN+= in the udev rules - the rules should add the script, now set this script only.
Also, the rules should use == instead of = to match SUBSYSTEM and ACTION.
Fixed in 4.1.