From owner-freebsd-questions Sat Apr 8 19:57:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-201-55-220.dsl.snfc21.pacbell.net (adsl-63-201-55-220.dsl.snfc21.pacbell.net [63.201.55.220]) by hub.freebsd.org (Postfix) with ESMTP id 7154D37B63C for ; Sat, 8 Apr 2000 19:57:10 -0700 (PDT) (envelope-from jwg2@adsl-63-201-55-220.dsl.snfc21.pacbell.net) Received: from localhost (jwg2@localhost) by adsl-63-201-55-220.dsl.snfc21.pacbell.net (8.9.3/8.9.3) with ESMTP id TAA60079 for ; Sat, 8 Apr 2000 19:55:40 -0700 (PDT) (envelope-from jwg2@adsl-63-201-55-220.dsl.snfc21.pacbell.net) Date: Sat, 8 Apr 2000 19:55:40 -0700 (PDT) From: Jeff Gray To: freebsd-questions@FreeBSD.ORG Subject: printer help please Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Appeciate some advice on how to get my print output working again. Running 3.3. Have an Epson Stylus 850 Injet printer that was working in ascii mode. That is, I could print from emacs with no difficulty. Worked just fine but I could not leave well enough alone . Decided it would be good to get postscript printing working. It now appears that information is not getting to the spooler. 1. installed apsfilter. 2. ran the test protocol and got a beautiful tiger printout; probably used up half and ink cartride :-) 3. finished the setup and decided to first test ascii could not print from the buffer in emacs. as root, lpd lpc up lp1 lp2 lp3 lp4 lp5 these are the printers in /etc/printcap did the above in response to getting messages that printers were not running. 4. If I try and print from emacs the bottom of the screen says, Spooling... done the output of lpq is blank so there is no pending job > lpq no entries If I try from the command line lptest 20 5 |lpr [as in Greg's book] nothing happens, no error message, nada. If I go to Netscape and save a page using save as page.ps and then try lpr page.ps again, nothing My /etc/printcap follows my name. It was created by apsfilter. Advice appreciated. Thanks jeff # LABEL apsfilter # apsfilter setup Sat Apr 8 18:48:39 PDT 2000 # # APS_BASEDIR:/usr/local/apsfilter # # ascii|lp1|uniprint--ascii-mono|uniprint ascii mono:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/uniprint--ascii-mono:\ :lf=/var/spool/lpd/uniprint--ascii-mono/log:\ :af=/var/spool/lpd/uniprint--ascii-mono/acct:\ :if=/usr/local/apsfilter/filter/aps-uniprint--ascii-mono:\ :mx#0:\ :sh: # lp2|uniprint--auto-mono|uniprint auto mono:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/uniprint--auto-mono:\ :lf=/var/spool/lpd/uniprint--auto-mono/log:\ :af=/var/spool/lpd/uniprint--auto-mono/acct:\ :if=/usr/local/apsfilter/filter/aps-uniprint--auto-mono:\ :mx#0:\ :sh: # lp3|uniprint--ascii-color|uniprint ascii color:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/uniprint--ascii-color:\ :lf=/var/spool/lpd/uniprint--ascii-color/log:\ :af=/var/spool/lpd/uniprint--ascii-color/acct:\ :if=/usr/local/apsfilter/filter/aps-uniprint--ascii-color:\ :mx#0:\ :sh: # lp|lp4|uniprint--auto-color|uniprint auto color:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/uniprint--auto-color:\ :lf=/var/spool/lpd/uniprint--auto-color/log:\ :af=/var/spool/lpd/uniprint--auto-color/acct:\ :if=/usr/local/apsfilter/filter/aps-uniprint--auto-color:\ :mx#0:\ :sh: # raw|lp5|uniprint--raw|uniprint auto raw:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/uniprint-raw:\ :lf=/var/spool/lpd/uniprint-raw/log:\ :af=/var/spool/lpd/uniprint-raw/acct:\ :if=/usr/local/apsfilter/filter/aps-uniprint--raw:\ :mx#0:\ :sh: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message