Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Whose bug is it? [was: hal greps my USB printer - help !]
Date: Fri, 30 Oct 2009 12:17:51
Message-Id: tkrat.e1f43accee088d83@igpm.rwth-aachen.de
In Reply to: [gentoo-user] Whose bug is it? [was: hal greps my USB printer - help !] by Helmut Jarausch
1 On 30 Oct, Helmut Jarausch wrote:
2 > After a long search on the net I've found out
3 > that the permissions of the usb device are set wrong
4 > (root.usb)
5 > It looks like an UDEV rule installed by sane-backends
6 > sets the user to root and the group to usb.
7 > With these settings CUPS won't recognize/use the printer.
8 >
9 > I had to add the following rule to /etc/udev/rules.d/10-local.rules
10 > (e.g.)
11 >
12 > ATTR{idVendor}=="0482", ATTR{idProduct}=="0015", MODE:="0777",
13 > GROUP:="lp", USER:="lp", ENV{libsane_matched}:="yes"
14
15 this must be OWNER:="lp"
16 of course.
17
18 >
19 > where one has to vary the idVendor and idProduct, of course.
20 >
21 > Even for a casual Gentoo user that's neither trivial nor comfortable.
22 > If the printer breaks sometime one has to remember to change that rule.
23 > And it wasn't easy to find that advice.
24 >
25 > Where should I report a bug to ?
26 > To
27 > net-print/cups
28 > or
29 > media-gfx/sane-backends
30 > or where else?
31 >
32 > Thanks for your help,
33 > Helmut.
34 >
35 >
36
37 --
38 Helmut Jarausch
39
40 Lehrstuhl fuer Numerische Mathematik
41 RWTH - Aachen University
42 D 52056 Aachen, Germany