Skip to content

Instantly share code, notes, and snippets.

@mfazekas
Last active December 14, 2023 14:48
Show Gist options
  • Save mfazekas/964ccf1188608557a119e35b94b13469 to your computer and use it in GitHub Desktop.
Save mfazekas/964ccf1188608557a119e35b94b13469 to your computer and use it in GitHub Desktop.
Samsung ML-1670 on BigSur

Samsung ML 1670 on Big Sur and later

Works on M1 macs and Ventura too

Download https://support.apple.com/kb/dl905?locale=en_US It won't let you install with warning:

This volume does not meet the requirements for this update.

To fix it do this:

pkgutil --expand SamsungPrinterDrivers.pkg ./SamsungPrinterDrivers
code SamsungPrinterDrivers/Distribution       
# instert return true to beginning of `commonRequirements()` and `installationCheck()`
pkgutil --flatten SamsungPrinterDrivers SamsungPrinterDriversFixed.pkg

install drivers

Select ML-1860 driver
In security need to allow opening of some bundles to work

See also

https://h30434.www3.hp.com/t5/Samsung/Samsung-ML-1670-driver-MAC-OS-10-15-Catalina-SOLUTION-FOUND/td-p/7854676

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment