Contribute
Register

[solved] HD4400 issue on 15-n267el

Status
Not open for further replies.
Joined
Dec 24, 2012
Messages
37
Motherboard
HP folio 1040 g2 (Clover V4813)
CPU
i5-5300u
Graphics
HD5500, FHD
Mobile Phone
  1. Android
Hello,
i'm having an hard time making the hd4400 works on my hp 15-n267el.
There's actually plenty of documentation on this issue, but still i'm stuck.
I installed FakePCIID.kext & FakePCIID_Intel_HD_Graphics.kext, run "sudo kextcache -i /" and updated clover to inject the graphics:
<key>ig-platform-id</key>
<string>0x0a260006</string>
[...]
<key>FakeID</key>
<dict>
<key>IntelGFX</key>
<string>0x04128086</string>
</dict>


Still, it doesn't work (it's shown in "about this mac" as hd4400 4 MB ). Attached my config.plist, maybe there's something wrong that i didn't notice!
Regards,
Francesco
 

Attachments

  • config.plist
    4 KB · Views: 193
Hello,
i'm having an hard time making the hd4400 works on my hp 15-n267el.
There's actually plenty of documentation on this issue, but still i'm stuck.
I installed FakePCIID.kext & FakePCIID_Intel_HD_Graphics.kext, run "sudo kextcache -i /" and updated clover to inject the graphics:
<key>ig-platform-id</key>
<string>0x0a260006</string>
[...]
<key>FakeID</key>
<dict>
<key>IntelGFX</key>
<string>0x04128086</string>
</dict>


Still, it doesn't work (it's shown in "about this mac" as hd4400 4 MB ). Attached my config.plist, maybe there's something wrong that i didn't notice!
Regards,
Francesco

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Ciao, here some info. Ty
Francesco
 

Attachments

  • Archive.zip
    2 MB · Views: 87
update:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
prompt a "System extension cannot be used" and it's about Fakepciid.kext and fakepciid_intel_hd_grapics.kext
The whole output is coming.. update: Attached.
 

Attachments

  • sudo touch SystemLibraryExtensions && sudo kextcache -u.zip
    729 bytes · Views: 167
Last edited:
update:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
prompt a "System extension cannot be used" and it's about Fakepciid.kext and fakepciid_intel_hd_grapics.kext
The whole output is coming.. update: Attached.

Your ioreg shows FakePCIID.kext (and FakePCIID_Intel_HD_Graphics.kext) are working just fine.
And no problem shown in your ioreg.
I suspect you deleted the graphics kexts (AppleIntelFramebufferAzul.kext and AppleIntelHD5000Graphics.kext).
Run the macOS installer to restore your system kexts to vanilla.
 
restored both the kext from a backup, they were actually missing.

Ty,
Francesco
 
Status
Not open for further replies.
Back
Top