Last active
July 6, 2024 18:21
-
-
Save santiago26/60425d2759b1360555111caa47b6769f to your computer and use it in GitHub Desktop.
How to get worked old Xerox printer in macOS Catalina
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Intro | |
Xerox said that Phaser 3140 hass "level 2" of support which means that Xerox not planning to update it's driver any way. | |
macOS no longer supports 32bit apps since macOS Catalina, and Xerox drivers installer provided at xerox.com is 32bit-app. But drivers will still work if we can install it. So we just need to install drivers itself manually. | |
To make it old printers work you just need to copy few files from installer to their designed locations. | |
# Download | |
You can download unpacked files from macOS 10.14 (10.11+) or unpack from official site by yourselve. | |
https://yadi.sk/d/K4Z-FlHFTyT2BQ?w=1 | |
#Installation | |
Put downloaded files to appropriate path: | |
folder: /Library/Printers/Xerox/Phaser_3140_3155 | |
files: | |
/Library/Printers/PPDs/Contents/Resources/Xerox Phaser 3140 and 3155.gz | |
/private/etc/cups/ppd/Xerox_Phaser_3140_and_3155.ppd | |
After that you can install new printer and chose "Xerox Phaser 3140 and 3155" in "Select software" modal window. If it says that driver is damaged, press Repair button and it works. |
👍
This trick/workaround still works even on the latest Mac. I checked it on a new M3 MacBook Air with macOS Sonoma 14.4.1.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have done the same for an old MacOS running Catalina using Mojave on VMWare Workstation 16.
After configuring the VM, download the package from Xerox, last available for MacOS (even if it is for an older version), install it and take a copy of the following files
In Library - Printers -> take a copy the directory named Xerox on an USB drive
In Library - Printers - PPDs - Contents - Ressources -> take a copy of the file Xerox Phaser 6110MFP.gz on the USB drive
Go to your old Mac running Catalina and put the directory and files on the same locations (no need to update permissions in my case, just superuser password prompt for copying files)
Add and configure your printer (network one for mine) and that's done !