Contribute
Register

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

Status
Not open for further replies.
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?
 
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?

Must provide "Problem Reporting" files for both scenarios before anything can be done.
Otherwise, I have no idea what you're doing.

I have already showed you the differences between the two above.
 
Feedback:
I suggest update the `.gitignore' file in HP-ProBook-4x30s-DSDT-Patch repo to suppress `Untracked files' when issue `git status'.
Before:
Code:
...
Build/*
!Build/readme.txt
...
After:
Code:
build/*
!build/readme.txt


What should I do if internal Mic of ALC286 (layout6 in your repo) works when using VoodooHDA, but not works when using patched AppleHDA method in your repo.
 
dear sir
i have problem with usb port and something when complete install
1. USB port: usb 3.0 port worked but problem is sometime (50%) 1 connect new device or reconnect them (like a mouse), my hackintosh auto shutdown (off hot, about 1s). i don't know why but i scared my hdd can be fail if that continue
2. iCloud and brightness: when i start mycomputer, it always ask my update password for icould id and brightness reset to max level
3. My sound: i use AppleALC and LiLu but it not work for me. So i'm using voodooHDA, oh it verry good for me. But onething, i can use HDMI audio and recoder screen with quicktime, it don't recieve system sound although i have been tried use soundflower.
That all error in my hackintosh, I hope to receive help from you
Thanks so much for reading
 
I have successfully installed Sierra on my HP Elitebook 8470p. I have done everything step by step as described in this guide. Almost everything work as it should. Only problem is display brightness and sound, both not working (brightness doesn't work at all, for my sound devices I got only grayed volume icon in system tray).
My sound card (IDT 92HD81B1X5) works without problem when I use Apple ALC kext in my Clover directory, in config.plist I have to give ResetHDA, inject 12 in Devices->Audio section and FixHDA_8000 in ACPI Section. But when I have sound working then my battery status is not working, I cannot get percentage info for my battery in system tray.
How can I fix this ?
Zrzut ekranu 2017-09-09 o 14.48.51.png
Zrzut ekranu 2017-09-09 o 15.25.46.png
 
Status
Not open for further replies.
Back
Top