Contribute
Register

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

Status
Not open for further replies.
It will be easier when I merge 'beta' into 'master'.
More feedback from those using the beta branch would be helpful in making that happen sooner.
Now the brightness keys don't do anything and I don't even see brightness option in System prefs -> Displays
 

Attachments

  • clover_20170403_850_g3.zip
    1.7 MB · Views: 80
  • ioreg_hp_850_g3.zip
    731.1 KB · Views: 72
  • report.txt.zip
    1.2 KB · Views: 74
  • RehabMan.zip
    71.4 KB · Views: 62
Now the brightness keys don't do anything and I don't even see brightness option in System prefs -> Displays

Your files are not up-to-date with respect to the beta branch.
In SSDT-HACK.aml, BKLT should be 1, but you have it zero.
SSDT-PNLF.aml is the old version.
The ioreg shows IntelBacklight.kext still installed, even though the new install_downloads.sh deletes it.
Your config.plist does not have the new patches for AppleBacklight.kext.
And your kextcache output shows that AppleBacklightInjector.kext is not installed.
 
Your files are not up-to-date with respect to the beta branch.
In SSDT-HACK.aml, BKLT should be 1, but you have it zero.
SSDT-PNLF.aml is the old version.
The ioreg shows IntelBacklight.kext still installed, even though the new install_downloads.sh deletes it.
Your config.plist does not have the new patches for AppleBacklight.kext.
And your kextcache output shows that AppleBacklightInjector.kext is not installed.
I have no idea what is going on, here is what I am doing:
cd ~/Projects/probook.git
git status
Your branch is up-to-date with 'origin/beta'.
./download.sh
./install_download.sh
build.sh
./install_acpi.sh install_8x0g3_skylake

I checked SSDT-HACK and it is now 1, was zero before. I am not seeing IntelBacklight.kext

Still have no functional brightness keys and no brightness in System Prefs - Displays
 

Attachments

  • ioreg_hp_850_g3.zip
    672.1 KB · Views: 74
  • RehabMan.zip
    71.4 KB · Views: 77
  • report.txt.zip
    1.2 KB · Views: 78
  • clover_20170404_850_g3.zip
    1.7 MB · Views: 65
I have no idea what is going on, here is what I am doing:
cd ~/Projects/probook.git
git status
Your branch is up-to-date with 'origin/beta'.
./download.sh
./install_download.sh
build.sh
./install_acpi.sh install_8x0g3_skylake

I checked SSDT-HACK and it is now 1, was zero before. I am not seeing IntelBacklight.kext

Still have no functional brightness keys and no brightness in System Prefs - Displays

You forgot to update your config.plist.
 

Attachments

  • Archive.zip
    2.3 MB · Views: 84
You forgot to update your config.plist.
Ok I got that updated this time. Well i am still missing something.

Still no brightness.
 

Attachments

  • report.txt.zip
    1.2 KB · Views: 84
  • ioreg_hp_850_g3.zip
    702.7 KB · Views: 71
  • RehabMan.zip
    71.4 KB · Views: 67
  • clover_20170404_850_g3.zip
    1.7 MB · Views: 77
Ok I got that updated this time. Well i am still missing something.

Still no brightness.

This ioreg proves you did not boot with the config.plist you attached in EFI/Clover.
From your Clover bootlog (extracted from ioreg):
Code:
0:336  0:000  KextsToPatch: 17 requested

But the config.plist attached has 19 patches. The two missing patches are the ones for AppleBacklight.
 
My fault, thought that was for developers only, here they are.

Your config.plist is wrong. Read post #1, "Final config.plist"
 
I installed 10.12.3 with this guide. After complete, except sound everything is OK. I tried to boot without cache but can't find the option on the Clover boot screen. I bypass and rebuild cache with this:
sudo touch /System/Library/Extensions && sudo kextcache -u /
After the first restart, sound still be disabled, screen lose brightness
After the second restart, sound is OK, screen still lose brightness
I tried to reset EC but no changes.
I re run "./install_downloads.sh", "./install_acpi.sh", "ssdtPRGen.sh" but I lose sound again and screen still lose brightness.
What did I do wrong and how can I fix this? @RehabMan
Update: After update to 10.12.4, I run post-installation again and get my sound working but my screen brightness still very low despite full brightness bar in display preference :(. Any ideas?
 
Last edited:
I installed 10.12.3 with this guide. After complete, except sound everything is OK. I tried to boot without cache but can't find the option on the Clover boot screen. I bypass and rebuild cache with this:

After the first restart, sound still be disabled, screen lose brightness
After the second restart, sound is OK, screen still lose brightness
I tried to reset EC but no changes.
I re run "./install_downloads.sh", "./install_acpi.sh", "ssdtPRGen.sh" but I lose sound again and screen still lose brightness.
What did I do wrong and how can I fix this? @RehabMan

I have also same problem that screen lose brightness, earlier this guide works without problem.
 
Status
Not open for further replies.
Back
Top