• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
We have new content about printers, Click here to check it out!
Check some of the most frequent questions about Instant Ink: HP INSTANT INK, HP+ PLANS: INK AND TONER.


Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs AND MORE.
HP Recommended
Photosmart 7760
macOS 11.0 Big Sur

I have an HP Photosmart 7760 on a 2018 Mac Mini I7 running Monterrey 12.0.1   The current drivers on the HP website only accomodate up to Mac OS 10.4, and once downloaded, the driver install package won't run on Monterrey.  Help!  I need my printer!  

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

ok, one more post...  doing web research I found this thread on Macrumors.com in a post by a user named "theapplecynic."  Running this script in terminal, copying, pasting and running  line by line in fact solves the problem with the installer package.  The driver for my Photosmart 7760 is now installed.   I suspect that this will resolve install issues for most HP printers on Monterrey.  That said, it'd be nice if HP could update their driver installer to be current. 

 

https://forums.macrumors.com/threads/monterrey-and-hp-printers.2319676/

 

#!/bin/bash

curl -o ~/Downloads/hpdrivers.dmg https://updates.cdn-apple.com/2020/macos/001-41745-20201210-DBC9B46B-88B2-4032-87D9-449AF1D20804/HewlettPackardPrinterDrivers.dmg

hdiutil attach ~/Downloads/hpdrivers.dmg

pkgutil --expand /Volumes/HP_PrinterSupportManual/HewlettPackardPrinterDrivers.pkg ~/Downloads/hp-expand

hdiutil eject /Volumes/HP_PrinterSupportManual

sed -i '' 's/12.0/13.0/' ~/Downloads/hp-expand/Distribution

pkgutil --flatten ~/Downloads/hp-expand ~/Downloads/HP_Drivers_12.pkg

rm -R ~/Downloads/hp-expand

 

View solution in original post

3 REPLIES 3
HP Recommended

I upgraded to Monterrey 12.1 this morning.   In researching further, I found this thread:

 

  https://h30434.www3.hp.com/t5/Printer-Setup-Software-Drivers/My-MacBook-Pro-and-my-HP-photosmart-776...

 

Per the instructions there, I downloaded and tried to install this package of drivers.  It reports that it requires Mac OS 12.0 or earlier to install, so that didn't work either. 

 

https://ftp.hp.com/pub/softlib/software12/HP_Quick_Start/osx/Applications/ASU/HPPrinterDrivers5.1.dm...

 

So...  apparently until the driver installer is updated, I'm out of luck for printing???   😞

HP Recommended

ok, one more post...  doing web research I found this thread on Macrumors.com in a post by a user named "theapplecynic."  Running this script in terminal, copying, pasting and running  line by line in fact solves the problem with the installer package.  The driver for my Photosmart 7760 is now installed.   I suspect that this will resolve install issues for most HP printers on Monterrey.  That said, it'd be nice if HP could update their driver installer to be current. 

 

https://forums.macrumors.com/threads/monterrey-and-hp-printers.2319676/

 

#!/bin/bash

curl -o ~/Downloads/hpdrivers.dmg https://updates.cdn-apple.com/2020/macos/001-41745-20201210-DBC9B46B-88B2-4032-87D9-449AF1D20804/HewlettPackardPrinterDrivers.dmg

hdiutil attach ~/Downloads/hpdrivers.dmg

pkgutil --expand /Volumes/HP_PrinterSupportManual/HewlettPackardPrinterDrivers.pkg ~/Downloads/hp-expand

hdiutil eject /Volumes/HP_PrinterSupportManual

sed -i '' 's/12.0/13.0/' ~/Downloads/hp-expand/Distribution

pkgutil --flatten ~/Downloads/hp-expand ~/Downloads/HP_Drivers_12.pkg

rm -R ~/Downloads/hp-expand

 

HP Recommended

It works! Thank you for this post

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.