Re: [Printing-user-general] dev order for 2 USB printers, how?

Till Kamppeter <[email protected]> Wed, 02 Aug 2006 12:58:26 +0200
Newsgroups gmane.linux.printing.general
Organization LinuxPrinting.org
Message-ID <[email protected]>
Do

lpinfo -v

If your CUPS is not too old (otherwise update your CUPS to a newer
version) you should have lines like

direct usb://Canon/iP3000

and

direct usb://Kyocera%20Mita/FS-1010

Replace the URIs of your print queues with these URIs, for example with
commands like

lpadmin -p bjet -E -v usb://Canon/iP3000
lpadmin -p laser -E -v usb://Kyocera%20Mita/FS-1010

and always the printers will be connected with the correct print queue,
independent of the sequence of turning them on.

   Till




Sorenzo wrote:
> Hello all, 
> 
> I am using 2 USB printers( Bubblejet:Canon IP3000 & Laser:KyoceraMita FS1010 )
> connected to one computer with CUPS. Both printers are running fine. Anyway I
> have following problem.
> 
> I need to turn on both printers in the order I have installed them otherwise
> the USB devs will get exchanged and CUPS cannot find anymore the devices.
> 
> That is really anoying because each time I want to print something with the
> bubblejet I need turn on the Laser first.
> 
> Is there a possibility to tell the USB system that "/dev/usb/lp0" shall be
> always the laser and "/dev/usb/lp1" the bjet?