From owner-freebsd-questions Tue Apr 16 03:04:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA00724 for questions-outgoing; Tue, 16 Apr 1996 03:04:30 -0700 (PDT) Received: from l2.conline.com (root@l2.conline.com [204.96.7.69]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA00718 for ; Tue, 16 Apr 1996 03:04:27 -0700 (PDT) Received: from dal1-7.conline.com (dal1-7.conline.com [204.96.7.7]) by l2.conline.com (8.6.9/8.6.9) with SMTP id GAA22364 for ; Tue, 16 Apr 1996 06:05:41 -0500 Received: by dal1-7.conline.com with Microsoft Mail id <01BB2BAD.10CFA1C0@dal1-7.conline.com>; Tue, 16 Apr 1996 15:54:59 -0500 Message-ID: <01BB2BAD.10CFA1C0@dal1-7.conline.com> From: Mitch Shaw To: "'FreeBSD Mailing List'" Subject: Does anybody have a HP Laserjet 4L on there FreeBSD box? Date: Tue, 16 Apr 1996 15:54:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anybody have a HP Laserjet 4L on there FreeBSD box? I have configured my printer the way the FreeBSD handbook says to do i.e." edit your /etc/printcap and create a text filter. Well it prints like a dream the line feeds are perfect carriage returns are perfect but it prints way to dam slow. A paragraph take 15 minutes. My printcap and text filter is as follows. text filter.. printf "\033&k2G" && printf "\" && exit 0 exit 2 printcap... lp|HP|Laserjet|Hewlett Packard| Laserjet 4L:\ :lp=/dev/lpt0:sh:sd=/var/spool/lpd/output/lpd:mx#0:\ :if=/usr/local/libexec/hplaser: I was wondering if thats an incorrect escape sequence? Ps: My printer only has 1 meg.. But I don't think thats why its printing so slow. Thanks Mitch..