Contribute
Register

[FIX] HD4200/HD4400/HD4600/HD5600 on 10.11+

I did copy the 2 kexts to S/L/E.
 
I did copy the 2 kexts to S/L/E.

You cannot use Finder to install kexts.

Post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Do i use a program? Like Kextwizard?
 
Do i use a program? Like Kextwizard?

Yes, of course.

You can also use Terminal...

install kext to /S/L/E:
Code:
sudo rm -rf /System/Library/Extensions/KextToInstall.kext
sudo cp -R KextToInstall.kext /System/Library/Extensions

or to /L/E:
Code:
sudo rm -rf /Library/Extensions/KextToInstall.kext
sudo cp -R KextToInstall.kext /Library/Extensions

and rebuild cache (side effect: checks for errors):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
OK i did that but still no QE
 
here
 

Attachments

  • Archive.zip
    4.4 MB · Views: 78

You neglected to provide kextcache output as requested in post #1, "Problem Reporting".

Read carefully.

Note: kextcache output was also requested in post #355, and never provided.
 
​kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
 
Back
Top