Gentoo Archives: gentoo-user

From: "Spackman
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cups can't see my USB printer
Date: Sun, 17 Feb 2019 14:44:43
Message-Id: 20190217144344.GA4451@inspiron.homenetwork
In Reply to: [gentoo-user] Cups can't see my USB printer by IMAP
1 On 2019/02/17 at 11:39am, IMAP wrote:
2
3 > After a long spell of no printing, I'm trying to get my mono laser
4 > working again. I'm in the lp group, and the USB interface seems to be
5 > working:
6
7 > # lsusb | grep Kyocera
8 > Bus 003 Device 008: ID 0482:000e Kyocera Corp. FS-1020D Printer
9
10 > But the KDE system settings applet can't see the printer, nor can
11 > Firefox at http://localhost:631/. I've tried adding a manual
12 > configuration, but the printer is still not found.
13
14 Check the permissions on the device. I have a similar problem where for
15 some reason the permissions on the device get changed to root:usb. It
16 should be root:lp - at least, when I change to root:lp, the printer
17 immediately starts working just fine.
18
19 # lsusb
20 to find the device, bus 003, device 008 in your case
21
22 # ls -l /dev/bus/usb/003/008
23 to confirm permissions
24
25 # chown root:lp /dev/bus/usb/003/008
26 to change the permissions
27
28 I'm not sure when this started, but I first noticed it a few weeks
29 ago. Not a huge issue, so I've not put much effort into trying to find
30 the cause, I'm afraid.
31
32
33 --
34 Chris Spackman chris@××××××××××.com
35
36 ESL Coordinator The Graham Family of Schools
37 ESL Instructor Columbus State Community College
38 MA TESOL Adjunct Ohio Dominican University

Replies

Subject Author
Re: [gentoo-user] Cups can't see my USB printer Peter Humphrey <peter@××××××××××××.uk>