Re: Scanner permission
- From: "Mikkel L. Ellertson" <mikkel@xxxxxxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 13:32:46 -0600
Rick Stevens wrote:
On Wed, 2007-02-28 at 12:19 -0600, Frank Cox wrote:This udev rule is for SCSI scanners, so it probably is not going to
I am attempting to hook a USB scanner to a FC6 box and have the usual problem
of only being able to scan (and find the scanner) as root.
How do I go about fixing this?
Well, there's lots and lots of udev rules regarding scanners. The one
you probably are most interested in is in /etc/udev.d/50-udev.rules.
Look for the stanza:
ACTION=="add", KERNEL=="sg[0-9]*", BUS=="scsi", SYSFS{type}=="[36]", \
SYMLINK+="scanner scanner-%k", MODE="0660"
affect a USB scanner.
and change the MODE bit to "MODE=0666". That will change the scanner'sThis is probably not going to work, because /dev/scanner* and
mode to "rw-rw-rw-" next time it's seen, so unplug it and plug it back
in after the change to /etc/udev.d/50-udev.rules.
/dev/usb/scanner* permissions are controlled by console.perms. So
they will be set to mode 600 and owner root is no-one is logged in
at the console, and to the console owner if there is. But if you are
not getting the scanner symlink, then the problem is probably that
it is not covered by rules in 60-libsane.rules
It would probably help to see any log messages generated when you
plug in the scanner.
Mikkel
--
Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: Scanner permission
- From: Rick Stevens
- Re: Scanner permission
- From: Frank Cox
- Re: Scanner permission
- References:
- Scanner permission
- From: Frank Cox
- Re: Scanner permission
- From: Rick Stevens
- Scanner permission
- Prev by Date: Re: Scanner permission
- Next by Date: BZ 230333: Epiphany crashes on loading Java applets after updating to epiphany-2.16.3-2.fc6
- Previous by thread: Re: Scanner permission
- Next by thread: Re: Scanner permission
- Index(es):
Relevant Pages
|