From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 07:09:28 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 C1A5737B401 for ; Sat, 5 Apr 2003 07:09:28 -0800 (PST) Received: from traven10.uol.com.br (traven10.uol.com.br [200.221.29.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A6443F75 for ; Sat, 5 Apr 2003 07:09:27 -0800 (PST) (envelope-from fallenbr@uol.com.br) Received: from 200-161-253-22.dsl.telesp.net.br ([200.161.253.22]) by traven10.uol.com.br (8.9.1/8.9.1) with ESMTP id MAA09868; Sat, 5 Apr 2003 12:09:19 -0300 (BRT) From: Konrad Scorciapino To: Mike Meyer Date: Sat, 5 Apr 2003 12:08:46 -0300 User-Agent: KMail/1.5 References: <200303311816.24823.fallenbr@uol.com.br> <200304022006.01064.fallenbr@uol.com.br> <16012.24459.4181.383065@guru.mired.org> In-Reply-To: <16012.24459.4181.383065@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304051208.46286.fallenbr@uol.com.br> cc: freebsd-questions@freebsd.org Subject: Re: USB 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: Sat, 05 Apr 2003 15:09:29 -0000 Hi, I found the proper documentation at http://www.linuxprinting.org/download/printing/hpijs/hpijs_readme.html. But when I tried to test it, I got an error message: konrad@localhost /home/konrad # enscript -p /etc/motd | gs -q -dNOPAUSE -sOutputFile=- -sDEVICE=ijs -sljsServer=hpijs -dljsUseOutputFD -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="DESKJET 656C" -sljsParams="Quality:Quality=1,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=0,Quality:FullBleed=0,Quality:MediaPosition=7" > /dev/ultp0 GNU Ghostscript 7.05: ijs server not specified ^C Thanks!