Re: USB printers on Ubuntu 7.10



On Thursday 26 June 2008 15:51:40 Nils Kassube wrote:
Brian Astill wrote:
On Thursday 26 June 2008 14:21:58 you wrote:
go System -> Administration -> Printing

Been there, done that, doesn't work.
More specifically, the only option that might allow USB -
Other - will not operate.

Did you also try the CUPS administration page at
<http://localhost:631>? Whan asked for credentials, use your
own login name and password.

If you can't get to your USB port there as well, you could try
first if the communication works at all. Use the command

sudo modprobe usblp

and check if you then have a device "/dev/usblp0". If it is
there, use

sudo su lp -c 'echo -en "\f" >/dev/usblp0'

to test the printer. This command should just eject one page of
paper, which is a good enough indication that the communication
works.
Thanks very much for this. Have forwarded to my friend and
retained a copy for me in case I get a USB printer.

--
Brian


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: USB Mass Storage problems/5.0
    ... I think many people who are going to struggle with the MS USB code will ... First things I fixed was the Unit Test Ready command that I mentioned in earlier post. ... Removing the CBW error handling we may unstabilize the USBMSC driver so that some ...
    (microsoft.public.windowsce.platbuilder)
  • Re: USB drives and cache mode page
    ... There are no advanced SCSI-2 features in USB flash drives. ... the cache to the host it is IMHO likely that it don't touch the cache ... they are disabled) the MODE SENSE command should be implemented if they ...
    (comp.periphs.scsi)
  • Re: USBIP protocol
    ... you mean when we rev the protocol to version 2 ... Set Configuration and Set Interface are requests on the command pipe ... according to the usb 2.0 spec (these would be a control message ... request on the command pipe. ...
    (Linux-Kernel)
  • Re: USB Mass Storage problems/5.0
    ... > ScsiTestUnitReady ERROR:20 ... > Command Block Status: Command Failed ... >> I am having various issues with a number of USB Flash Key disks under CE ...
    (microsoft.public.windowsce.platbuilder)
  • Re: USB printers on Ubuntu 7.10
    ... Brian Astill wrote: ... the only option that might allow USB - Other - ... This command should just eject one page of paper, ... which is a good enough indication that the communication works. ...
    (Ubuntu)