HP LaserJet Pro 4002 ignores InputSlot and page margins #119
Replies: 17 comments 1 reply
-
|
This is most likely not related to the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @alexpevzner for your reply. I'm gonna raise an issue for Cups. Of course you are right! The PPD file generated by Cups was not the same for both queues. I re-generated the network queue PPD with Cups-filter, and voilà, the same issue happens. |
Beta Was this translation helpful? Give feedback.
-
|
Looks like you are comparing autogenerated PPD file on the Could you please attach both PPDs here, I want to look. |
Beta Was this translation helpful? Give feedback.
-
|
Absolutely. The second one is auto-generated with Cups-filter and looks like the InputSlot definitions are different.. The second one doesn't select the correct trays. Thank you for taking time to look into this! |
Beta Was this translation helpful? Give feedback.
-
|
The problem needs to be reported against the I would also appreciate if you could build this project: https://github.com/OpenPrinting/go-mfp And then, generate the printer model using the (replace 192.168.1.102 with your actual printer address). And then attach the resulting |
Beta Was this translation helpful? Give feedback.
-
Done that. OpenPrinting/cups-filters#664 I will build the go-mfp project and let you know. |
Beta Was this translation helpful? Give feedback.
-
|
Hmm, harder than I thought. Debian Trixie doesn't ship with |
Beta Was this translation helpful? Give feedback.
-
Oops. So enter the |
Beta Was this translation helpful? Give feedback.
-
|
Did that, but it doesn't like my Python: |
Beta Was this translation helpful? Give feedback.
-
|
Apparently, there is no |
Beta Was this translation helpful? Give feedback.
-
|
Well, Debian goes its own way... :-) I've installed Debian 13 into the virtual machine and changed the approach of loading Please update from the git and try to rebuild.
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you @alexpevzner! That definitely worked. It's always quite surprising to me how much effort we have to invest to support multiple distributions. Anyway, the file has been created: |
Beta Was this translation helpful? Give feedback.
-
|
And for now, may I ask you to retest against the following PPD: This is the driverless-generated PPD using your printer model but with the more or less up to date version of the cups-filters (Debian uses very archaic version 1.28.17). |
Beta Was this translation helpful? Give feedback.
-
|
I tested it and unfortunately, the printer doesn't print anything at all. I compared the PPDs and of course, there are lots of differences :) new so I hoped by setting them to the values from the old PPD, the printer will output something, but it didn't. Error message is: Print job cancelled at printer. Cups shows |
Beta Was this translation helpful? Give feedback.
-
|
I am currently installing the |
Beta Was this translation helpful? Give feedback.
-
|
With Cups-2.4.12, Cups-filters 2.1.1 the generated PPD file looks like the one you gave me. The ìmage/urf |
Beta Was this translation helpful? Give feedback.
-
|
I thing this discussion should be continued here: OpenPrinting/cups-filters#664 I wrote the quick summary of our investigations, and will convert the ipp-usb issue into discussion |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the local network is sometimes unreliable, I wanted to connect the printer via USB to a Raspberry Pi running Trixie. It was successfully detected by
ipp-usband the print queue is set up with Cups-filter generated PPD.When submitting a print job, the printing works fine, however, the provided InputSlot and page margins seem to be ignored. Cups still finds them in the job (cups error log in debug mode):
But the printer is asking for printer in the default tray (which is tray 2) and after pressing "Ok", it will print but doesn't scale correctly (edges are cut off).
Printing via the network ipp:// to the same printer works fine.
How can I troubleshoot this issue?
Beta Was this translation helpful? Give feedback.
All reactions