Skip to content

Instantly share code, notes, and snippets.

@Teebusch
Created December 29, 2024 22:40
Show Gist options
  • Save Teebusch/3b51e05520a481966901cbf4eb7911a6 to your computer and use it in GitHub Desktop.
Save Teebusch/3b51e05520a481966901cbf4eb7911a6 to your computer and use it in GitHub Desktop.
## How to Install printer Samsung ML-1610 on MacOS 15.2 Sequia (M4 Chip)
This printer is old and there are no official drivers for it. There are some rather complicated installation
guides floating around the internet. I found this simple procedure:
Download splix from https://github.com/OpenPrinting/splix/releases/tag/2.0.1
In Terminal:
```
cd Downloads/splix-2.0.1/
make DISABLE_JBIG=1
sudo make install
sudo cp ppd/ml1610.ppd /Library/Printers/PPDs/Contents/Resources/Samsung\ ML-1610\ Series
sudo chmod +x /Library/Printers/PPDs/Contents/Resources/Samsung\ ML-1610\ Series
```
In Printer Settings add printer, then choose Samsung ML-1610 Series PPD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment