|
|||||
USB scanner and udevUSB scanners are quite popular today, many ‘all-in-one’ devices contains them. But if you use distribution where permissions are done ‘per group’ like it is in Debian you can get hit by lack of access to your scanner. Solution is: write own udev rule. It may sounds scary but in reality it is quite simple.
UDEV [1194523774.343853] add /devices/pci0000:00/0000:00:13.0/usb1/1-1/usb_endpoint/usbdev1.7_ep00 (usb_endpoint)
[....]
looking at parent device '/devices/pci0000:00/0000:00:13.0/usb1/1-1':
[....]
SUBSYSTEMS=="usb"
[....]
ATTRS{manufacturer}=="EPSON"
ATTRS{product}=="USB MFP"
[....]
SUBSYSTEMS=="usb", ATTRS{manufacturer}=="EPSON", ATTRS{product}=="USB MFP", GROUP="scanner"
As you see whole procedure can be done in few minutes without problems. Related posts: Comments are closed. |
|||||
|
Copyright © 2009 Marcin Juszkiewicz - All Rights Reserved |
|||||
Recent Comments