Hi,
I'd like to explain in a short post how to install the Xerox Phaser 3117 on a Gentoo system (mine is running on amd64).
I am not an expert on this, but I got it to work, and it took me some time to find out how.. so I'd like to share..
- Make sure you have ghostscript-esp installed (you might need to unmerge ghostscript-gpl)
- Make sure cups is installed and running.
- amd64: Make sure you have emul-linux-x86-* (I think that emul-linux-x86-compat is what required to run 32bit programs on the environment, but this might not be needed at all)
- From the manufacturer CD, copy the (binary) filter:
Code: Select all
cp /mnt/cdrom/bin/Linux/x86/filters/ppmtospl2 /usr/libexec/cups/filter/. - Install the new printer using CUPS web interface (should be at http://localhost:631). When requested to specify make and model, browse for a PPD and use the one from the manufacturers' CD. It should be located at /mnt/cdrom/ppd/C/Phaser-3117.ppd
Before I had it correctly installed, the experience of sending a web page to the printer was pretty frustrating, since everything in CUPS looked fine, but nothing (not even a blinking light) from the printer..

