Contribute
Register

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

Status
Not open for further replies.
Hi Jakaysoom

I was installing yesterday twice and same happened - i think it`s normal just restart your pc from usb and select Install Mojave partition to complete install. Mine restarted 3 times to finish.

Hope this helped.
 
First: Confirm your sound card model:refer to https://raw.githubusercontent.com/R...SDT-Patch/master/Resources_ProBook/README.txt
Second: Confirm your sound card layout-id: refer to:https://github.com/acidanthera/AppleALC/wiki/Supported-codecs
Third:modify audio ssdt:For example:
https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch/blob/master/hotpatch/SSDT-1040G1h.dsl

// SSDT for 1040 G1 (Haswell)


DefinitionBlock("", "SSDT", 2, "hack", "_1040G1h", 0)
{
#include "SSDT-RMCF.asl"
#include "SSDT-RP05_DGFX_RDSS.asl"
#include "SSDT-HACK.asl"
#include "include/IDT_76e0_HDEF.asl"
#include "include/IDT_76e0_HDAU.asl"
#include "include/standard_PS2K.asl"
#include "SSDT-KEY102.asl"
//#include "SSDT-USB-1040-G1.asl"
#include "SSDT-XHC.asl"
#include "SSDT-BATT.asl"
#include "SSDT-EH01.asl" //REVIEW: placing at end as no USB customization data available
//#include "SSDT-EH02.asl" //REVIEW: placing at end as no USB customization data available
}
//EOF
This is audio's ssdt:
#include "include/IDT_76e0_HDEF.asl"
#include "include/IDT_76e0_HDAU.asl"

#define LAYOUTID 13



// inject properties for HDMI audio



External(_SB.PCI0.HDAU, DeviceObj)

Method(_SB.PCI0.HDAU._DSM, 4)

{

If (!Arg2) { Return (Buffer() { 0x03 } ) }

Return(Package()

{

"layout-id", Buffer(4) { LAYOUTID, 0, 0, 0 },

"hda-gfx", Buffer() { "onboard-1" },

})

}


//EOF

modify

#define LAYOUTID 13
Change 13 to the ID of your layout id.
After modification, follow the steps of RehabMan: ./build.sh , ./install_acpi.sh xxxx


Hi

Did as you explained and no problems after changed Layout-ID to 4 Audio works perfect.

Do you know why HW monitor is showing only HDD temp and Battery but no ACPI, CPU and GPU ?

All SMC kext are installed however not working.
 
Hi

Did as you explained and no problems after changed Layout-ID to 4 Audio works perfect.

Do you know why HW monitor is showing only HDD temp and Battery but no ACPI, CPU and GPU ?

All SMC kext are installed however not working.
download https://bitbucket.org/RehabMan/os-x.../RehabMan-FakeSMC-2018-0915.zip,unzip,Install the unzipped kext into the /Library/Extensions and execute it in the terminal:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
rebuild cache.
 
Thx

Permissions fixed and cache rebuild but same issue.

Only SSD Temp, Remaining Life and Battery showing


Thank you for all your help - found the issue and it`s now resolved.

all kexts was doubled in Clover/kext/other and /Library/Extensions however /Library/Extensions are treated as priority and there was no ACPI,CPU and GPU kext in there.

Removed all relevant kexts from there and placed in EFI/Clover/Kext/Other to get it working.

Happy days :)
 
Hi Jakaysoom

I was installing yesterday twice and same happened - i think it`s normal just restart your pc from usb and select Install Mojave partition to complete install. Mine restarted 3 times to finish.

Hope this helped.

Thank you for your replay
Yes this is normal and now finish install Mojave but no sound how find driver for sound.
 
I update my bios from v01.038(01/23/2018) to v01.042(latest) today. After that I reinstall the OS and redo all the steps. Now I still have no battery, no Bluetooth, no trackpad, no sound, no recovery partiton. It seems change nothing.
I upload the logs of scripts, may helpful for debug.
No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the gen_debug.sh tool mentioned in the FAQ, that way it is less likely you'll omit something.
 
power on with headphones - no result
sleep/wake - no result
sleep/wake with headphones - no result
AlcPlugFix output attached screenshot

It appears you did not setup AlcPlugFix correctly.
(hda-verb missing).
 
Hi,
I don't have any PC now but perhaps I could get a HP EliteBook 8470p.
What is the best choice for this laptop ? BCM94352HMB ? BCM94360HMB ?
The guide indicates Broadcom 4352HMB, is it the same than BCM94352HMB ?
Thank you !

Either will likely work (you could try both and decide which you like better).
The 4360 will require more work to install as it needs 3 antennas.
94352 same as 4352.
 
Status
Not open for further replies.
Back
Top