Contribute
Register

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

Status
Not open for further replies.
The whole thing can be avoided by installing a completely patched AppleHDA.kext. And although that would have to be redone after each system update, it may be the best way to avoid the entire problem.

how would i ever do that?

cause i don't want for this year to update OS anymore, and this (rebooting without caches), it's annoying. will upload ioreg as soon as get home (but inserting other smbios - would that not break imessage?)

thank you
 
and if you boot without caches why is necessary to rebuild caches (once i booted without caches audio came out and did not rebuild caches and audio sticked in cache)
 
how would i ever do that?

If you're familiar with shell scripts, look at patch_hda.sh.

but inserting other smbios - would that not break imessage?

I don't care about whether iMessage is working or not when looking at "Problem Reporting" files.
 
I don't care about whether iMessage is working or not when looking at "Problem Reporting" files.

i meant if insert new smbios , i have to reboot with new smbios so that ioreg "catches" new values?

i know you don t care about i message working.

about shell script do not know anything but will learn.

i know that will have to look at that patch_hda.sh but do not know at what ...

will see if i manage to patch it

if not will be back to ask help
 
i meant if insert new smbios , i have to reboot with new smbios so that ioreg "catches" new values?

Yes, of course.

i know that will have to look at that patch_hda.sh but do not know at what ...

Actually, the patch_hda.sh in the probook repo does not have the function for creating fully patched AppleHDA.
But the patch_hda.sh in my NUC repo does.
The code for creating fully patched AppleHDA.kext is commented out.
 
The code for creating fully patched AppleHDA.kext is commented out.


it line 239-241 that I have to uncomment and replace this patch_hda.sh with one that I have? and run again install_downloads?

here is my ioreg
 

Attachments

  • MacBookcosmincloverserial.ioreg.zip
    565.4 KB · Views: 53
it line 239-241 that I have to uncomment and replace this patch_hda.sh with one that I have? and run again install_downloads?

here is my ioreg

Line 256 in NUC repo/patch_hda.sh.
Make sure you have a correct config.plist on your EFI partition when you run the script (the script uses your config.plist to determine the appropriate patches for the AppleHDA binary).
Install resulting AppleHDA.kext directly to /S/L/E.
Disable xml->zml patch in config.plist.
Optional: remove PinConfigDefaults ("CodecCommanderProbeInit") from audio SSDT (just changing CodecCommanderProbeInit to #CodecCommanderProbeInit will work)
 
Line 256 in NUC repo/patch_hda.sh.

createPatchedAppleHDA "$1" loud and clear, but should I cp this .sh over the old one and run install_downlods.sh again or I could run nuc`s: patch_hda.sh ALC280

Disable xml->zml patch in config.plist.

are these : see screen capture. thank you

Optional: remove PinConfigDefaults ("CodecCommanderProbeInit") from audio SSDT (just changing CodecCommanderProbeInit to #CodecCommanderProbeInit will work)

do not have a clue what are you saying
 

Attachments

  • Captură de ecran din 2017.08.29 la 22.06.13.png
    Captură de ecran din 2017.08.29 la 22.06.13.png
    181.8 KB · Views: 86
createPatchedAppleHDA "$1" loud and clear, but should I cp this .sh over the old one and run install_downlods.sh again or I could run nuc`s: patch_hda.sh ALC280

Copy NUC patch_hda.sh to probook.git (eg. replace probook copy).
Then run it, with './patch_hda.sh ProBook'.

are these : see screen capture. thank you

Do not disable those patches.
Note: I do not recommend Clover Configurator to edit your config.plist.

do not have a clue what are you saying

Look at your model specific SSDT.
 
Status
Not open for further replies.
Back
Top