Portal:Printing
tagline: From openSUSE
Welcome to the Printing Portal edit
The current content here is mainly a collection of links to articles where you find the actual documentation and help regarding printing.
News
Replacement of the cups-drivers package
Up to openSUSE 11.3 the cups-drivers package was a huge all-in-one package which contained several actually independent printer drivers and several sets of PPD files.
Since openSUSE 11.4 the following printer driver and PPD files packages are split from the cups-drivers package and the cups-drivers package itself is dropped:
- gutenprint: the Gutenprint driver and its matching PPDs
- splix: the SpliX driver and its matching PPDs
- m2300w: the m2300w driver and its matching PPDs
- OpenPrintingPPDs-ghostscript: PPDs for Ghostscript built-in drivers
- OpenPrintingPPDs-hpijs: PPDs for the HPIJS driver for non-HP printers
- OpenPrintingPPDs-postscript: PPDs for PostScript printers
Compliance with upstream CUPS
openSUSE 11.3 provides a major cleanup of CUPS. Almost all our own patches were dropped to enforce a reset to almost 100% compliance with upstream. The main change is that the "/usr/lib/cups/" directory is used on all platforms (in particular no longer "/usr/lib64/cups" on the 64-bit x86_64 platform). For background information see in the Novell/openSUSE Bugzilla the Comment #2 to bug 575544: "adapt other printing packages to work with upstream compliant cups-1.4 on 64 bit platform" which reads in particular:
Upstream CUPS installs executables (in particular backends and filters) into /usr/lib/ in any case which is the right place. Compare /usr/bin/ there is nothing like /usr/bin64/ because for executables special ...64 directories do not make sense. In contrast libraries like libcups.so and libcupsimage.so must be installed into /usr/lib/ and /usr/lib64/ ... A positive side effect of this clean-up is that then it works much better to install third-party printer drivers (which usually install only into /usr/lib/cups/)
YaST printer module renewal
Since openSUSE 11.1 the YaST printer module was made completely new, see Archive:YaST Printer redesign in particular the sections "Basic Design Ideas" and "Basic Implementation Principles" where the latter also talks about "Strict Compliance With CUPS".
Current Issues
Parallel port printers do no longer work out of the box
Since openSUSE 11.4 the kernel does no longer load the 'lp' kernel module unless asked specifically to do so. More precisely udev does no longer provide static /dev/ nodes. When /dev/lp0 is opened to send data via the parallel port the 'lp' kernel module is no longer loaded automatically so that no data can be sent. In the end since openSUSE 11.4 it is by default no longer possible to use the parallel port for a printer.
If you are using openSUSE 12.1 or later, install the "parallel-printer-support" package, which creates a static udev node for the parallel port. Its purpose is to load the "lp" kernel module automatically the first time data is sent to the parallel port. Should you not find the package by using zypper install or YaST Software Management module, make sure that openSUSE 12.1 is up-to-date and the official openSUSE 12.1 Update repository is enabled (it should be by default).
On openSUSE 11.4, in order to install the "parallel-printer-support" package, you can get it from the "Printing" repository via direct download from http://download.opensuse.org/repositories/Printing/openSUSE_11.4/noarch/ or use this One Click Install:
During the One Click Install a YaST Installation dialog may show up which asks to subscribe to the "Printing" repository plus a check box whether or not to "remain subscribed to this repository". Make sure not to remain subscribed to the "Printing" repository otherwise you will get the newest development packages regarding printing installed onto your system which could mess up the printing functionality of your system, see the Printing repository description
See also
HP devices not detected as usual
The CUPS command "lpinfo -v" (run it as root) or matching CUPS library calls to detect devices may no longer detect HP devices with HP's specific "hp:/..." connection but - if at all - only with the generic "usb:/..." connection. For plain printing both kind of connections should work but for anything else (e.g. device status via HP's "hp-toolbox", or scanning with a HP all-in-one device) the "hp:/..." connection must be used, see http://en.opensuse.org/YaST_Printer#Connection
The reason is that HP's backends "hp" and "hpfax" cannot run at the same time, see https://bugs.launchpad.net/hplip/+bug/741073
A workaround for HP devices without fax is to disable the hpfax backend with the following command (as root):
chmod a-x /usr/lib/cups/backend/hpfax
Various printout failures with CUPS default "RIPCache 8m"
By default CUPS has only 8 MB RIPCache, see "RIPCache" at http://www.cups.org/documentation.php/doc-1.4/ref-cupsd-conf.html
This default exits since a long time and did not cause any issue. But since some time more and more weird issues regarding printout failures happen which are related to this low default. The root cause is that recent versions of Ghostscript changed the internal banding API but the CUPS raster driver was not updated accordingly in Ghostscript.
For example there might be no printout at all because "/usr/lib/cups/filter/pstoraster failed" or there is broken printout like in the attachment 380232 in the Novell/openSUSE Bugzilla.
If printout failures actually depend on the low default RIPCache value, it helps to add in /etc/cups/cupsd.conf a line like
RIPCache 128m
and restart the cupsd afterwards. Then the CUPS raster driver in Ghostscript gets more memory available so that rendering is done in full page mode and not in banding mode which avoids issues because of the changed banding API.
In some cases (probably only for color printing at high resolution with the Gutenprint driver) you may have to specify much more, e.g. 1GB with
RIPCache 1024m
of course provided you have at least 2GB main memory in your computer.
Links to openSUSE's and Novell's pages:
- openSUSE/Novell bug report 628233: Various printout failures with CUPS default "RIPCache 8m" on bugzilla
External links:
- CUPS software trouble report #3535: Increase RIPCache default for nowadays high-resolution printing on cups.org : Bugs & Features
- Ghostscript bug report 691499: CUPS Raster device has "Error: /undefined in --setpagedevice--" for some files only in banding mode on ghostscript.com : Bugzilla
Topics edit
For plain printers, see the links in the "All of Printing"-box on the right.
For all-in-one devices (i.e. when the printer has also a scanner device included) you have to set up the scanner unit separately, see
SDB:How to set-up a HP printer
YaST/Modules/Scanner at http://old-en.opensuse.org/YaST/Modules/Scanner
Things to do edit
Provide a better content here.
Please note that what I (User:Jsmeix) can provide here is basically only a draft of technically correct information. I am neither a native English speaker nor a technical writer nor can I imagine correctly what the appropriate wording is to address unexperienced users in the right way. If technical experts try to imagine unexperienced users, the result could be texts which treat them like idiots ("please click the [Finish] button to finish the task").
Fortunately this is a Wiki so that anyone who knows how to address unexperienced users appropriately can enhance the articles accordingly. Do not hesitate to enhance the articles or add completely new articles. I enabled Wiki's "watch" functionality for the articles which are currently listed here so that I can check if changes keep the article technically correct.
Very Many Thanks in advance for your contribution to the openSUSE Wiki!
All of Printing edit
SDB:Purchasing a Printer and Compatibility
SDB:How to set-up a HP printer
SDB:How to Report a Printing Issue
SDB:CUPS and SANE Firewall settings
SDB:Printing via TCP/IP network
SDB:Printing via SMB (Samba) Share or Windows Share
SDB:Printing from Windows to Linux
SDB:Using Your Own Filters to Print with CUPS
SDB:Using Your Own Backends to Print with CUPS
SDB:Laser Printer Does Not Print Properly Or Does Not Print At All
SDB:Information for Printer Manufacturers Regarding Linux Support
In the news edit


