Printing

From Info Wiki
Jump to navigationJump to search

For General Users

New users of Linux may find that their printer (and scanner) is neither supported nor supportable. Simplest option is to (carefully) purchase a new printer.

Selection Guideance

  • printers that were manufactured after 2009 and connect via Ethernet or wifi are likely to be usable without drivers
    • this is potentially the best support for Linux
    • from CLI, run "driverless list"
      • only printers that report an interface of "ipp://<blah.blah.blah>" are likely to be usable driverless
      • see below for an outline of setting up driverless printing
  • if a printer must use a driver then be aware that Linux uses Postscript or PDF technology as the basis for its print sub-system
    • printers that use Postscript, PDF or perhaps PCL print languages are readily supportable and likely to remain so
    • most entry-level printers do not use those technologies, that require additonal processing resouces, which in turn adds cost
    • be prepared to purchase a mid-range printer (or multi-function device).

All of the following pre-purchase research is strongly recommended

Troubleshooting

Administration

The most reliable tool is the command line tool "lpadmin".

The print sub-system used in Linux, CUPS, is heading towards driverless printing. To try driverless printing run the following commands:

$ driverless list

will list applicable powered-on printers on your LAN - only those having URL beginning with ipp:// are likely to work driverless

<nowiki>I# /nowiki>


  1. lpadmin -p <> -v <> -m everywhere -E

see man lpadmin for suitable parameters to use above

"driverless" printing can also be configured via the webbrowser GUI, URL http://localhost:631

  • in this case it is essential to use the ipp:// style URL for the network printer
    • copy and paste it, if necessary
  • in the next page, select manufacturer
    • at least two solutions should be found for a printer model "ajax fancy printer"
      • ajax fancy printer something or other
      • ajax fancy priner driverless
    • highlight the latter, then click on "modify printer"

currently "system-config-printer". This GUI tool is the default in Fedora and Ubuntu and is also installed by default in openSUSE. It may appear in the start menu under various names:

  • Print Settings

Alternative print admin tools include:

  • the direct interface to the Linux printing sub-system (CUPS) on your computer is via the
    • this is also a fairly capable and reliable tool
  • other setup routines are provided in many Distributions
    • these might not detect downloaded drivers and are thus less reliable

Can't Access Web Interface

Some distributions require additional privilleges

  • add user to group "lp"
  • or complete the pop-up authorisation as user "root"

Can't Access Network Printers

A paradigm shift occurred with CUPS 1.6

  • SLP must now be installed and configured to use printers controlled via other hosts

Failure to Print

Failure to print, although the driver is installed, can result from unsuitable settings.

  1. from the CUPS Administration tab, select
    • Manage Printers -> Set Default Options
  2. check the settings for and adjuxt if necessary
    1. paper size (usually A4 is appropriate)
    2. paper source (tray (cassette) or manual)

A paradigm shift occurred with Foomatic 4.n

  • Applications now prepare jobs as a PDF file, in lieu Postscript
  • opensource drivers (PPD files) should have been converted
  • binary drivers from manufacturers might not have been
    • LibreOffice allows selection of print job format under Tools -> Options -> Print
      • deselect "PDF as standard print job (not all compilations of LibreOffice have this option)
      • although this could be done, on a per job basis, via the print dialog Print Properties -> Device -> Printer Language to be changed to Postscript; this mode is buggy for landscape orientation pages

Printer/Multi-Function Device Recommendations

The following factors might assist preparation of a "short-list"

  • HP provide Linux support for most of their devices
    • low-end devices would be reliant on continuation of this support, as would be the case with other brands
  • Fuji-Xerox have argueably the best colour laser technology
    • CP/CM 305 series are the lowest cost models having Linux support
    • and are competitively priced, for the capability provided
  • Brother multi-functions all support scanning via network
    • mid-range models do use Postscript and should be supportable long-term
  • Epson printers are often supported
    • drivers included with Linux often don't support higher resolutions
    • full-function drivers are available from http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
    • most multi-function devices will scan via network interface, as of mid-2017
    • Epson's procedure for client/server scanning gets other brands working too

--Rod (talk) 13:52, 12 September 2014 (EST)