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-usb and 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):
[Job 114] media-col collection {media-size={x-dimension=7400 y-dimension=21000} media-top-margin=423 media-left-margin=423 media-right-margin=423 media-bottom-margin=423 media-source=tray-1}
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?
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?