-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every 2nd print to HP Laserjet prints raw postscript - leftover character in print? #17
Comments
As a sidenote: the same happens when I add the HP LJ P2055dn to the ps-printer-app. |
tcpdump shows:
Tried to find the code in Cups and/or hplip but couldn't. The Printer PPD file simply says:
|
@vsessink I have the same printer and the same issue. I worked around it by using PCL3 instead of the "recommended" PostScript |
Hmm. Weird. At the end of ppd-emit.c there is a
that seemed a bit weird - although I don't understand the exact code path yet. However, exchanging these two lines, i.e.
made the output much better:
Note the three |
I'll need to look at the PPD in question to see what is different about it... |
That's with the comments. I'll install a clean one right away. |
I just did a simple |
Every 2nd print to my old but trusted HP Laserjet P2055dn prints raw postscript.
To reproduce it, I first removed every snap instance of cups and the hplip printer app, just to make sure they weren't interfering; afterwards, I installed them:
I'm installing a printer with http://localhost:8000
Name HP LaserJet P2055dn
Device: HP LaserJet P2055dn Network hp2055dn HPLIP (HP)
Driver Name: Auto-Detect Driver
[Add Printer]
This gives me a "Hp LaserJet P2055 Postscript" printer.
Now I turn off my printer (just to make sure there are no leftover print jobs), and turn it on again. I'm waiting a minute or so. I'm clicking "Print Test Page" and a nicely formatted test page will come out of the printer. Turning off the printer again. Waiting 60 seconds, printing another test page: prints fine.
Leaving the printer on will, however, print garbage (i.e. raw postscript). You'll have to push the "cancel" button on the printer to stop it from spitting out empty sheets of paper. After that, the next Test Page will print correctly.
Wild guesses: this looks like there is a leftover character somewhere at the end of the print job. But then again, as far as I know my printers, the Laserjet would then indicate it were busy with another print job. Simply using "echo hello|nc 9100" will print a page with "hello", then afterwards, the next Test Page will come out unharmed. Even trying the "hello" twice, the hello's match, i.e. it's not as if there is a spurious line feed somewhere in the system. Then again, these are all wild guesses, so take 'm with a grain of salt.
The text was updated successfully, but these errors were encountered: