[Foomatic] Re: Problems with foomatic and a Lexmark Z23

Till Kamppeter till.kamppeter at gmx.net
Sun Nov 7 13:12:07 PST 2004


The driver talks directly to the printer and not through the CUPS USB 
backend. So the CUPS backed should not be started to not block the port. 
Therefore you must point your CUPS queue to /dev/null. To do so do (as 
root):

cancel -a <queue name>
killall -9 usb
lpadmin -p <queue name> -E -v file:/dev/null

Now you should be able to print.

    Till



Calvin Spealman wrote:
>>There is a "Permission denied" on /dev/usb/lp0. You need to make  
>>/dev/usb/lp0 read/write accessable for the CUPS special user (usually  
>>"lp" and the CUPS group (usually "sys"): 
>> 
>>chmod 660 /dev/usb/lp0 
>>chown lp.sys /dev/usb/lp0 
>> 
>>    Till 
> 
>  
> Thanks, I tried that. Now, I am getting: 
> sh: line 1: /dev/usb/lp0: Device or resource busy 



More information about the Printing-foomatic mailing list