Date: Tue, 14 Feb 2012 12:14:27 -0800 From: "Robison, Dave" <david.robison@fisglobal.com> To: <freebsd-questions@freebsd.org> Subject: Re: Printing directly to IP address Message-ID: <4F3AC0A3.4050903@fisglobal.com> In-Reply-To: <20120214145748.6aeaa1cc@scorpio> References: <20120214145748.6aeaa1cc@scorpio>
next in thread | previous in thread | raw e-mail | index | archive | help
You're going to want to use lpr, and you'll have to set up /etc/printcap first. http://www.freebsd.org/doc/en/books/corp-net-guide/printserving-lpr-freebsd.html http://www.freebsd.org/doc/en/books/corp-net-guide/printserving-unix.html The command I use to print to a printer set up in /etc/printcap: lpr -P<printername> filename_to_print lpq will show you the queue, lprm removes jobs from the queue. Hope this helps. On 02/14/2012 11:57, Jerry wrote: > I was contacted recently by a friend who was studying printing under > FreeBSD<http://www.freebsd.org/doc/en/books/handbook/printing.html>. He > presently runs a mixture of Windows and Ubuntu PCs. > > The documentation deals primarily with "parallel" and "serial" > printers. Personally, I cannot remember the last time I used either; > however, that is not pertinent. My friend accesses the printer(s) the > same way I do, via a wireless network. The difference is that I am > using CUPS to achieve that goal. My friend would like to do it sans > CUPS if possible. > > I know it is possible; however, I cannot find any actual documentation > under the "printing" section in the FreeBSD manual. If anyone could > provide a link to such documentation, it would be appreciated. Updating > the "Printing" section in the manual would also seem like a worthwhile > endeavor also. I did a quick perusal of the section and even USB is > discouraged. > -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) daver@vicor.com david.robison@fisglobal.com _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F3AC0A3.4050903>