1833761 Members
2546 Online
110063 Solutions
New Discussion

banner printing problem

 
SOLVED
Go to solution
Michal Suskiewicz
Occasional Contributor

banner printing problem

Hello,
I have some problems to avoid printing banner on HP printer. I configured this LaserJet 5M in HP distributed Print Service program in SAM. All plain text it prints comes without banner. Anything that is in postscript has it!
I tryied to disable this in HPDPS but there is no option, so I have instaled JetAdmin program and I turned the banner to "off" via this program. It still didnt help. So Iv checked definition of the printer in /etc/lp/interface and options in /usr/lib/lp/model/postscript. Changing options for banner to "no" in postscript file does not help either.
What I should do to not to have banner when I print postscript files?
2 REPLIES 2
Tommy Palo
Trusted Contributor
Solution

Re: banner printing problem

Try if the banner gets suppressed if you use this option to lp:
lp -onb
Keep it simple
Michal Suskiewicz
Occasional Contributor

Re: banner printing problem

Yes,
puting lp -onb option solved my problem.
Thanks