From owner-freebsd-stable@FreeBSD.ORG Sat May 14 23:32:04 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C9816A4CE for ; Sat, 14 May 2005 23:32:04 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 132E243D6D for ; Sat, 14 May 2005 23:32:04 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from drjekyll.mkbuelow.net (p54AAE157.dip.t-dialin.net [84.170.225.87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 0BE3C2F66A; Sun, 15 May 2005 01:32:02 +0200 (CEST) Received: from [IPv6:::1] (localhost.mkbuelow.net [IPv6:::1]) by drjekyll.mkbuelow.net (8.13.3/8.13.3) with ESMTP id j4ENXRHt013121; Sun, 15 May 2005 01:33:27 +0200 (CEST) (envelope-from mkb@incubus.de) Message-ID: <42868AC7.7090807@incubus.de> Date: Sun, 15 May 2005 01:33:27 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050509) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ya hoo References: <20050514225205.76491.qmail@web51410.mail.yahoo.com> In-Reply-To: <20050514225205.76491.qmail@web51410.mail.yahoo.com> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=6FF22C9F; url=http://www.mkbuelow.net/mkbkeys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Remote Printing X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 23:32:04 -0000 ya hoo wrote: > I been reading FreeBSd docs on remote pritning. > It mostly talks about setting up a local printer. > In which case, I could care less about since I want to > print to my HP Jetdirect print server. > Mainly, I really don't want to install CUPS. I would > just like to use the default lp that comes with > FreeBSD. > Can anyone direct me in the right direction? You probably also want to use the options of your printer (single/doublesided, short/long edge, resolution, input tray, paper type, etc.) In that case I recommend getting the foomatic-rip filter (a single large perl script) from linuxprinting.org/foomatic-rip, which parses your printer's PPD file (which normally comes with the printer, or is available from the vendor's site.) I haven't gotten local filters to work with remote printers plus passing arguments to them with the antique base lpr, so I installed LPRng. Easier to set up and more transparent than cups in any case (but you have to remove/rename the base lpr and put NO_LPR=yes into make.conf). mkb.