Skip to main content
  1. Posts/

Xerox ColorQube 9302 and Linux

··241 words·2 mins·

I do a bunch of Linux-related tasks daily. Some are difficult and others are easy. Printing has always been my nemesis.

Some printers offer up highly standardized methods for printing. For example, many HP printers simply work with JetDirect and PCL 5. However, the quirkier ones that require plenty of transformations before paper starts rolling can be tricky.

We have some Xerox ColorQube printers at the office and they require some proprietary software to get them printing under Linux. To get started, you’ll need a Linux printer driver for the Xerox ColorQube 9200 series.

Once you’ve downloaded the RPM (or DEB), install it:

sudo rpm -Uvh Xeroxv5Pkg-Linuxx86_64-5.15.551.3277.rpm

Start the Xerox Printer Manager:

sudo xeroxprtmgr

You should have a screen like this:

Xerox Printer Manager_006

Press the double down arrow button at the top (it’s the one on the left), and then press the button at the top right of the next window that looks like rectangles stacked on top of one another. Choose Manual Install from the menu that appears.

Selection_008

In the next menu, enter a nickname for the printer, the printer’s IP address, and select the correct printer model from the list. The printer should be properly configured in your CUPS system afterwards:

Printers_009

Any new print jobs set to the printer will cause the Xerox printer manager to pop up. This gives you the opportunity to customize your job (collating, stapling, etc) and you can also use secure print (which I highly recommend).