Operating System - HP-UX
1825719 Members
2896 Online
109686 Solutions
New Discussion

jetdirect printing problems

 
Ulrich Tehrani
Advisor

jetdirect printing problems

Hello,

today i installed jetdirect on HP-Ux 11.00 and configured a network printer (LJ 2100TN)
I run hppi and now i have the following configuration:
1) Default Queue [YES]
2) Status Log [/opt/hpnpl/tmp/myoffice.log]
3) Network Address [2.41.161.65]
4) Additional printer changes . . .

Options: Current Settings:
-------- -----------------
1) Job Recovery [ON]
2) True End-of-Job [ON]
3) Banner Page [OFF]
4) Default Printing Language [AUTO]
5) PostScript Level [Level 1]


Modelscript used for this queue is net_lj4x


Printing works but but long lines are cut off.
Also the options for example duplex printing is not working

My jetdirect release:

J4189-11001C E.10.34 Hewlett-Packard JetDirect Printer Installer for Unix


Any ideas ?


Thanks in advance

Uli
2 REPLIES 2
Steve Steel
Honored Contributor

Re: jetdirect printing problems

Hi


How do you print


lp -oeolwrap -oduplex file


go to /etc/lp/interface/model.orig
cp printer /tmp/
vi printer
:1,$d
:r /opt/hpnpl/sh/net_lj4x
:wq

try again


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Ulrich Tehrani
Advisor

Re: jetdirect printing problems

Hi Steve,


option -eolwrap works.


Thanks


Uli