Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2009 08:55:59 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        David Southwell <david@vizion2000.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: set up of hp laserjet 2200dn with  Jetdirect 610N on network
Message-ID:  <alpine.BSF.2.00.0912080846001.40967@wonkity.com>
In-Reply-To: <200912081040.02500.david@vizion2000.net>
References:  <200912081040.02500.david@vizion2000.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 8 Dec 2009, David Southwell wrote:

> I am trying to set up a freebsd 7.2 p3 system to be able to print from
> an hp laserjet 2200dn equipped with a built in 10/100 jetdirect 610N. The
> printer is also used by a number of MS$ systems on the same subnet as the
> server so I know the printer is working and configured to print both text and
> graphics and to use the double sided facility. I need to use similar
> facilities from the server.

Graphics, text, and duplexing are all determined by the contents of the 
file to be printed.

> Despite reading the documentation I seem to be having difficulty setting up
> the printer from the server. So far I have not been able to get the beast to
> print-- I have scrapped all attempts at configuring the server and would
> appreciate some guidance before I trying again!!

If you just want to manually print files, netcat (nc) is the lowest 
overhead.  Where printer is the printer DNS hostname and printfile is 
the file to be printed:

nc printer 9100 < printfile

There's no spooling with that.  You mention "server", but don't say 
whether other machines will be submitting print jobs through the server. 
For that you'd need spooling.  Lots of people use CUPS, while I prefer 
lpd.  One or the other may be preferable depending on the clients doing 
the printing.

-Warren Block * Rapid City, South Dakota USA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0912080846001.40967>