Linux - Printing: Difference between revisions
Jump to navigation
Jump to search
NickPGSmith (talk | contribs) m (1 revision imported) |
NickPGSmith (talk | contribs) |
||
Line 3: | Line 3: | ||
* [https://www.support.xerox.com/support/phaser-6000/downloads/engb.html?operatingSystem=linux&fileLanguage=en_GB Download] drivers for Xerox Phaser 6000B | * [https://www.support.xerox.com/support/phaser-6000/downloads/engb.html?operatingSystem=linux&fileLanguage=en_GB Download] drivers for Xerox Phaser 6000B | ||
Install 32 bit CUPS driver: | Install 32 bit CUPS driver and dependencies: | ||
dnf install cups-libs.i686 libstdc++.i686 | |||
Install driver RPM: | Install driver RPM: | ||
rpm -i Xerox-Phaser_6000_6010-1.0-1.i686.rpm | rpm -i Xerox-Phaser_6000_6010-1.0-1.i686.rpm | ||
* Create a new printer in CUPS (http://localhost:631) | * Create a new printer in CUPS (http://localhost:631) | ||
** AppSocket/ | ** AppSocket/ | ||
** Use the | ** Use the Xerox_Phaser_6000B.ppd as the Make/Model | ||
** socket://printer-hostname:9100 | ** socket://printer-hostname:9100 | ||
CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS. Printers that do not support IPP can be supported using applications such as ippeveprinter(1). | CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS. Printers that do not support IPP can be supported using applications such as ippeveprinter(1). |
Revision as of 14:30, 24 February 2023
Dell 1350cnw
- Download drivers for Xerox Phaser 6000B
Install 32 bit CUPS driver and dependencies:
dnf install cups-libs.i686 libstdc++.i686
Install driver RPM:
rpm -i Xerox-Phaser_6000_6010-1.0-1.i686.rpm
- Create a new printer in CUPS (http://localhost:631)
- AppSocket/
- Use the Xerox_Phaser_6000B.ppd as the Make/Model
- socket://printer-hostname:9100
CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS. Printers that do not support IPP can be supported using applications such as ippeveprinter(1).