Linux - Printing: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
m (1 revision imported)
m (5 revisions imported)
 
(3 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
[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:
  yum install libstdc++.i686 cups-libs.i686
  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


* Extract Xerox_Phaser_6000B.ppd
* Create a new printer in CUPS (http://localhost:631)
* Create a new printer in CUPS (http://localhost:631)
** AppSocket/
** AppSocket/
** Use the PPD as the Make/Model
** 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).