Contribute
Register

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

Here is it: View attachment 168651. I do got sound since the change in config.plist. Thats nice.
Here is my clover folder: View attachment 168653

The graphics drivers are not loading. It appears you might have deleted them. No expectation of working graphics without the kexts that support it.

Or they are corrupt/patched.

Post output of:
Code:
ls -l /System/Library/Extensions | egrep 'Azul|5000'

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
The graphics drivers are not loading. It appears you might have deleted them. No expectation of working graphics without the kexts that support it.

Or they are corrupt/patched.

Post output of:
Code:
ls -l /System/Library/Extensions | egrep 'Azul|5000'

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Here is the output:
Code:
[FONT=Menlo]luna:~ Ricardo$ ls -l /System/Library/Extensions | egrep 'Azul|5000'
[/FONT][FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AMD5000Controller.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Dec 24 13:52 AppleIntelFramebufferAzul.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Dec 24 13:52 AppleIntelHD5000Graphics.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsGLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:00 AppleIntelHD5000GraphicsMTLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsVADriver.bundle[/FONT]
[FONT=Menlo]luna:~ Ricardo$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC668.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext msdosfs.kext[/FONT]
[FONT=Menlo]kext org.rehabman.injector.FakePCIID-Intel-HD-Graphics  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext org.rehabman.driver.FakePCIID  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleKextExcludeList.kext[/FONT]

I am now also getting random messages boxes within OS X:
The system extension “/Library/Extensions/FakePCIID_Intel_HD_Graphics.kext” was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update.

This message also comes up for FakePCIID.kext
 
Here is the output:
Code:
[FONT=Menlo]luna:~ Ricardo$ ls -l /System/Library/Extensions | egrep 'Azul|5000'
[/FONT][FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AMD5000Controller.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Dec 24 13:52 AppleIntelFramebufferAzul.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Dec 24 13:52 AppleIntelHD5000Graphics.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsGLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:00 AppleIntelHD5000GraphicsMTLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsVADriver.bundle[/FONT]
[FONT=Menlo]luna:~ Ricardo$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC668.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext msdosfs.kext[/FONT]
[FONT=Menlo]kext org.rehabman.injector.FakePCIID-Intel-HD-Graphics  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext org.rehabman.driver.FakePCIID  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleKextExcludeList.kext[/FONT]

Post output of:

Code:
md5 /System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul 
md5 /System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics

I am now also getting random messages boxes within OS X:
The system extension “/Library/Extensions/FakePCIID_Intel_HD_Graphics.kext” was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update.

This message also comes up for FakePCIID.kext

It means you installed the kexts incorrectly. But you probably have it correctly installed to /S/L/E as well.

You cannot use Finder to install kexts. Must use 'sudo cp -R KextToInstall.kext /Library/Extensions' (followed by rebuilding cache), or a tool like Kext Wizard (which installs to /S/L/E). It is a bad idea to have the same kext installed both to /S/L/E and /L/E.
 
Post output of:

Code:
md5 /System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul 
md5 /System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics



It means you installed the kexts incorrectly. But you probably have it correctly installed to /S/L/E as well.

You cannot use Finder to install kexts. Must use 'sudo cp -R KextToInstall.kext /Library/Extensions' (followed by rebuilding cache), or a tool like Kext Wizard (which installs to /S/L/E). It is a bad idea to have the same kext installed both to /S/L/E and /L/E.
I installed those two files from your bitbucket with the wizard tool. I removed them from /Library/Extentions.

Here are the md5s:

Code:
[FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul) = 06329a603199935b4dd75b3bb1b49ef7
[/FONT]​[FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics) = 368bd8b3edef253f013b5473e7670077[/FONT]
 
I installed those two files from your bitbucket with the wizard tool. I removed them from /Library/Extentions.

If you're getting a message from the system that they are installed incorrectly in /L/E, then clearly you haven't removed them.

Here are the md5s:

Code:
[FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul) = 06329a603199935b4dd75b3bb1b49ef7
[/FONT]​[FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics) = 368bd8b3edef253f013b5473e7670077[/FONT]

The md5 sums are incorrect for 10.11.2. Do a fresh install.
 
If you're getting a message from the system that they are installed incorrectly in /L/E, then clearly you haven't removed them.



The md5 sums are incorrect for 10.11.2. Do a fresh install.
I have done a fresh installation. Here is the information. The screen behaves the same as on the screenshot.

Code:
[FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul) = 4d1724684904e52eae8b261fce38e2d5
[/FONT][FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics) = 15a101f36861832006363395c6e7802b[/FONT]

Code:
[FONT=Menlo]ls -l /System/Library/Extensions | egrep 'Azul|5000'
[/FONT][FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AMD5000Controller.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:02 AppleIntelFramebufferAzul.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:02 AppleIntelHD5000Graphics.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsGLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:00 AppleIntelHD5000GraphicsMTLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsVADriver.bundle[/FONT]

[FONT=Menlo]sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC668.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext msdosfs.kext[/FONT]
[FONT=Menlo]kext org.rehabman.injector.FakePCIID-Intel-HD-Graphics  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext org.rehabman.driver.FakePCIID  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleKextExcludeList.kext[/FONT]
Installed your kexts from https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads with (2 files) Kext Wizard and applied https://code.google.com/r/darkvoid-mac-pixel-clock/source/browse then rebooted with space to not start with caches. Same as in screenshot.
 
I have done a fresh installation. Here is the information. The screen behaves the same as on the screenshot.

Code:
[FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul) = 4d1724684904e52eae8b261fce38e2d5
[/FONT][FONT=Menlo]MD5 (/System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics) = 15a101f36861832006363395c6e7802b[/FONT]

Code:
[FONT=Menlo]ls -l /System/Library/Extensions | egrep 'Azul|5000'
[/FONT][FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AMD5000Controller.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:02 AppleIntelFramebufferAzul.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:02 AppleIntelHD5000Graphics.kext[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsGLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:00 AppleIntelHD5000GraphicsMTLDriver.bundle[/FONT]
[FONT=Menlo]drwxr-xr-x@ 3 root  wheel  102 Nov 19 06:01 AppleIntelHD5000GraphicsVADriver.bundle[/FONT]

[FONT=Menlo]sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC668.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext msdosfs.kext[/FONT]
[FONT=Menlo]kext org.rehabman.injector.FakePCIID-Intel-HD-Graphics  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext org.rehabman.driver.FakePCIID  102039000 is in exception list, allowing to load[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleKextExcludeList.kext[/FONT]
Installed your kexts from https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads with (2 files) Kext Wizard and applied https://code.google.com/r/darkvoid-mac-pixel-clock/source/browse then rebooted with space to not start with caches. Same as in screenshot.

Why is AppleKextExcludeList patched? Avoid whatever software is causing that.

In this ioreg, drivers are not loading due to Inject/Intel=false (eg. no FakeID inject, no ig-platform-id inject).
 
Why is AppleKextExcludeList patched? Avoid whatever software is causing that.

In this ioreg, drivers are not loading due to Inject/Intel=false (eg. no FakeID inject, no ig-platform-id inject).
Maybe because I am using the tool from the tutorial of the-darkvoid. I am not sure. I booted with GraphicsInjection off because I'llhave that screen like on the screenshot.
 
Back
Top