Contribute
Register

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

Status
Not open for further replies.
Hello,

I'm trying to follow your guide but I'm somehow stuck with no audio (got it to work one time but then I tried to not been able to control the volume and stopped working :D ). I see that at post #1 there's no mention to support for HP Probook 5330m but there's a config.plist for it. Is this model really supported?

Regards,

Gabriel

It is supported.
Make sure you read post #1 "Known Problems", "Audio". Must boot without caches, rebuild cache, reboot.
And all queries must have "Problem Reportign" files. Read post #1, "Problem Reporting".
 
"Problem Reporting" file are incomplete. Read post #1, "Problem Reporting".
It is obvious from your ioreg that you didn't follow the guide.
hic i followed the guide but when use hotpatch dsdt to config.plist, it error voodoops2controller (sometime about 50% it not recieve touchpad) so i'm change config.plist to older version what i use on 10.10.4 and dsdt. All fine but error usb port @@
 
hic i followed the guide but when use hotpatch dsdt to config.plist, it error voodoops2controller (sometime about 50% it not recieve touchpad) so i'm change config.plist to older version what i use on 10.10.4 and dsdt. All fine but error usb port @@

Follow post #1 as written.
If you have an issue, provide "Problem Reporting" files as per post #1.
 
Are you saying the card reader at HP18 is functional?
>> functional ?
I do not know, I only see that it is visible now as USB device. Do you have any proposals for a control program ?
 
>> functional ?
I do not know, I only see that it is visible now as USB device. Do you have any proposals for a control program ?

No reason to enable it if it is not functional.
 
No reason to enable it if it is not functional.

Hm, health insurance card plugged in:
Screen Shot 2017-09-10 at 20.31.47.png



and smartcard not plugged

Screen Shot 2017-09-10 at 20.34.46.png


No reason to enable it if it is not functional.
no idea if it is functional, you are the expert ...
 
Last edited:
You must be running a case sensitive file system.
It is working as-is here on non-case sensitive HFS+J.
Will change (eventually) though.
I'm running on HFS+J, but I think may be other git configurations led it works on your environment.

Research new AppleHDA XML/etc.
If you find something better propose changes.
The original xmls for ALC286 from Mirone has a little problem, it has a wrong combination for PathMap of Mic. So Mic is not working. The code below has carefully tested, and it works.
Code:
$ git diff
diff --git a/Resources_ProBook/Platforms.plist b/Resources_ProBook/Platforms.plist
index c0e8b29..319f08f 100644
--- a/Resources_ProBook/Platforms.plist
+++ b/Resources_ProBook/Platforms.plist
@@ -1692,7 +1692,7 @@
                                                                <key>Boost</key>
                                                                <integer>3</integer>
                                                                <key>NodeID</key>
-                                                               <integer>18</integer>
+                                                               <integer>24</integer>
                                                        </dict>
                                                </array>
                                        </array>
@@ -1762,7 +1762,7 @@
                                                                <key>Boost</key>
                                                                <integer>3</integer>
                                                                <key>NodeID</key>
-                                                               <integer>24</integer>
+                                                               <integer>18</integer>
                                                        </dict>
                                                </array>
                                        </array>

Another suggestion: the download.sh file in your reop use curl to fetch resources from https://bitbucket.org. But I found that it is failed to download when using https (curl verbose outputs an SSL error), so I change https to http.
Code:
downloading RehabMan-xxxxx:
https://bitbucket.org/RehabMan/os-x-xxxxx/downloads/RehabMan-xxxxx-20yy-mmdd.zip

curl: (7) Failed to connect to bbuseruploads.s3.amazonaws.com port 443: Operation timed out
 
Last edited:
hi Everyone >>>>Still Not Able to solve Mac Appstore Sign In Problem

Hp Probook 450 G3
Intel HD 520 Graphics
Intel Core i7 CPU
8gb Ram
 

Attachments

  • config.plist
    20 KB · Views: 195
No "Problem Reporting" files attached.
Read post #1, "Problem Reporting".

Sure?, I see it attached as Required files.zip. Any way I attach it again in this post. Thanks for patient.

Captura de pantalla 2017-09-11 a las 8.13.03.png
 

Attachments

  • Required files.zip
    16.8 MB · Views: 79
Status
Not open for further replies.
Back
Top