From owner-freebsd-questions@FreeBSD.ORG Sat Apr 16 14:22:49 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 1B3B116A4CE for ; Sat, 16 Apr 2005 14:22:49 +0000 (GMT) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3688B43D2F for ; Sat, 16 Apr 2005 14:22:48 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.132] (port=50370 helo=smtp1.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1DMoC6-0007oQ-Ny for freebsd-questions@freebsd.org; Sat, 16 Apr 2005 16:22:46 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:50811 helo=desktop.homenet) by smtp1.home.nl with esmtp (Exim 4.30) id 1DMoC5-0004Di-G9 for freebsd-questions@freebsd.org; Sat, 16 Apr 2005 16:22:45 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Sat, 16 Apr 2005 16:22:22 +0200 User-Agent: KMail/1.8 References: In-Reply-To: X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=,v":S7,(=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504161622.22767.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: about hpoj 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: Sat, 16 Apr 2005 14:22:49 -0000 On Saturday 16 April 2005 14:53, Andrea Riela wrote: > Hi folks, > > what I've to do to print correctly a file with my HP OfficeJet 7140xi > through a network connection? > I've installed the hpoj port, and I could see: > > elessar# ptal-hp device > Model name: officejet > Model number: 7140xi > Serial number: HU3BKFM0TC6L > Firmware version: GD206R > Firmware datecode: (unavailable) > > > but if I try with ptal-print < file, the printed page is incorrect :) > Maybe I need cups or something like that? Yes, you need a printer spooler. I use cups, see also /usr/local/share/doc/hpoj/setup-print.html for documentation. I mostly print from KDE, but from the console you can simply use /usr/local/bin/lpr MYFILE (that is the lpr that comes with cups, not the one that comes with the base system). Scanning also works well. HTH, Dan