From owner-freebsd-questions Thu Oct 26 11:02:37 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16361 for questions-outgoing; Thu, 26 Oct 1995 11:02:37 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA16356 for ; Thu, 26 Oct 1995 11:02:35 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA21338; Thu, 26 Oct 1995 10:53:15 -0700 From: Terry Lambert Message-Id: <199510261753.KAA21338@phaeton.artisoft.com> Subject: Re: Printing with HP Deskjet To: dbaker@baker.err.com (Daniel Baker) Date: Thu, 26 Oct 1995 10:53:15 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: from "Daniel Baker" at Oct 25, 95 09:48:29 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 565 Sender: owner-questions@freebsd.org Precedence: bulk > > I have a HP Deskjet 560c, and even after reading the handbooks, FAQs, and > getting ghostscript running, I still cna't print correctly. > > Whenever I print by typing lpr filename, or doing a cat foobar.ps > >/dev/lpt0, I just get three lines like this: > > %!PS-Adobe-3.0 > %%Creator: groff version 1.09 > %%CreationDate: Thu Sep 14 You need a filter to change LF to CRLF, at the very least. Man printcap. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.