Re: usb/cups printer problem after etch upgrade



On Sun, Apr 29, 2007 at 14:31:24 +0100, graham wrote:
Florian Kulzer wrote:
On Sat, Apr 28, 2007 at 23:08:39 +0100, graham wrote:

Just to be sure: Run
apt-get --purge remove hotplug
(Plain "remove" leaves configuration files on the system; "--purge" gets
rid of them.)

OK, done.

Following which I power cycled the printer and rebooted the server. No
change.

find /dev/ -name usblp0 -exec ls -l {} \;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I'd still like to see the output of the above command just to be sure.

[...]
snoopy>/usr/lib/cups/backend/usb
direct usb://Brother/HL-5040%20series "Brother HL-5040 series" "Brother
HL-5040 series USB #1" "MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:HL-5040
series;CLS:PRINTER;"
So far, so good. Now let's see how the printer is defined for CUPS. Post
the output of
grep DeviceURI /etc/cups/printers.conf

DeviceURI usb://Brother/HL-5040%20series

Looks identical to the /dev name to me.

Most USB DeviceURIs that I find on the web have "?serial=..." appended
after the <model> string. Maybe the problem is that in your case no
serial number is found by the USB backend of CUPS. (I am speculating
here; I never used CUPS with a USB printer.)

You could try:

DeviceURI usb:/dev/...

or

DeviceURI USB #1

instead. (Replace "..." with the exact path to the device node. Run
"invoke-rc.d cupsys restart" or "/etc/init.d/cupsys restart" after
editing printers.conf.)

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: usb/cups printer problem after etch upgrade
    ... Florian Kulzer wrote: ... I have a server running cups, with a wireless usb connector connected to ... some ways of specifying the DeviceURI have become ... Did you purge hotplug? ...
    (Debian-User)
  • Re: usb/cups printer problem after etch upgrade
    ... find /dev/ | sort> before.txt ... serial number is found by the USB backend of CUPS. ... DeviceURI usb:/dev/... ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: CUPS, USB printers & "Permission Denied"
    ... watched as nothing happened (it didn't display any messages in the web ... I found that the usb backend stalled here before actually doing any ... DeviceURI file:/dev/ulpt0 ... Then restart cups. ...
    (freebsd-questions)
  • Re: Can debian act as an USB mass storage device?
    ... like to be able to simply plug my laptop into the server with a USB ... Yes, but most server hardware USB ports are the host end, not the device ... An alternative is to use Ethernet connectivity, and use iSCSI or ATA over ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: Can debian act as an USB mass storage device?
    ... like to be able to simply plug my laptop into the server with a USB ... Yes, but most server hardware USB ports are the host end, not the device ... To UNSUBSCRIBE, email to debian-user-REQU...@xxxxxxxxxxxxxxxx ... I had no idea that there was different types of USB controllers. ...
    (Debian-User)