Contribute
Register

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

Status
Not open for further replies.
Thanks RehabMan
Works on HP folio 9470M , I'm replace wifi card to bcm4322

Sierra 10.12 lasted version

I do with your guide every method

All function it's working thanks

 
The problem I'm having at the moment is that, the sound is missing randomly. Sometimes, it takes two or three restarts for it to appear again.

I follow your guide to minute detail but still the problem is there and it's annoying.

Screen Shot 2017-03-20 at 11.20.22 AM.png
 

Attachments

  • EFI.zip
    17.6 MB · Views: 111
Last edited:
From where are you downloading the BIOS update from? I updated the BIOS on my Probook in Windows 7.

From HP (of course) on my Gigabyte hack booting on a Win10 volume.
I Guess I will have to install Windows 7 on the Probook... :cry:
 
sorry but how I'm supposed to copy DSST files from ./build to efi using finder
 
Hello RehabMan,

What steps are to do, to enabled the two Connectors together on the Dockingstation (ProBook 650G1 HD4600)

Power on with Lid closed
DP to HDMI external Display1 work
DVI to HDMI external Display2 don't

Power on with Lid closed
only connect DVI to HDMI external Display2 work

But not Power on with Display1 and Display2. Here work only Display1

I use only this two Asus VP247H FullHD Displays together with Lid Closed in DockingStation

or only ProBook on the way.

Hello RehabMan,
here the Attached Files


Other Question. In OS X 10.10 I use this Patch from you and nguyenmac to make the Displayport directly work on the ProBook 650G1 right side


<dict>

<key>Comment</key>

<string>Patch HD4400/4600 DP</string>

<key>Find</key>

<data>

AgQJAAAEAACHAAAA

</data>

<key>Name</key>

<string>AppleIntelFramebufferAzul</string>

<key>Replace</key>

<data>

AwYDAAAEAACHAAAA

</data>

</dict>

Can I use it for 10.11.6 too?
 

Attachments

  • 650 G1.zip
    15.7 MB · Views: 96
  • 650G1 ioreg.zip
    1.5 MB · Views: 90
Last edited:
Guess now i have managed to... connected HDMI no crashing

OK. Now it is time to experiment with FakePCIID_Intel_HDMI_Audio.kext a bit...
Enable "hda-gfx" inject (undo the change you just made to SSDT-IGPU.dsl, ./build.sh, ./install_acpi.sh)
Then install attached FakePCIID.kext + FakePCIID_Intel_HDMI_Audio.kext to /L/E.
Report back with "Problem Reporting" files and results with HDMI.
 

Attachments

  • RehabMan-FakePCIID-2017-0320.zip
    63.8 KB · Views: 91
The problem I'm having at the moment is that, the sound is missing randomly. Sometimes, it takes two or three restarts for it to appear again.

I follow your guide to minute detail but still the problem is there and it's annoying.

View attachment 243178

Did you use pre-patch_hda.sh?
 
Hello RehabMan,
here the Attached Files


Other Question. In OS X 10.10 I use this Patch from you and nguyenmac to make the Displayport directly work on the ProBook 650G1 right side


<dict>

<key>Comment</key>

<string>Patch HD4400/4600 DP</string>

<key>Find</key>

<data>

AgQJAAAEAACHAAAA

</data>

<key>Name</key>

<string>AppleIntelFramebufferAzul</string>

<key>Replace</key>

<data>

AwYDAAAEAACHAAAA

</data>

</dict>

Can I use it for 10.11.6 too?

That patch changes the 0204 connector into an 0306 connector (eliminating the 0204 connector).
Note:
Code:
SPEEDY-NUC:fakepciid.git rehabman$ echo -n AgQJAAAEAACHAAAA|base64 --decode|xxd
00000000: 0204 0900 0004 0000 8700 0000            ............
SPEEDY-NUC:fakepciid.git rehabman$ echo -n AwYDAAAEAACHAAAA|base64 --decode|xxd
00000000: 0306 0300 0004 0000 8700 0000            ............

Probably better to add the additional connector instead of removing one you may need.

Guessing that something like this might work:
Find: FF00 0000 0100 0000 4000 0000
Replace: 0306 0300 0004 0000 8700 0000
 
Last edited:
Status
Not open for further replies.
Back
Top