public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Whose bug is it? [was: hal greps my USB printer - help !]
Date: Fri, 30 Oct 2009 13:16:01 +0100 (CET)	[thread overview]
Message-ID: <tkrat.d7dfa2694d67c3a4@igpm.rwth-aachen.de> (raw)
In-Reply-To: <hccs3t$k8j$1@ger.gmane.org>

After a long search on the net I've found out
that the permissions of the usb device are set wrong
(root.usb)
It looks like an UDEV rule installed by sane-backends
sets the user to root and the group to usb.
With these settings CUPS won't recognize/use the printer.

I had to add the following rule to /etc/udev/rules.d/10-local.rules
(e.g.)

ATTR{idVendor}=="0482", ATTR{idProduct}=="0015", MODE:="0777",
  GROUP:="lp", USER:="lp", ENV{libsane_matched}:="yes"

where one has to vary the idVendor and idProduct, of course.

Even for a casual Gentoo user that's neither trivial nor comfortable.
If the printer breaks sometime one has to remember to change that rule.
And it wasn't easy to find that advice.

Where should I report a bug to ?
To
net-print/cups
or
media-gfx/sane-backends
or where else?

Thanks for your help,
Helmut.


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



  reply	other threads:[~2009-10-30 12:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-29 15:11 [gentoo-user] hal greps my USB printer - help ! Helmut Jarausch
2009-10-29 19:57 ` [gentoo-user] " walt
2009-10-30 12:16   ` Helmut Jarausch [this message]
2009-10-30 12:17     ` [gentoo-user] Whose bug is it? [was: hal greps my USB printer - help !] Helmut Jarausch
2009-10-30 17:50     ` James Ausmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tkrat.d7dfa2694d67c3a4@igpm.rwth-aachen.de \
    --to=jarausch@igpm.rwth-aachen.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox