Skip to content

Instantly share code, notes, and snippets.

@probonopd
Last active August 4, 2021 16:07
Show Gist options
  • Save probonopd/10c5cc119d1a18a9183602b5cbcdee0b to your computer and use it in GitHub Desktop.
Save probonopd/10c5cc119d1a18a9183602b5cbcdee0b to your computer and use it in GitHub Desktop.

HP Color LaserJet CM2320 MFP series Print Scan Fax driver for macOS 10.x

HP seems to make it intentionally hard to find this driver. It is not listed on https://support.hp.com/us-en/drivers/selfservice/hp-color-laserjet-cm2320-multifunction-printer-series/3597338/model/3597358 - even though it works perfectly fine even on "newer" versions of macOS such as 10.11.

<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.1" authoringToolBuild="172">
    <title>HP Color LaserJet CM2320 MFP series</title>
    <options customize="never" allow-external-scripts="no" rootVolumeOnly="true"/>
    <installation-check script="pm_install_check();"/>
    <script>function pm_install_check() {
  return true;
}
</script>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment