| View previous topic :: View next topic |
| Author |
Message |
c65hsk n00b

Joined: 22 Apr 2005 Posts: 9
|
Posted: Wed Mar 08, 2006 9:51 pm Post subject: Strange USB Printer Behavior |
|
|
I reconfigured my sound system this morning, and the USB printer stopped working. Eventually, I found the problem: the printer is now at /dev/lp0, which according to CUPS is a parallel printer, not a USB printer. I set the interface (in kcontrol) to parallel:/dev/lp0 and it works fine.
Has anyone else had this problem?
---------------------------------------------
Kernel: 2.6.10-gentoo-r6
CPU: AMD Athlon(tm) XP 3200+
nForce2 chipset
GeForce4 MX440 |
|
| Back to top |
|
 |
lesu n00b

Joined: 12 Jul 2005 Posts: 68
|
Posted: Sat Mar 11, 2006 9:52 am Post subject: |
|
|
Thank you.
My printer stoped working after I abort a printing job.
I reconfigured cups and the printer is now also at "usb:/dev/lp0", this is very strange, because it works at "usb:/dev/usb_printer" before.
How you found that the printer is now available at /dev/lp0? |
|
| Back to top |
|
 |
c65hsk n00b

Joined: 22 Apr 2005 Posts: 9
|
Posted: Mon Mar 20, 2006 2:32 pm Post subject: |
|
|
| lesu wrote: | Thank you.
My printer stoped working after I abort a printing job.
I reconfigured cups and the printer is now also at "usb:/dev/lp0", this is very strange, because it works at "usb:/dev/usb_printer" before.
How you found that the printer is now available at /dev/lp0? |
| Code: | | ls /dev/* | grep lp |
This finds anything in the /dev directory, or any directory on level lower, that looks like a printer. |
|
| Back to top |
|
 |
|