IT/Procedures/Printer Maintenance/Configure Printer Driver-Model: Difference between revisions

From msgwiki
< IT‎ | Procedures
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "= Configure Printer Driver/Model = Out of the box, the printers get a default driver assigned. This is fine, as long as you don't need certain profiles/functions, e.g. duplex printing, CMYK. Not every driver/model seems to work well. Recommended drivers * MG3670: Canon MG3600 series - CUPS+Gutenprint v5.3.3 * MX922: ? * E4200: ? Check if attributes ColorModel and Duplex are available with <code>lpoptions -p [PRINTER_NAME] -l | grep [...]</code> === add/modify printer...")
 
No edit summary
Line 40: Line 40:
==== in CUPS WebUI or lpinfo -m: unable to get list of printer drivers, sucess ====
==== in CUPS WebUI or lpinfo -m: unable to get list of printer drivers, sucess ====


* there seems to be a bug https://unix.stackexchange.com/questions/276736/cups-adding-printer-fails-with-unable-to-get-list-of-printer-drivers-success
* there seems to be a fancy bug https://unix.stackexchange.com/questions/276736/cups-adding-printer-fails-with-unable-to-get-list-of-printer-drivers-success
* couldn't fix this yet
* so far, reloading the page immediately after the error message shows worked for me
* probably some time should be invested to fix this :)

Revision as of 15:25, 22 May 2024

Configure Printer Driver/Model

Out of the box, the printers get a default driver assigned.

This is fine, as long as you don't need certain profiles/functions, e.g. duplex printing, CMYK.

Not every driver/model seems to work well.

Recommended drivers

  • MG3670: Canon MG3600 series - CUPS+Gutenprint v5.3.3
  • MX922: ?
  • E4200: ?

Check if attributes ColorModel and Duplex are available with lpoptions -p [PRINTER_NAME] -l | grep [...]

add/modify printer driver in the CUPS WebUI

  • on the msgcnx server
    • open CUPS webUI at http://localhost:631
    • alternative: forward the port to your local host over ssh
    • alternative: allow access to CUPS webUI from other hosts (not recommended)
  • open the tab "Printers"
  • check if your printer is listed there
  • if yes
    • click on it
    • select "Modify Printer" in the dropdown
  • if no
    • switch to the tab "Administration"
    • click "Add Printer"
  • select "Internet Printing Protocol (ipp), click "Continue"
  • enter the ipp address of the printer (ipp://IP), click "Continue"
  • set the name and location if needed, click "Continue"
  • select the driver you want, click

add/modify printer driver with lpadmin

https://www.cups.org/doc/admin.html

Troubleshooting

in CUPS WebUI or lpinfo -m: unable to get list of printer drivers, sucess