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.
- Install Windows 10 Preview To VM VirtualBox On Yosemite 10.10.1 Host
- How To Fix Garageband 10.10.3 Failing To Download And Install Loops On Yosemite 10.10.1
- How To Fix Slow – Lagging Preview In Yosemite 10.10.1 On Haswell Laptop
- How To Dual Boot Windows 8.1 and Yosemite 10.10.1 On HP Haswell i7-4510u HD4400 Envy x360
- HP Envy 15-u011dx x360 Battery Failure
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