Date: Wed, 21 Oct 1998 10:49:51 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: David Jeffers <jeffers@redrose.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Printing problems Message-ID: <Pine.BSF.4.03.9810211045250.6211-100000@resnet.uoregon.edu> In-Reply-To: <19981017215254.A1061@mynet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Oct 1998, David Jeffers wrote:
> Here's my printcap entry -
>
> lp|cdj500|ps|local Deskjet printer:\
> :lp=/dev/lpt0:sd=/var/spool/output/lpd/:lf=/var/log/lpd-errs:sh:mx#0:\
> :if=/usr/local/libexec/lpfilter:
>
> With ghostscript-5.10 installed, postscript printing fails. I'm using
> an HP660c desk jet. Also tried enscript which I use on another machine
> with same result -the postscript code file is printed instead of
> the file sent to the printer.
What's in lpfilter? If it's the one below you're trying to double-print
the file. Input filters expect input on stdin and the stuff to send to
the printer on stdout.
I use this script:
#!/bin/sh
#
# PostScript to DeskJet 500 mono
/usr/local/bin/gs -q -dNOPAUSE -sDEVICE=deskjet -sOutputFile=- -
My printcap entry is so:
ps|DeskJet 540 PostScript:\
:lp=/dev/lpt0:\
:sd=/var/spool/lpd/ps:\
:sf:sh:\
:mx#0:\
:lf=/var/spool/lpd/ps/log:\
:af=/var/spool/lpd/ps/acct:\
:if=/usr/local/lib/psif:
Doug White
Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite | www.freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9810211045250.6211-100000>
