From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 00:50:41 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 15F6A37B401 for ; Thu, 10 Apr 2003 00:50:40 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC3543F75 for ; Thu, 10 Apr 2003 00:50:39 -0700 (PDT) (envelope-from Malcolm.Kay@internode.on.net) Received: from beta.home (ppp1673.sa.padsl.internode.on.net [150.101.19.136]) h3A7oaZe012672; Thu, 10 Apr 2003 17:20:37 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Gary D Kline Date: Thu, 10 Apr 2003 17:26:19 +0930 User-Agent: KMail/1.4.3 References: <20030410041848.GA59255@tao.thought.org> <20030410050051.GB59296@tao.thought.org> In-Reply-To: <20030410050051.GB59296@tao.thought.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200304101726.19370.Malcolm.Kay@internode.on.net> cc: FreeBSD Mailing List Subject: Re: ghostscript upgrade. 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, 10 Apr 2003 07:50:41 -0000 On Thu, 10 Apr 2003 14:30, Gary D Kline wrote: > On Wed, Apr 09, 2003 at 09:18:48PM -0700, Gary D Kline wrote: > > =09Hi Gang, > > > > =09I just upgraded ghostscript for the first time in at least > > =09a few years... I installed the ghostscript-gnu for my old > > =09hp500. > > > > =09In /usr/local/libxec/hpif, part of my gs line is: > > > > =09/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=3Ddjet500 > > > > =09only trying to print Postscript gives me this err: > > > > =09"Unknown device: dj500" > > > > =09Can anybody help me get this fixed?? > > > > =09thannks much, > > =09 NB: I solved my problem by using ghostscript-afpl, > =09 but still don't understand why -gnu fails. Can > =09 anyone point me at the proper docs? tia, --gary The original error message looks wrong if you specified: -sDEVICE=3Ddjet500 I get your error message only when specifying the device as -sDEVICE=3Ddj500 On the other hand with the gnu-ghostscript installed here with a printer device I must specify an output and input or a different e= rror=20 is anounced. Output does not default to stdout: -sOutputFile=3D- - is required for output to stdout from stdin. By adding this to your comma= nd=20 line it works here with gnu version 6.52_4. Note that: gs -h will list all devices known to your particular installation of ghostscript.=20 Malcolm Kay