Can't print to USB with CUPS 1.2 release

Michael Sweet mike at easysw.com
Thu May 11 16:22:27 PDT 2006


Carlos Azevedo wrote:
> ...
> I may not have restarted CUPS afterwards (not sure now) but the
> previous permissions for /dev/usblp* were cwr-rw-r-- and CUPS 1.1.23
> worked (as is working now). Does CUPS 1.2 require diferent
> permissions from 1.1.23 ?

That depends on how you had things setup before, but the default
setup of CUPS 1.2 runs the USB backend as "lp.lp" instead of
"root.sys".  You can do:

     chmod 700 /usr/lib/cups/backend/usb

to make the USB backend run as root, but the preferred solution is
to use:

     chmod 660 /dev/usb/lp0
     chown root.lp /dev/usb/lp0

when setting up the device files.

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com




More information about the cups mailing list