From owner-freebsd-questions@FreeBSD.ORG Sat Dec 6 11:03:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2378106564A for ; Sat, 6 Dec 2008 11:03:44 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC518FC27 for ; Sat, 6 Dec 2008 11:03:44 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L8uwo-000580-Ce for freebsd-questions@freebsd.org; Sat, 06 Dec 2008 11:03:42 +0000 Received: from pool-138-88-90-120.res.east.verizon.net ([138.88.90.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Dec 2008 11:03:42 +0000 Received: from nightrecon by pool-138-88-90-120.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Dec 2008 11:03:42 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 06 Dec 2008 06:03:25 -0500 Lines: 28 Message-ID: References: <00163646ccded2d12c045d57b9cd@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-138-88-90-120.res.east.verizon.net Sender: news Subject: Re: cups issue, unsupported format X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 11:03:44 -0000 af300wsm@gmail.com wrote: > Hi, > > I'm working on getting cups working and I've installed the "hplip" port > and the cups program used that to install the printer. At least, there was > an "HPLIP" in a list in one of the pages during the setup. My printer is > an old HP LaserJet 4+ which I've connected through the parallel port. My > URI for the printer is parallel:/dev/lp0. When I went to do the test page > I got this error, "Unsupported format 'application/postscript'." Here's > the problem, I chose a driver which, though I don't remember the full > string in cups, was a 4/5 PCL driver. So, why is it trying to print using > postscript? > It's been a while since I've done a virgin cups install so I'm not real current on what it might be like now. You start out with installing the /usr/ports/print/cups metaport and this should pull in a few other sub ports as dependencies. The port cups-pstoraster is what coverts postscript print output into PCL, utilizing (IIRC) one of the ghostscript ports. Perhaps your install may be incomplete. In the past I've just installed the metaport and it happily sucked everything else in automagically. -Mike