Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] scanner not working for user
Date: Sat, 08 Jul 2006 15:46:12
Message-Id: 20060708164526.22d1a68b@krikkit.digimed.co.uk
In Reply to: [gentoo-user] scanner not working for user by Paul Stear
1 On Sat, 8 Jul 2006 14:16:03 +0100, Paul Stear wrote:
2
3 > My conclusion is that I have a permmissions problem, but I can't find
4 > out where or how to change them.
5 > Can anybody help please?
6 > I have device epson:libusb:003:005
7 > vendor=0x04b8 product=0x0808
8
9 This happened to me recently too. The permissions in /proc/bus/usb were
10 correct, but /dev/bus/usb nodes were root-only. I fixed this with a udev
11 rule
12
13 SYSFS{product}=="CanoScan", SYSFS{manufacturer}=="Canon", GROUP:="scanner", MODE:="0660"
14
15 You'll need to use udevinfo to get the correct setting for your device.
16
17
18 --
19 Neil Bothwick
20
21 Vital papers will demonstrate their vitality by moving to where you
22 can't find them.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] scanner not working for user Paul Stear <gentoo@××××××××××××.com>