Contribute
Register

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

Status
Not open for further replies.
Yosemite has completely different USB drivers. USBInjectAll/etc is only for 10.11.x and later.
Ports attached to internal devices should be marked UsbConnector=255.
You should try older BrcmPatchRAM kexts.
If I say this:
Code:
BrcmPatchRAM: [0a5c:6412]: Not responding - Delaying next read.
BrcmPatchRAM: [0a5c:6412]: device request failed ("0xe00002ed (UNDEFINED)" 0xe00002ed).
also happen in Yosemite....(I also install SSDT-USB-1020-G1.aml into /EFI/CLOVER/ACPI/patched, does this matter?)

So the problem also address to older version BrcmPatchRam instead of BrcmPatchRam2?

Does this BT need extra patches in config.plist which I don't enable?
 

Attachments

  • 14f27.zip
    2 MB · Views: 82
If I say this:
Code:
BrcmPatchRAM: [0a5c:6412]: Not responding - Delaying next read.
BrcmPatchRAM: [0a5c:6412]: device request failed ("0xe00002ed (UNDEFINED)" 0xe00002ed).
also happen in Yosemite....(I also install SSDT-USB-1020-G1.aml into /EFI/CLOVER/ACPI/patched, does this matter?)

So the problem also address to older version BrcmPatchRam instead of BrcmPatchRam2?

USBInjectAll and the SSDT that goes with it have no effect on Yosemite.
As I stated previously, that only takes effect with 10.11 and later.

You could try the second newest BrcmPatchRAM (see downloads on bitbucket).
 
USBInjectAll and the SSDT that goes with it have no effect on Yosemite.
As I stated previously, that only takes effect with 10.11 and later.

You could try the second newest BrcmPatchRAM (see downloads on bitbucket).
Do you mean `second newest' version is `RehabMan-BrcmPatchRAM-2016-0621.zip'?
I copy it into git-repo/downloads/kexts/, then run install_downloads.sh, still:
Code:
BrcmPatchRAM: [0a5c:6412]: device request failed ("0xe00002ed (UNDEFINED)" 0xe00002ed).
BrcmPatchRAM: [0a5c:6412]: Not responding - Delaying next read.
Does it need to try all combination with BrcmFirmwareData.kext/BrcmFirmwareRepo.kext?
 

Attachments

  • 14f27.zip
    2 MB · Views: 81
Do you mean `second newest' version is `RehabMan-BrcmPatchRAM-2016-0621.zip'?

Yes. That is 2.2.6, which is one less rev than the current 2.2.7.
There is a particular change by the-darkvoid that I thought might be related (see commit log).
But it must be some other problem....
 
Yosemite has completely different USB drivers. USBInjectAll/etc is only for 10.11.x and later.
Ports attached to internal devices should be marked UsbConnector=255.
You should try older BrcmPatchRAM kexts.
Do you mean I must install previous version of BrcmPatchRam2 for 10.11.x? Or installing previous version of BrcmPatchRam.kext instead of BrcmPatchRam2.kext?
Code:
BrcmPatchRAM: Version 2.2.6 starting on OS X Darwin 15.6.
BrcmPatchRAM: Aborting -- BrcmPatchRAM.kext should not be installed on 10.11+.  Use BrcmPatchRAM2.kext instead.
 
Do you mean I must install previous version of BrcmPatchRam2 for 10.11.x? Or installing previous version of BrcmPatchRam.kext instead of BrcmPatchRam2.kext?
Code:
BrcmPatchRAM: Version 2.2.6 starting on OS X Darwin 15.6.
BrcmPatchRAM: Aborting -- BrcmPatchRAM.kext should not be installed on 10.11+.  Use BrcmPatchRAM2.kext instead.

Already answered in #5153.
If you want to try other BrcmPatchRAM versions, that is your choice.
Note: BrcmPatchRAM.kext is for 10.10.x and older. BrcmPatchRAM2.kext is for 10.11.x and older. Don't mix it up... It is clearly detailed in the BrcmPatchRAM README.
 
Thank you

Why do you have 10.11.4 installed? Current is 10.11.6.

Because it is the combo update i have and my 10.11.4 EB 8470p works fine.

From where did you download OS X?

The 10.11 Apple store one.

On what hardware did you create your USB installer?

On my Elitebook 840 G1.

I ran your command lines without reinstall and it works as usual, thank you.

cd ~/Projects/probook.git
./pre-patch_hda.sh


Kind regards
 
Last edited:
I ran your command lines without reinstall and it works as usual, thank you.

cd ~/Projects/probook.git
./pre-patch_hda.sh

OK... so I assume fixed by following the guide in post #1...
 
Hi Rehabman,

I have a wake issue, this issue happened since I using PBI and the problem still exist even I update the kext using git.
When I wake the computer from sleep state, it's either freezing or restart.
My laptop is HP Probook 4430s Core i5 with samsung SSD

Here I attach all the files that needed to diagnose.

Thanks for your help.
 

Attachments

  • AriPratama - 4430s.zip
    3.6 MB · Views: 75
Hi Rehabman,

I have a wake issue, this issue happened since I using PBI and the problem still exist even I update the kext using git.
When I wake the computer from sleep state, it's either freezing or restart.
My laptop is HP Probook 4430s Core i5 with samsung SSD

Here I attach all the files that needed to diagnose.

Thanks for your help.

As shown in your kextcache output and ioreg, you have a lot of extra software installed:
HuaweiDataCardDriver.kext
HuaweiDataCardActivateDriver.kext
HuaweiDataCardECMControl.kext
MusicLabKuMIDI.kext
YamahaSteinbergUSBAudio.kext
Android File Transfer
Little Snitch

Start over with a fresh install.
Verify sleep working prior to installing all the other stuff...
 
Status
Not open for further replies.
Back
Top