Version 10 (modified by 8 years ago) ( diff ) | ,
---|
The Xerox Phaser 6125N printer is a great piece of work, however it is not supported by default under Linux (Ubuntu 11.04 x64).
Getting it to work
You can how-ever use little trick to adjust the provided driver of the Fuji-Xerox DPC525A CUPS ppd in such a way that is also works fine for this printer. As described over here http://ubuntuforums.org/showthread.php?t=1205253.
New Features
This steps how-ever does not alter the ppd file in such a way that it is automatically detected, the attached files have two new features:
- provide autodetect support for both USB and UTP printing.
- Set the feeder to 250 pages by default, instead of none.
- Removed the non-standard and unsupported FXPostCard.
Download & Install
For the deb folks:
- Download cups-xerox-phaser-6125n-1.0.0.deb
- $ sudo dpkg -i cups-xerox-phaser-6125n-1.0.0.deb
For the non-deb folks:
- Download cups-xerox-phaser-6125n-1.0.0.tar.gz
- $ sudo tar -C / --no-overwrite-dir --keep-newer-files -xvzf cups-xerox-phaser-6125n-1.0.0.tar.gz
When running Fedora 18,19,20,21,22,23,24 64bit you will also need to install a bunch of 32 bit libraries to get it working.
- $ sudo yum install /lib/ld-linux.so.2 /usr/lib/libcups.so.2
Troubleshooting
The package might create insecure permissions, causing the filter to fail as shown in /var/log/cups/error_log:
E [21/Apr/2014:13:20:23 +0200] Phaser-6125N: Directory "/usr/lib/cups/filter" has insecure permissions (040775/uid=0/gid=0).
$ sudo chmod 0755 /usr/local/cups/filters
Need Help?
If you can not get it work as expected. Please drop me an email
Attachments (2)
- cups-xerox-phaser-6125n-1.0.0.deb (355.9 KB ) - added by 13 years ago.
- cups-xerox-phaser-6125n-1.0.0.tar.gz (356.6 KB ) - added by 13 years ago.
Download all attachments as: .zip