Contribute
Register

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

Status
Not open for further replies.
i update repo , and ./install_download again... no usb after reboot

You have old ACPI/patched content.
You forgot to update ACPI as per post #1.

After you update the project (git pull)...
You need to run ./build.sh and ./install_acpi.sh in order to get new model specific SSDT code.
 
You have old ACPI/patched content.
You forgot to update ACPI as per post #1.

After you update the project (git pull)...
You need to run ./build.sh and ./install_acpi.sh in order to get new model specific SSDT code.

Thanks, now everything works

PS:99% working jaja , still problem with sleep by LID close , never sleep but no wake screen... i notice , when close LID , and i see via vnc , the brightness control starts to auto decrease
 
PS:99% working jaja ,

Great. Thanks for testing. Please attach "Problem Reporting" files so I can check them.

still problem with sleep by LID close , never sleep but no wake screen... i notice , when close LID , and i see via vnc , the brightness control starts to auto decrease

That problem will require some debugging effort on DSDT code that seems to be related to the lid.
If you're up for it, you can start.
I would start by installing the debug PS2 kext so you can see if closing via the lid causes some random keystrokes to come from the PS2 port (using a magnet while monitoring the kernel logs).
Also, it would be a good idea to instrument the EC quires (with ACPIDebug.kext) so you can monitor those as well.
Also, instrument LID._LID to see what it is returning.
And there is a lot of code in the DSDT dealing with _LID.. any of it could be causing the problem.
A lot of the code in Device(ACEL) is suspect.
 
Hi, I have just installed a Broadcom BCM94352HMB and wifi on 5ghz and 2.4ghz are working. The bluetooth is enabled but I can not discover any BT devices. I have tried with my Ipad Air and phones but neither the devices or macbook will see one or the other. I am on 10.12.6 and everything else seems to work fine. Any help would be much appreciated and I have attached the problem reporting files.
 

Attachments

  • Archive.zip
    2.5 MB · Views: 82
Hi, I have just installed a Broadcom BCM94352HMB and wifi on 5ghz and 2.4ghz are working. The bluetooth is enabled but I can not discover any BT devices. I have tried with my Ipad Air and phones but neither the devices or macbook will see one or the other. I am on 10.12.6 and everything else seems to work fine. Any help would be much appreciated and I have attached the problem reporting files.

Sounds like a hardware/installation problem.
Perhaps you didn't connect the antennas correctly.
Test in Windows to verify your hardware.

Also, your ioreg shows Android File Transfer. Read related topic in FAQ.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
I think the next step is to try and disable the unused ports (and maybe VGA).
Attach two ioreg, first that shows VGA connected, second that shows DP connected.

I am still waiting for the DP port cable but i have an important update. I used the install settings for the probook 650 g1 (also haswell, same processor and i guess same chipset) and the problem is not showing. So it must be something in the config.plist or ssdt from 840_G1_Haswell . I am tryng to nail it down, could be as you said something about ports, as i remember Probook 650 VGA output was not working while 840 vga works. I will get the display port cable tomorrow and go on testing.
 
I am still waiting for the DP port cable but i have an important update. I used the install settings for the probook 650 g1 (also haswell, same processor and i guess same chipset) and the problem is not showing. So it must be something in the config.plist or ssdt from 840_G1_Haswell . I am tryng to nail it down, could be as you said something about ports, as i remember Probook 650 VGA output was not working while 840 vga works. I will get the display port cable tomorrow and go on testing.

Are you sure? Did you go back and test the 8x0 G1 Haswell files?
Because they are almost identical.
Code:
// SSDT for 6x0 G1 Haswell

DefinitionBlock ("", "SSDT", 2, "hack", "6x0g1h", 0)
{
    #include "SSDT-RMCF.asl"
    #include "include/ig_0d260007.asl"
    #include "SSDT-PluginType1.asl"
    #include "SSDT-HACK.asl"
    #include "include/layout17_HDEF.asl"
    #include "include/layout17_HDAU.asl"
    #include "include/standard_PS2K.asl"
    #include "SSDT-KEY87.asl"
    #include "SSDT-USB-6x0-G1.asl"
    #include "SSDT-XHC.asl"
    #include "SSDT-BATT.asl"
}
//EOF

Code:
// SSDT for 8x0 G1 Haswell

DefinitionBlock ("", "SSDT", 2, "hack", "8x0g1h", 0)
{
    #include "SSDT-RMCF.asl"
    #include "include/ig_0d260007.asl"
    #include "SSDT-PluginType1.asl"
    #include "SSDT-RP05_DGFX_RDSS.asl"
    #include "SSDT-HACK.asl"
    #include "include/layout17_HDEF.asl"
    #include "include/layout17_HDAU.asl"
    #include "include/standard_PS2K.asl"
    #include "SSDT-KEY87.asl"
    #include "SSDT-USB-8x0-G1.asl"
    #include "SSDT-XHC.asl"
    #include "SSDT-BATT.asl"
}
//EOF

The config.plist is the same:
Code:
SPEEDY-NUC-2:probook.git rehabman$ diff config/config_6x0s_G1_Haswell.plist config/config_8x0s_G1_Haswell.plist 
< no output>
 
Hi guys. I'm new here and I started instaling El Capitan on my HP zBook 15 G2 watching this video:

I got lost @ 30:06 'cause I'm really bad at this things :)
Can anybody tell me what SSDT files should I look for in the BUILD FOLDER ?
Same goes for the "config.plist" file ... What's the right one to EDIT in Plist Edit Pro?

My config is:
HP ZBook 15
Procesor - Intel Core I7-4810MQ 2.8Ghz
Memorija - 16Gb DDR3
Hard disk - 256GB SSD
Ekran - 15.6" 1920 X 1080px
GraphicCard1- nVidia Quadro K2100M 2Gb GDDR5
GraphicCard2- Intel HD Graphics 4600

Thanks a lot !!!
 
Last edited:
Hi guys. I'm new here and I started instaling El Capitan on my HP zBook 15 G2 watching this video:

I got lost @ 30:06 'cause I'm really bad at this things :)
Can anybody tell me what SSDT files should I look for in the BUILD FOLDER ?
Same goes for the "config.plist" file ... What's the right one to EDIT in Plist Edit Pro?

My config is:
HP ZBook 15
Procesor - Intel Core I7-4810MQ 2.8Ghz
Memorija - 16Gb DDR3
Hard disk - 256GB SSD
Ekran - 15.6" 1920 X 1080px
GraphicCard1- nVidia Quadro K2100M 2Gb GDDR5
GraphicCard2- Intel HD Graphics 4600


Thanks a lot !!!

No video needed.
Read post #1.
 
Are you sure? Did you go back and test the 8x0 G1 Haswell files?
Because they are almost identical.
Code:
// SSDT for 6x0 G1 Haswell

DefinitionBlock ("", "SSDT", 2, "hack", "6x0g1h", 0)
{
    #include "SSDT-RMCF.asl"
    #include "include/ig_0d260007.asl"
    #include "SSDT-PluginType1.asl"
    #include "SSDT-HACK.asl"
    #include "include/layout17_HDEF.asl"
    #include "include/layout17_HDAU.asl"
    #include "include/standard_PS2K.asl"
    #include "SSDT-KEY87.asl"
    #include "SSDT-USB-6x0-G1.asl"
    #include "SSDT-XHC.asl"
    #include "SSDT-BATT.asl"
}
//EOF

Code:
// SSDT for 8x0 G1 Haswell

DefinitionBlock ("", "SSDT", 2, "hack", "8x0g1h", 0)
{
    #include "SSDT-RMCF.asl"
    #include "include/ig_0d260007.asl"
    #include "SSDT-PluginType1.asl"
    #include "SSDT-RP05_DGFX_RDSS.asl"
    #include "SSDT-HACK.asl"
    #include "include/layout17_HDEF.asl"
    #include "include/layout17_HDAU.asl"
    #include "include/standard_PS2K.asl"
    #include "SSDT-KEY87.asl"
    #include "SSDT-USB-8x0-G1.asl"
    #include "SSDT-XHC.asl"
    #include "SSDT-BATT.asl"
}
//EOF

The config.plist is the same:
Code:
SPEEDY-NUC-2:probook.git rehabman$ diff config/config_6x0s_G1_Haswell.plist config/config_8x0s_G1_Haswell.plist
< no output>

I tried to swap multiple times. Also, as things get more weird, my friend has now lost audio. That was something never happened with the old code, but it's also definitely possible thats something related to bios settngs, since you said multiple times that audio problem has to be a problem with kernel cache rebuilding itself with some hardware change. SO he has another reason to come back with his 840. Also, the 650g1 code has NO slow mouse input at boot on the same hardware (840 g1).
Did you implement the acpi patch to remove dedicated graphics on both codes?
 
Status
Not open for further replies.
Back
Top