Permissions problem prevens printers from printing (Feisty)

Bug #80662 reported by Scott Bronson
2
Affects Status Importance Assigned to Milestone
udev (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: udev

Feisty stumbles on USB printer node permissons. I'm not sure what the root cause is.

Original permissions: crw-rw---- 1 root plugdev 180, 0 2007-01-19 02:44 /dev/usblp0

But I can't print due to continual "Printer not connected; will retry in 30 seconds." lpinfo -v doesn't list the printers and, if I try removing and adding them, cups doesn't detect them.

chmod a+rw /dev/usblp0 fixes the problem and printing is restored.

This happens for both my Epson C80 inkjet and Samsung ML-2510 laser. Printing worked 100% in Edgy so I'm confident it's not a hardware issue. I dist-upgraded to Feisty.

Similar bugs:
https://launchpad.net/bugs/18979 -- different permissions problem from Dapper
https://launchpad.net/bugs/33200 -- a non-bug in Breezy with similar symptoms
Forum post: http://ubuntuforums.org/showthread.php?p=2036929#post2036929

Revision history for this message
Dan Lenski (lenski) wrote :

The problem is that the "cupsys" user does not belong to the "plugdev" group, and all printer access actually is initiated by a process running as that user.

You need to add the "cupsys" user to the "pludev" group.

I posted this solution to the dupe bug: https://launchpad.net/bugs/80468

Revision history for this message
zolly (zolly-2004) wrote :

the solution is:
sudo usermod -G plugdev cupsys

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.