Bug 191865
| Summary: | HP Laserjet 4200n prints blank pages | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Ranki <ville.ranki> | ||||||||||||
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> | ||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | medium | ||||||||||||||
| Version: | 5 | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | All | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | system-config-printer-0.6.151.7-1. | Doc Type: | Bug Fix | ||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2006-05-23 10:12:32 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Bug Depends On: | |||||||||||||||
| Bug Blocks: | 150223 | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Ville Ranki
2006-05-16 07:21:41 UTC
So this is a printer connected to a Windows machine? How about if you print the CUPS test page? Does that work? CUPS test page seems to work. Printing now seems to work from gedit and openoffice also - they didn't work earlier. Maybe editing the printer settings without doing anything or rebooting helped. The A4 postscript test page still prints blank though. The printer is a network printer connected with smb. How are you printing the A4 PostScript test page -- from the 'Administration->Printing' configuration tool, system-config-printer? Please edit /etc/cups/cupsd.conf and change the 'LogLevel' line to read: LogLevel debug2 Then stop CUPS: /sbin/service cups stop Clear out the log file: >/var/log/cups/error_log and start CUPS again: /sbin/service cups start Try printing the A4 test page again, and then please attach the /var/log/cups/error_log file. Thanks. Created attachment 129198 [details]
CUPS Error log
Log attached. I'm using system-config-printer for printing the test page. Does this print work?: lpr -PSALI_LINKKI -oraw /usr/share/printconf/tests/testpage-a4.ps Yep, it prints out a good test page. Aha. Sounds like this might be a pstops filter bug. Please attach /etc/cups/ppd/SALI_LINKKI.ppd. Created attachment 129221 [details]
testpage-a4.ps
Actually the cause for this might be a bad testpage-a4.ps file. Please save
the attached testpage-a4.ps file and print it like this:
lpr -PSALI_LINKKI testpage-a4.ps
Does the output now look as expected? Just to confirm, the original problem
was that you were getting a blank page in _addition_ to the correctly printed
test page, wasn't it?
Created attachment 129302 [details]
PPD file
Created attachment 129303 [details]
PPD file
The test page you attached prints also as blank. And the problem is that only one blank paper prints when printing ps test page. Created attachment 129408 [details]
testpage-a4.ps
Please try this testpage-a4.ps file instead.
This file prints correctly. Fixed in system-config-printer-0.6.151.7-1. I confirm - it works now. Thanks! |