On Friday 27 December 2002 08:13, shlomo solomon wrote: > CUPS WWW admin tool and the KDE printer tool both allow me to start or stop > the printer or even to send a test page. But nothing gets printed. The > only indications I have that there's a problem are the error messages I > sent in my previous post. BTW - the KDE printing manager also gives me the > same error message (Unable to open USB port device file "/dev/usb/lp0": No > such device). Sometimes, instead of that, I get the device busy message. > > I'm becoming more convinced that this is a USB problem, rather than a > printer problem. Do you aggree?
Oops, "No such device" is indeed a message from the driver (I've confused it with "No such file", which would've meant the driver isn't loaded). I suggest you search the web (especially http://groups.google.com ) for similar experiences with your printer model. Its possible that the generic USB Printer protocol doesn't work with your printer and you need a special driver. Other than that, all I can suggest is reading the driver's source code, learning how the driver works, printk'ing here and there and coming up with a solution yourself. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]