#3159 closed task (fixed)
cups libusb permissions
Reported by: | DJ Lucas | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
CUPS no longer support access via usblp module and requires libusb in order to use USB printers. Need to review udev rules permissions for /dev/bus/usb/*/*. See thread starting here: http://archive.linuxfromscratch.org/mail-archives/blfs-dev/2010-September/020617.html
Change History (5)
comment:1 by , 15 years ago
comment:3 by , 13 years ago
Milestone: | 6.7 → current |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Andy added some text to the cups page for this in r9133, telling people who wish to use cups with libusb to disable support in the kernel and omit "--disable-libusb".
Note:
See TracTickets
for help on using tickets.
I saw the thread, but I wasn't in front of a suitable system to compare it. Now that I am, I think something is missing. In my case, I'm printing with cups, gutenprint, ghostscript to an epson 360 [usb] using a module for the usb lp printer. This is on LFS-6.7.
This printer has always loaded usb_storage, which is probably just a curiosity, but after printing I have
I have been vaguely aware of this since Greg KH first mentioned it on lkml in about April, and at that time I assumed it must be a cups-1.4 issue. But, as far as I can remember, I *haven't* had to change kernel config or udev rules, I don't have libusb installed, but I *do* add a udev rule (24-usblp) to create /dev/usb/lp0, and I add an lp user
LFS _used_ to create that rule when we had our own voluminous rules, but it seems to have dropped out now we are following upstream in udev. Funnily enough, I had to add it to my scripts when I was building on CLFS, and I had assumed the test to see if it was needed would fail - that is, until I checked it today. .