Contribute
Register

[Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch (10.11)

Status
Not open for further replies.
After repo update, I have a problem with sound/battery status on HP 470G3 (MacOS 10.12.4). I have appleALC.kext and before repo update everything works fine. But now, if I check in clover configurator fixhda_8000 my audio is working, but not working battery status and display brightness regulator. If I uncheck fixhda_8000 - no sound, but battery and display brightness is working.

Read post #1, "Problem Reporting".
You should not be using FixHDA_8000. This guide does not use AppleALC.kext. Using AppleALC.kext would probably require changing the model specific SSDT to use a different layout-id.
 
I updated the repository. Now I only have 4 files in acpi. My sound did not work, then I use the following command in the terminal and now all work.
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

The terminal give this text
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext file:///Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext JMB38X.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IOath3kfrmwr.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelMausiEthernet.kext
kext file:///Library/Extensions/HSSDBlockStorage.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_XHCIMux.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HDMI_Audio.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
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
kext-dev-mode allowing invalid signature -67054 0xFFFFFFFFFFFEFA12 for kext AppleHDA.kext
KernelCache ID: 6B44D9EDE66056E5785ED2C74C920795

Is this normal?, Thanks.
 
I updated the repository. Now I only have 4 files in acpi. My sound did not work, then I use the following command in the terminal
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

The terminal give this text
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext file:///Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext JMB38X.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IOath3kfrmwr.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelMausiEthernet.kext
kext file:///Library/Extensions/HSSDBlockStorage.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_XHCIMux.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HDMI_Audio.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
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
kext-dev-mode allowing invalid signature -67054 0xFFFFFFFFFFFEFA12 for kext AppleHDA.kext
KernelCache ID: 6B44D9EDE66056E5785ED2C74C920795

Is this normal?, Thanks guys.

It is normal.
If you have an issue, read post #1, "Problem Reporting".
 
Did you do EC reset?
How much RAM installed?

Note: You're not using the latest files from github.



It is 2.1.
I'll try the EC reset tonight when I get home. I tried several memory configurations, including 2x2GB, 1x4GB, 4GB+2GB and 4GB+8GB. Only the 2x2GB config exhibited any problems. I'm expecting a 2nd hard drive caddy in a few days, and I'll install Windows and test the 2x2GB config to make sure it's not a hardware issue.

Can the github files be updated w/o performing a complete re-install?

IIRC, an ioreg dump has some personal information in it. Is there any way to anonymize it before posting it on the Internet?
 
I'll try the EC reset tonight when I get home. I tried several memory configurations, including 2x2GB, 1x4GB, 4GB+2GB and 4GB+8GB. Only the 2x2GB config exhibited any problems. I'm expecting a 2nd hard drive caddy in a few days, and I'll install Windows and test the 2x2GB config to make sure it's not a hardware issue.

Correct configuration is 2x4GB

Can the github files be updated w/o performing a complete re-install?

Yes.

IIRC, an ioreg dump has some personal information in it. Is there any way to anonymize it before posting it on the Internet?

I never had any reason to upload my ioreg, so I don't really know...
 
Read post #1, "Problem Reporting".
You should not be using FixHDA_8000. This guide does not use AppleALC.kext. Using AppleALC.kext would probably require changing the model specific SSDT to use a different layout-id.

I use appleALC.kext because it works with headphones. And with this guide works everything fine, but not headphones jack.
 
I use appleALC.kext because it works with headphones. And with this guide works everything fine, but not headphones jack.

Your profile doesn't even indicate which laptop you have. Please fix as per FAQ.

Depending on your laptop model/audio codec, you may have options for layout-id...
But not possible to tell you about them if your profile has no indications of hardware...
 
Your profile doesn't even indicate which laptop you have. Please fix as per FAQ.

Depending on your laptop model/audio codec, you may have options for layout-id...
But not possible to tell you about them if your profile has no indications of hardware...

I have 470G3 (Skylake i3-6000) with Conexant CX20724
 
I have 470G3 (Skylake i3-6000) with Conexant CX20724

There are two different layout-id values you can try: 5 or 7.
The layout-id is set in your model specific SSDT.
 
Status
Not open for further replies.
Back
Top