Linux - Printing: Difference between revisions
Appearance
	
	
| NickPGSmith (talk | contribs) | NickPGSmith (talk | contribs) m 5 revisions imported | ||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| == Dell 1350cnw == | == Dell 1350cnw == | ||
| [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). | ||
Latest revision as of 04:53, 8 May 2024
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).
