From owner-freebsd-questions@FreeBSD.ORG Mon May 9 01:15:43 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3021A16A4E9 for ; Mon, 9 May 2005 01:15:43 +0000 (GMT) Received: from skippyii.compar.com (ftp.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8710B43D39 for ; Mon, 9 May 2005 01:15:42 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id j491QKgu049181; Sun, 8 May 2005 21:26:20 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <003301c55434$a4021680$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: , References: <20050509004406.27443.fh050.wm@smtp.sc0.cp.net> Date: Sun, 8 May 2005 21:15:50 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Unable to set up LPD to use a HP Laserjet 5p in freeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 01:15:43 -0000 > Hello > > I`m trying to install my HP laserjet 5p on freebsd 5.3. > The printer doesn`t understand postscript. > I`ve read the handbook and installed ghostscript and > lpd. > I changed rc.conf to start lpd for each system boot. > > dmesg printer part looks like this: > > ppbus0: HP ENHANCED > PCL5,PJL > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus > > printcap looks like this: > > lp|HP Laserjet 5P:\ > :sh:\ > :sd=/var/spool/lpd:\ > :lf=/var/log/lpd:\ > :lp=/dev/lpt0:\ > :if=/etc/lpfilter: > > Whenever I try to print to the printer, I get an error > status on the printer that the owners manual calls a > "Data Error" (two lights on the panel). The 'Go' button > must be pressed repeatedly to get the page to print; > and it doesn't look complete. I've used several of the > lpfilters from the ports collection, but none seems to > work. > > Has anyone set up this printer model to work in freeBSD > 5.3 and can shed some light on what I have done wrong? You should look at the apsfilter port in /usr/ports/print/apsfilter. It contains all the magic needed to get a LaserJet 5p to work properly. It was the only filter that seemed to do the right thing for me. -- Matt Emmerton