Date: Wed, 1 Dec 1999 15:53:22 -0800 (PST) From: Annelise Anderson <andrsn@andrsn.stanford.edu> To: Will Porter <porterww@gslis.utexas.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Trouble printing w/ hp deskjet Message-ID: <Pine.BSF.4.10.9912011549500.9640-100000@andrsn.stanford.edu> In-Reply-To: <Pine.GSO.4.10.9912010136450.9033-100000@lexus.gslis.utexas.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
There's a port, pclprint, that works for any printer that uses PCL. Once installed you can print with qp <filename> or print manpages with man <pagename> | col -b | qp This should not require any change to your printcap, but it does require than lpd be running. The pclprint scripts can also interpret PCL commands placed in the file, but qp is really easy. I think lptest | qp also works. Annelise On Wed, 1 Dec 1999, Will Porter wrote: > Hello folks-- > newbie here, with printing trouble. > Following a couple of tutorials (on in the daemonnews answerman archives, > the other in _The Complete FreeBSD_), I have been attempting to get my > printer to work, with very little success. The printer does work under > windoze, so I'm fairly certain it's not a hardware thing. > The specs: > printer: HP Deskjet 697c /dev/lpt0 > OS: FreeBSD 3.2 > Problem1 ( more of a question, really): > lptest > /dev/lpt0 results in one page with this across the first line: > !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmno > > and, in the last column of the second line: " > then 3 and a half blank pages feed. This only happens once each time the > printer is turned off and turned back on. Subsequent lptests using the > same syntaxt result in 4.5 blank pages feeding. After the feeding stops, > the little error light on the printer blinks until I push the > (unmarked--god I miss the days when printers had lots of buttons with > labels) button, after which the last page feeds all the way through. > > As none of the tutorials I've looked at indicates what the lptest is > supposed to do, I'm uncertain whether or not this output is what I'm > supposed to expect. > > > Problem2 (a real problem, near as I can tell): > When (as root) I attempt to launch lpd or do anything with it (e.g. lptest > 20 5 | lpr as suggested in _The Complete FreeBSD_), I get the following > message (date and time vary, message stays the same): > > stirfry# Dec 1 01:47:11 stirfry lpd[649]:/dev/lp: no such file or directory > Dec 1 01:47:11 stirfry lpd[649]:/dev/lp: no such file or directory > > > following are the only uncommented lines of my /etc/printcap: > > lp|hp3|lineprinter|hp697c|Hewlett Packard Deskjet 697c:\ #name > :sh:\ #suppress header page > :lp=/dev/lpt0:\ #specify wtf /dev/lp is (troublesome) > :sd=/var/spool/lpd/hp3:\ #path to local spool directory (sd) > :lf=/var/log/hp697c.log:\ #path to printer log files (lf) > :mx#0:\ #maximum file length (mx) unlimited > > is there something wrong with my syntax here? > If not, is there somethign else I have overlooked? > Thank you in advance, > Will > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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.10.9912011549500.9640-100000>