Operating System - HP-UX
1832608 Members
2168 Online
110043 Solutions
New Discussion

Re: JetAdmin with 2934A Dot Matrix printer

 
Scott D. Allen
Regular Advisor

JetAdmin with 2934A Dot Matrix printer

Anyone know what the appropriate filter for an HP Dot Matrix 2934A printer is in JetAdmin? I'm having problems with the one that I chose (net_generictext) where it's printing a blank page with @PJL in the upper right corner between jobs. Thanks.

--Scott
"Sometimes the devil you know is better than the devil you don't know."
3 REPLIES 3
Elizabeth_2
Valued Contributor

Re: JetAdmin with 2934A Dot Matrix printer



Hi Scott!


This @PJL usually appears when the model script is incorrect for the printer. You will need to verify that in /etc/lp/interface/printername the variable DEVTYPE is blank. It should look like:

DEVTYPE=""

Note: This variable is listed after the statement '# xPORT, PERIPH, TEOJ are all configurable'.

If DEVTYPE="" is blank and your problem persists, you need to replace the model script with an adequate script for your printer.
Scott D. Allen
Regular Advisor

Re: JetAdmin with 2934A Dot Matrix printer

Thanks Elizabeth!
I did try the net_genericprinter and dumb_plotter filters for this printer and had problems with both. I did, however, comment out a line in the model.orig/printername file like:
# echo "033E033%-12345X@PJL";; # Reset Printer; end of PCL file
And it works ok now. What filter should I be using? (DEVTYPE='')
--Scott
"Sometimes the devil you know is better than the devil you don't know."
Elizabeth_2
Valued Contributor

Re: JetAdmin with 2934A Dot Matrix printer


Hi Scott,

I am not sure what filter you should be using. Usually the
DEVTYPE=""
with no value filled in. (At least that is what I have experience). Sorry I could not provide any more information for you.