Re: TCP/IP net printers

[ Available lists | Index of freebsd-questions | Month of Apr 1996 | Week of 23 Apr 1996 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sean Kelly <kelly@fsl.noaa.gov>
Date
23 Apr 1996 11:21:04
Subject
Re: TCP/IP net printers
Message-ID
9604231820.AA08572@fslg8.fsl.noaa.gov


[ Hide this part ]
>>>>> "Christoph" == "Christoph P Kukulies" <kuku@gilberto.physik.rwth-aachen.de> writes:

Christoph> I could connect to this printer using smbprint (samba)
Christoph> but the question came up in me "How does FreeBSD cope
Christoph> with these TCP/IP printservers"?

Some print servers which can masquerade as LPD should work directly.
Just set up your /etc/printcap with a remote printer entry. The
printer itself should queue and spool incoming jobs.

Yours sounds like it isn't one of those, given that it's listening on
port 10001, which certainly isn't LPD. In that case, it might be the
kind where you just open the port, throw data on it, close it, and
watch the paper spew out. A quick perl script which does just that
suffices as a complete LPD input filter for such a printer.

I document both these cases in the FreeBSD handbook, section
``Printing.''

--
Sean Kelly
NOAA Forecast Systems Laboratory kelly@fsl.noaa.gov
Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/


Elapsed time: 0.109 seconds