From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 15:52:39 2003 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 94C7816A4B3 for ; Thu, 23 Oct 2003 15:52:39 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D17D43FBD for ; Thu, 23 Oct 2003 15:52:37 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.9/8.12.9) with ESMTP id h9NMqYYM062672; Thu, 23 Oct 2003 16:52:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.9/8.12.9/Submit) with ESMTP id h9NMqWBo062669; Thu, 23 Oct 2003 16:52:34 -0600 (MDT) Date: Thu, 23 Oct 2003 16:52:32 -0600 (MDT) From: Warren Block To: Guy Middleton In-Reply-To: <20031023135407.GA22456@chaos.obstruction.com> Message-ID: <20031023164725.C62646@wonkity.com> References: <20031023135407.GA22456@chaos.obstruction.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: can't print Postscript to HP 5si/mx printer. 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: Thu, 23 Oct 2003 22:52:39 -0000 X-List-Received-Date: Thu, 23 Oct 2003 22:52:39 -0000 On Thu, 23 Oct 2003, Guy Middleton wrote: > We have an HP 5si/mx printer with PS installed, but when I try > printing to it, the PS source is printed. The same printcap entry > correctly prints onto an HP 5m printer. > > This is the printcap entry: > > lp:\ > :sh:\ > :rm=192.168.1.101:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: Try adding an rp entry (remote printer, or print queue name): lp:\ :sh:\ :rm=192.168.1.101:rp=raw:\ :sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: That may get the 5si/mx to see it; I'm not sure about the behavior when no print queue name is specified. > Is there any other option I need for this printer, such as a special escape > sequence for it to interpret Postscript? I think the PJL sequence is something like escape %12345!, but you should first check the printer menus to see if it's set to auto-detect the print job type or just interpret them all as PCL. -Warren Block * Rapid City, South Dakota USA