Ricoh Employees and partners provide support via the Open Printing forums at: Forum: [http://forums.openprinting.org/list.php?30 Printers from the Ricoh family and OEMs
You may also call your designated Ricoh Representative for support.
A complete list of supported Ricoh devices and corresponding PPD Files can be found at: http://www.linuxprinting.org/printer_list.cgi?make=Ricoh
Ricoh is a well-known producer for digital copiers, high-end laser printers and multi-function devices. Their printers always understand PostScript or PCL, so you usually get them working by applying standard methods for the printer setup.
From the beginning of 2005 on, Ricoh started to publish PPD files for their printers under the MIT license and so the one got all functionality of the printers working by simply downloading and installing a PPD. Due to the free license the PPDs made it even into some Linux distributions and so under these distributions the appropriate printers simply work out-of-the-box.
And the PPDs are not simple copies of Windows or Mac PPDs, they are especially made for Linux and Unix and appropriately tested. They make use of foomatic-rip to give also support to non-PostScript models (PCL, with use of GhostScript) and for user name and password options to support features like holding confidential jobs for example.
Ricoh does not only publish PPDs for Ricoh-branded printers, but also for their partners and OEMs Gestetner, Infotec, Lanier, NRG, and Savin. So printers of these brands are as well supported.
All this is managed by George Liu from Ricoh, who also helps users on the linuxprinting.org forums. He also organized, together with Hitoshi Sekine, also from Ricoh, the financiation of the presence of Till Kamppeter, Kurt Pfeifle (KDE Print and Samba Printing documentation), and Cristian Tibirna (KDE Print maintainer) on the linuxprinting.org booth on the LinuxWorld Expo in San Francisco in August 2005.
Also Ulrich Wehner from Ricoh's host printing team works on the Linux/Unix support of these printers and answers many questions on the linuxprinting.org forums.
See the Vendor ScoreCard.
Fundamentally all Ricoh devices that support PCL XL or PostScript should work, Not all Ricoh Devices support these Print Languages. Please consult your device specification. A quick check of supported languages can be made by printing the device configuration page.
If the device does support PCL-XL (PCL6) or PS your first step should be to look up your printer on linuxprinting.org. If it is listed, download the PostScript or PCL-XL PPD file (depending if you have the PostScript add-on installed or not) and set up your print queue with it. Note that you will need a recent foomatic-rip from linuxprinting.org (also for PostScript) and GhostScript in case of a PCL-XL printer.
If your printer is not listed on Linuxprinting.org, look for a PS PPD file on the printer's driver CD (PostScript printers only). You may also have success with a PPD file designed for an earlier version of the same device. Finally, you can use the "Generic PostScript printer" or "Generic PCL-6/XL printer" PPD's on linuxprinting.org.
If you have any questions or concerns about which PPD to use for your device please post you question to the linuxprinting.org support forums, often Ricoh can provide a pre-release PPD file for your use, often before they are published to Linuxprinting.org.
I single device can exist with multiple brand names. A specific model will function equally well regardless of the brand. The only technical difference is the sticker on the front and the name of the device.
For information about supported devices by Ricoh, see above.
For most Ricoh printers, supported printer languages are listed on the printer configuration page.
To print out configuration page:
"Printer Language" is listed in the top section (System Reference) of the configuration page.
Also See FAQ "Does the Ricoh ... work?"
1. If your printer supports Postscript 3, you can download and extract the .PPD files from Windows XP driver.
2. If your printer supports Postscript, use Generic PostScript driver.
3. If your printer supports PCL-XL, use Generic PCL6/PCL XL driver.
4. If your printer supports PCL 5c, use Generic PCL 5c driver
5. If your printer supports PCL 5e, use Generic PCL 5e driver.
6. If the printer feature you need is not supported by Generic driver, post a question on Ricoh family forum
UserCodes in the Ricoh sense allow the user to send a job to the printer and have the printer track the print to a specific device configured code. These codes are configured in the printer in advance.
In some environments, printers are configured in a way that forces the user to send jobs with UserCodes or they cannot print. This is designed to allow the tracking of printed documents. This if often the case on Color and Black / White combination devices, where they want to allow Black / White printing, but track Color. If the printer is set to restrict based on user codes, and you send it a job without one, the printer will discard the job, with "Authentication Error"
There are three approaches to specify a UserCode.
UserCode can be used in conjunction with JobType=LockedPrint/SamplePrint/DocServer. If you do not plan to use those features, leave JobType=Normal, LockedPrintPassword=None and DocServerPassword=None.
You MUST also install the latest foomatic-rip if you are using PCL-XL (pxlmono) driver, and your dirstribution is older than RHEL 5, SLED/S 11, Fedora Core 5, SUSE professional 10.2, Mandriva 2006.
To install the latest foomatic-rip, follow step 4 on http://www.linuxprinting.org/cups-doc.html
Locked Print jobs are print jobs that are submitted with a password. The printer will not print the job until operator releases it from the printer control panel. Locked Print differs from User Codes, by not printing the job until the user enters the password. User codes do not wait for user intervention for a print job with valid code. User codes can be used in conjunction with Locked Print.
To use the LockedPrint feature, select JobType=LockedPrint, and provide LockedPrintPassword.
DocServerPassword must be set to None (if applicable)
There are three approaches to specify a LockedPrintPassword.
You need to install the latest foomatic-rip if you are using dirstributions older than RHEL 5, SLED/S 11, Fedora Core 5, SUSE professional 10.2, Mandriva 2006.
To install the latest foomatic-rip, follow step 4 on http://www.linuxprinting.org/cups-doc.html
SamplePrint will print one copy of the submitted job and stores the job in the printer. You can walk up to the printer, proof reading the printout and specify additional copies from control panel. SamplePrint does not require a password. SamplePrint can be used in conjunction with User code.
To use SamplePrint feature, select JobType=SamplePrint, and leave LockedPrintPassword=None, DocServerPassword=None. (if applicable)
You need to install the latest foomatic-rip if you are using dirstributions older than RHEL 5, SLED/S 11, Fedora Core 5, SUSE professional 10.2, Mandriva 2006.
To install the latest foomatic-rip, follow step 4 on http://www.linuxprinting.org/cups-doc.html
A print job with JobType=DocServer will be stored in the printer. User can later walk up to the printer and release the job with a password.
The difference between LockedPrint and DocServer is that the DocServer job will remain in the printer after printing vs LockedPrint job will be deleted automatically after printing.
To use DocServer feature, select JobType=DocServer, and provide a DocServerPassword. LockedPrintPassword must be set to None
There're three approaches to specify DocServerPassword.
You also need to install the latest foomatic-rip if you are using dirstributions older than RHEL 5, SLED/S 11, Fedora Core 5, SUSE professional 10.2, Mandriva 2006.
To install the latest foomatic-rip, follow step 4 on http://www.linuxprinting.org/cups-doc.html
Do not use the Red Hat printer configuration tool for versions older than Fedora Core 6 / Red Hat Enterprise 5.
Follow steps here to install printer
Your printer does not support Postscript. Try PCL-XL driver or post questions here: http://forums.openprinting.org/list.php?30
Use command line or CUPS web interface.
We do not recommend/support distribution's own printer config tools. Beware of the bug in system-config-printer
Most likely a SC (service call) code is resulted from a hardware problem. You need to call service. For example:
That is a bug. http://forums.freestandards.org/read.php?34,1386. There're two approaches to fix it, whatever sounds easier to you.
You can post your request for Mac OS X LAN Fax drivers in the forum.
This printer should work. Use the Ricoh supplied PPD from the included CD-ROM.
This printer has been confirmed working. Use the Ricoh supplied PPD from the included CD-ROM.
This model is probably PostScript. Look for the PPD file on the printer's Windows/Mac CDs or on Ricoh's web site and proceed as shown on PPDDocumentation
The printer's manual or self test page would probably tell you which languages this printer understands. If it's only some PCL 5 thingy you should use the HPIJS 1.3 driver (Generic PCL 5c printer in the Foomatic database), in case of PCL 6 or XL try the pxlcolor GhostScript driver (Generic PCL 6/XL printer).
Please report your results according to http://www.linuxprinting.org/contribute.html#data
so that we can make an entry for this printer.