Skip to content
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

Canon GX7050: Not all options work via driverless configuration #571

Open
flipreverse opened this issue Feb 1, 2024 · 2 comments
Open

Comments

@flipreverse
Copy link

Describe the bug
The printer does not use my configured print job options

To Reproduce
Steps to reproduce the behavior:

  1. Add the printer: lpadmin -p 'Canon-GX7050' -v 'ipp://192.168.111.206/ipp/print' -E -m 'driverless:ipp://192.168.111.206/ipp/print'
  • It does not make any difference using lpadmin or the CUPS webinterface.
  • Happens on both IPP and IPPS
  • Makes no difference if I use the IPv4 address or the DNS Canon%20.local.
  1. Choose any document, e.g., PDF, to print
  2. Select the second tray, increase number of copies, and/or select long-egde binding
  3. Click on print
  4. The printer only uses tray 1, ignores long-edge binding, and aborts the print job if duplex and multiple copies is used. Without duplex, it also not able to print multiple copies.

Expected behavior
Print the job as desired.

Screenshots
None.

System Information:

  • OS: Debian Testing 13
  • Browser: Firefox 122.0
  • Version: 1.28.17-3+b1

Additional context
I was able to fix the tray issue by editing the PPD file. Here is my diff
Canon-GX7050-ppd.txt.
Here is the PPD file manually generated by driverless ipps://192.168.111.206/ipp/print: Canon-GX7050-driverless-ppd.txt.

@mkosch
Copy link

mkosch commented Apr 2, 2024

The following tray specifications also work:

*InputSlot Auto: "<</MediaPosition 0>>setpagedevice"
*InputSlot Rear: "<</MediaPosition 18>>setpagedevice"
*InputSlot Tray1: "<</MediaPosition 11>>setpagedevice"
*InputSlot Tray2: "<</MediaPosition 13>>setpagedevice"

@mkosch
Copy link

mkosch commented Apr 2, 2024

For me duplex printing and printing multiple copies work.
I added the printer using the web interface of CUPS 2.4.7.

Here you can find my current (self-modified) PPD file: Canon_GX7050-color.ppd.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants