Gentoo Archives: gentoo-user

From: IMAP <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cups can't see my USB printer
Date: Sun, 17 Feb 2019 14:26:51
Message-Id: 1550413601.4676.3.camel@prh.myzen.co.uk
In Reply to: Re: [gentoo-user] Cups can't see my USB printer by Mick
1 On Sun, 2019-02-17 at 12:14 +0000, Mick wrote:
2 > On Sunday, 17 February 2019 11:39:21 GMT IMAP wrote:
3 > > Hello list,
4 > >
5 > > After a long spell of no printing, I'm trying to get my mono laser
6 > > working
7 > > again. I'm in the lp group, and the USB interface seems to be working:
8 > >
9 > > # lsusb | grep Kyocera
10 > > Bus 003 Device 008: ID 0482:000e Kyocera Corp. FS-1020D Printer
11 >
12 > OK, the USB stack is working. Check your user is also in the lpadmin and
13 > plugdev groups.
14 >
15 >
16 > > But the KDE system settings applet can't see the printer, nor can
17 > > Firefox at
18 > > http://localhost:631/. I've tried adding a manual configuration, but the
19 > > printer is still not found.
20 > >
21 > > I even tried the kernel module usblp, but that didn't find it either so
22 > > I got rid of the module.
23 >
24 > From what I recall this module should no longer be used with cups
25
26 Quite so. The docs all say that too. I was clutching at straws.
27
28 > > Do I have a defunct printer?
29 >
30 > Check dmesg to make sure nothing untoward is reported by the kernel.
31
32 OK, checked all those, but still no printer. The one dmesg entry is:
33
34 usb 3-5.1: new full-speed USB device number 9 using xhci_hcd
35
36 I wonder whether I have USB support right in the kernel. I have checked, but
37 nothing leaps out at me. [1]
38
39 > Have a quick look at lpstat. For example, 'lpstat -v' should list your
40 > printer.
41
42 It doesn't show anything. Apparently the printer is just not there, except
43 for its USB interface.
44
45 1. I tried setting CONFIG_USB_ANNOUNCE_NEW_DEVICES=y, and a few other
46 things (diff attached), and now I get more info in dmesg:
47
48 [ 91.472049] usb 3-5.1: new full-speed USB device number 7 using xhci_hcd
49 [ 91.561360] usb 3-5.1: New USB device found, idVendor=0482,
50 idProduct=000e
51 [ 91.561363] usb 3-5.1: New USB device strings: Mfr=1, Product=2,
52 SerialNumber=3
53 [ 91.561364] usb 3-5.1: Product: Kyocera Mita FS-1020D
54 [ 91.561366] usb 3-5.1: Manufacturer: Kyocera Mita
55 [ 91.561367] usb 3-5.1: SerialNumber: XAX5X26731
56
57 So the printer is definitely there; I just need more splinters under my
58 fingernails.
59
60 --
61 Regards,
62 Peter.

Attachments

File name MIME type
kernel-diffs text/plain

Replies

Subject Author
Re: [gentoo-user] Cups can't see my USB printer Mick <michaelkintzios@×××××.com>