The new update for Yosemite is here 10.10.2. I updated it last night and my graphics card HD4400 (80860a16) doesn’t load. It was lagging, the backlight slider bar was gone. Insanelymac has an article on how to fix this QE/CI lost after the update.
If you have an HP laptop, and use Clover bootloader, make sure you have these lines in the config.plist or you’ll have kernel early panic (reboot instantly), remove the “!”
KernelAndKextPatches
<!dict>
<!key>KernelPm<!/key>
<!true/>
<!/dict>
After the update, we need to patch the 2 kexts that caused the problems: AppleIntelHD5000Graphics.kext and AppleIntelFramebufferAzul.kext by replacing the device ids: 80860412 with our HD4400 device ids 80860a16 both on the info.plist and the binary file. We do need a hex editor app like hexedit that I use to patch the binary.
If you tried and it doesn’t work, you can get mine and try it.
- How To Dual Boot UEFI Windows and Mac Using Clover Boot Loader
- Fix WD MyCloud Server Connection After Upgraded To El Capitan 10.11
- El Capitan 10.11 On HP x360 Haswell i7-4510u HD4400
- Fix USB Ports On Mac El Capitan 10.11 To Fix BCM94352HMB Bluetooth Problems
- How To Fix USB 3.0 Ports Problems After Sleep Wake On Yosemite 10.10.5 Haswell HD 4400
6 Comments
Hello thank you for your work.
After the update on 10.10.3 I used your AppleIntelHD5000Graphics.kext / AppleIntelFramebufferAzul.kext, however I the problem that only the Apple Intel frame buffers file functioned. With Apple Intel HD5000 the system falls. Does it already give for 10.10.3 an update?
Thank you
Sorry, I haven’t updated my Yosemite to 10.10.3 yet so I don’t know how it fails or passes or even have the fix for the failures. When I updated the 10.10.3, I’ll post it here.
watch the new video on how I updated my 10.10.3
many thanks,
another Question .
you use which Audio Kext for the Envy 15. I use the VoodooHDA-2.8.7. So far also everything functions, except that those maximally volume is not identical to the Windows variant.
Can you help me?
edit the the voodoohda.kext info.plist, set theVoodooHDAEnableVolumeChangeFix from “false” to “true” then you can slide the volume to max.
thank you