You are not logged in.
I have a problem concerning my scanner. It works well (after few issues after the upgrade of hplip) under root, yet it does not work under user. It would work for half a year but after one of lasts upgrades it does not any more. My user is added to scanner group of course.
Offline
simple. I got similar issues with my cx3900 all-in-one.
What I did is to create a udev rule to force the related devices to be owned to specific group.
For instance
/etc/udev/rules.d/goddamned_scanner.rules
ACTION=="add", BUS=="usb", ATTRS{idVendor}=="Vendor", ATTRS{idProduct}=="Product", MODE:="0660", GROUP:="scanner"
Note the ':=' on the GROUP and MODE field.
replace Vendor and Product by the information supplied by the output of lsusb (vendor:product) and reload the udev ruleset with:
udevadm command --reload-rules
Last edited by kjon (2009-02-28 16:00:51)
They say that if you play a Win cd backward you hear satanic messages. That's nothing! 'cause if you play it forwards, it installs windows.
Offline