From owner-freebsd-questions Thu Mar 28 20:36:12 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11430 for questions-outgoing; Thu, 28 Mar 1996 20:36:12 -0800 (PST) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA11407 for ; Thu, 28 Mar 1996 20:36:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.7.5/8.6.11) with SMTP id EAA01524 ; Fri, 29 Mar 1996 04:35:45 GMT To: Steve Prentice cc: freebsd-questions@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Laser Printers In-reply-to: Your message of "Thu, 28 Mar 1996 20:15:15 PST." Date: Fri, 29 Mar 1996 04:35:44 +0000 Message-ID: <1522.828074144@palmer.demon.co.uk> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Prentice wrote in message ID : > I am having difficulty setting up a HPLJII on my system. I have a > regular line printer (dot matrix) set up and working fine, but my Laser > Printer just spits out blank pages win I print to it. What changes do I > need to make to the default printcap entry to get my HPLJII to work fine? The HP series have a warped view of the world (thanks to Microsoft) and need CR/LF combinations to work properly, which of course you don't get under UN*X-like OS's. The blank pages happen 'cos all the text has scrolled off the right hand side of the page. Try using `apsfilter' (I believe you can find it in ports). I use it with my DeskJet 500 and it works fine, and allows you to print text, PostScript and other formats direct to the printer. Gary