Search found 1 match

by flash78
Mon Feb 12, 2007 6:58 am
Forum: Linux Distributions
Topic: Ubuntu USB printers have stopped working
Replies: 9
Views: 25890

I have a similar problem on an MP600.

I solved it by checking the permissions of /dev/usb*

Turned out that cupsys runs as user "cupsys", which needs to be in group plugdev. This is on Ubuntu Feisty. So check

ls -l /dev/usb*
ps aux |grep cups
grep plugdev /etc/group

If that is the case for you ...