| A. L. Meyers on Fri, 29 Jun 2001 22:16:30 +0200 (CEST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: pse help debug printing errors |
On Fri, 29 Jun 2001, John Culleton wrote:
> The problem is your apsfilter is not recognizing your text files as text
> for some reason. You can change /etc/printcap so that printer raw1 is
> also printer lp. But that would screw up PS files.
>
> The normal apsfilter "auto" routine should have the facility to detect a
> text file and print it as type ascii. (This is slightly different form
> printing it as "raw".) Perhaps you should post your /etc/printcap. That
> might give us a clue.
>
>
> John Culleton
>
>
Much appreciate the quick help, John. Here is the /etc/printcap
file generated by the apsfilter SETUP script:
# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
lp|Printer1 auto:\
:lp=/dev/lpt0:\
:if=/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp:\
:lf=/var/spool/lpd/lp/log:\
:af=/var/spool/lpd/lp/acct:\
:mx#0:\
:sh:
raw1|Printer1 raw:\
:lp=/dev/lpt0:\
:if=/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/raw1:\
:lf=/var/spool/lpd/raw1/log:\
:af=/var/spool/lpd/raw1/acct:\
:mx#0:\
:sf:\
:sh:
# APS1_END - don't delete this
As mentioned in my previous post, SETUP did not define an "ascii"
printer like it does in GNU/Linux.
Greetings and have a nice weekend,
Lucien