On Mon, 24 Jul 2006, Johann Höchtl <(E-Mail Removed)> wrote:
> Unruh schrieb:
>> =?ISO-8859-15?Q?Johann_H=F6chtl?= <(E-Mail Removed)> writes:
>>
>>> I would like to make a HP Laserjet 3330 using an "USB print server"
>>> available for my Laptop using ubuntu dapper drake. I have not yet
>>> attached any printer to my laptop or the network. I think Ubuntu uses
>>> cups as the printing system but it also loads some specialised hp
>>> printing system upon startup.
>>
>> Available how? Do you want the printer plugged into your laptop? Is the
>> pritner connected to another computer on a network the laptop will be on?
>> Do you want to put stuff on CD and carry it to the printer?
>> Is the printer USB or does it have a network card in it?
>>
>>
> The printer is USB and i would like to make it available for me and
> other users using an USB print server which connects to the network
> using ethernet wire. So no, the printer will not be connected to a
> computer acting as a dedicated print server (and thus will have no
> centralized print queue)
>>
>>> how do i have to proceed?
Most print servers are capable of LPR/LPD printing, if nothing else, and
cups is capable of communicating with those. For example my Linksys
switch/printserver has a logical queue for its first printer called "L1",
and its hostname "netprn" is in my local DNS, so its cups DeviceURI is:
lpd://netprn/L1
If you got a JetDirect server (like 175x), I am not sure how to
specifically have it connect as JetDirect, but assuming it has static or
stable IP, it should work as a LPD device as:
lpd://ip_address/auto
(it also has queues called: raw, text, or bin)
For other print servers you may need to know their queue name, although,
default queue may work if queue name used is not recognized.
|