Contribute
Register

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

Status
Not open for further replies.
Can someone please help me Im using a Hp probook 4530s with OS el capitan, It was runing great but since i changed the cpu to a Corei7 2630QM before it had a i3-2310M I dont have sound.

I
already installed the OS again and still no sound

HP Probook 4530s

- i7-2630QM Processor (6M Cache, up to 2.90 GHz) - (swapped from i3-2310M)

- 8GB RAM 1333 MHz
- Kingstone SSD V300 120GB



Please help to fix the sound,

thanks

is there any way to fix it because i used the previous guide, and it worked the only issue i have now is the sound.
 

Attachments

  • HP Probook 4530s.zip
    408.9 KB · Views: 98
This guide installs all the kexts needed for AR9285 (and other supported WiFi, as recommended in post #1).



It's working:clap: my internet speed is 50MB/s with this card I got 39MB/s not so bad.



Thanks :thumbup:
 

Attachments

  • Screen Shot 2016-04-21 at 4.17.39 PM.jpg
    Screen Shot 2016-04-21 at 4.17.39 PM.jpg
    131.7 KB · Views: 123
Can someone please help me Im using a Hp probook 4530s with OS el capitan, It was runing great but since i changed the cpu to a Corei7 2630QM before it had a i3-2310M I dont have sound.

I
already installed the OS again and still no sound

HP Probook 4530s

- i7-2630QM Processor (6M Cache, up to 2.90 GHz) - (swapped from i3-2310M)

- 8GB RAM 1333 MHz
- Kingstone SSD V300 120GB



Please help to fix the sound,

thanks

is there any way to fix it because i used the previous guide, and it worked the only issue i have now is the sound.

Follow the guide in post #1, "To transition from PBI-CE based install"
 
Not going to happen.

The point of this guide is to provide the latest versions always. It avoids my having to update a ZIP package of kexts manually whenever something changes.

Look for a more reliable internet service provider.

./download.sh

curl: (35) Server aborted the SSL handshake

Have been unable to download, browser proxy can be downloaded, you can manually download and then put inside the folder? Is this position?

 

Attachments

  • ???? 2016-04-22 ??12.17.50.png
    ???? 2016-04-22 ??12.17.50.png
    95.7 KB · Views: 132
  • ???? 2016-04-22 ??12.18.02.png
    ???? 2016-04-22 ??12.18.02.png
    55.9 KB · Views: 126
  • ???? 2016-04-22 ??12.18.22.png
    ???? 2016-04-22 ??12.18.22.png
    95.1 KB · Views: 120
./download.sh

curl: (35) Server aborted the SSL handshake

Have been unable to download, browser proxy can be downloaded, you can manually download and then put inside the folder? Is this position?


You could try changing the script to use http: instead of https:

The change:
Code:
SPEEDY-OSX:probook.git RehabMan$ git diff
diff --git a/download.sh b/download.sh
index 709128f..df3e5f1 100755
--- a/download.sh
+++ b/download.sh
@@ -5,7 +5,7 @@ function download()
     echo "downloading $2:"
     curl --location --silent --output /tmp/org.rehabman.download.txt https://bitbucket.org/RehabMan/$1/downloads
     scrape=`grep -o -m 1 href\=\".*$2.*\.zip.*\" /tmp/org.rehabman.download.txt|perl -ne 'print $1 if /href\=\"(.*)\"/'`
-    url=https://bitbucket.org$scrape
+    url=http://bitbucket.org$scrape
     echo $url
     if [ "$3" == "" ]; then
         curl --remote-name --progress-bar --location "$url"


This is what ./downloads should look like (if you decide to download manually):
Code:
SPEEDY-OSX:probook.git RehabMan$ ls -lR downloads
total 0
drwxr-xr-x   3 RehabMan  staff  102 Apr 21 11:08 efi
drwxr-xr-x  14 RehabMan  staff  476 Apr 21 11:07 kexts
drwxr-xr-x   5 RehabMan  staff  170 Apr 21 11:08 tools

downloads/efi:
total 8
-rw-r--r--  1 RehabMan  staff  1668 Apr 21 11:08 HPFanReset-2013-1205.efi.zip

downloads/kexts:
total 10872
-rw-r--r--  1 RehabMan  staff   350641 Apr 21 11:07 RehabMan-Atheros-2015-0624.zip
-rw-r--r--  1 RehabMan  staff    47442 Apr 21 11:07 RehabMan-Battery-2015-1230.zip
-rw-r--r--  1 RehabMan  staff  4383812 Apr 21 11:07 RehabMan-BrcmPatchRAM-2016-0205.zip
-rw-r--r--  1 RehabMan  staff    56672 Apr 21 11:07 RehabMan-CodecCommander-2016-0311.zip
-rw-r--r--  1 RehabMan  staff    63859 Apr 21 11:07 RehabMan-FakePCIID-2016-0414.zip
-rw-r--r--  1 RehabMan  staff      321 Apr 21 11:07 RehabMan-FakeSMC-2015-1230.zip
-rw-r--r--  1 RehabMan  staff    33691 Apr 21 11:07 RehabMan-IntelBacklight-2016-0414.zip
-rw-r--r--  1 RehabMan  staff   126643 Apr 21 11:07 RehabMan-IntelMausiEthernet-v2-2016-0419.zip
-rw-r--r--  1 RehabMan  staff    16307 Apr 21 11:07 RehabMan-Poller-2015-1230.zip
-rw-r--r--  1 RehabMan  staff   258294 Apr 21 11:07 RehabMan-Realtek-Network-v2-2015-1230.zip
-rw-r--r--  1 RehabMan  staff    26876 Apr 21 11:07 RehabMan-USBInjectAll-2016-0330.zip
-rw-r--r--  1 RehabMan  staff   179811 Apr 21 11:07 RehabMan-Voodoo-2015-1229.zip

downloads/tools:
total 7960
-rw-r--r--  1 RehabMan  staff  3606288 Apr 21 11:08 RehabMan-MaciASL-2016-0409.zip
-rw-r--r--  1 RehabMan  staff    61449 Apr 21 11:07 RehabMan-patchmatic-2016-0312.zip
-rw-r--r--  1 RehabMan  staff   398119 Apr 21 11:08 iasl.zip
 
Is this a fresh install?

Something seems wrong with your system for extractACPITables to be crashing...

Made everything from the start with the updated guide from Post1.

Now I got access to ACPITables. Here's the log of ssdtPRgen

Code:
[B]ssdtPRGen.sh[/B] v0.9  Copyright (c) 2011-2012 by † RevoGirl
             v6.6  Copyright (c) 2013 by † Jeroen
             v18.2 Copyright (c) 2013-2016 by Pike R. Alpha
-----------------------------------------------------------
[B]Bugs[/B] > https://github.com/Piker-Alpha/ssdtPRGen.sh/issues <


[B]System information[/B]: Mac OS X 10.11.5 (15F24b)
[B]Brandstring[/B]: "Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz"


[B]Version[/B]: models.cfg v160 / Ivy Bridge.cfg v150




Scope (\_PR_) {224 bytes} with ACPI Processor declarations found in the DSDT (ACPI 1.0 compliant)
Generating ssdt.dsl for a 'MacBookPro9,2' with board-id [Mac-6F01561E16C75D06]
Ivy Bridge Core i5-3230M processor [0x306A9] setup [0x0604]
With a maximum TDP of 35 Watt, as specified by Intel
Number logical CPU's: 4 (Core Frequency: 2600 MHz)
Number of Turbo States: 6 (2700-3200 MHz)
Number of P-States: 21 (1200-3200 MHz)
Adjusting C-States for detected (mobile) processor
Injected C-States for CPU0 (C1,C3,C6,C7)
Injected C-States for CPU1 (C1,C2,C3)
[B]Warning[/B]: 'cpu-type' may be set improperly (0x0604 instead of 0x0704)


[B]Compiling:[/B] ssdt_pr.dsl
Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20160409-64(RM)
Copyright (c) 2000 - 2016 Intel Corporation


ASL Input:     /Users/vyacheslavmykhailov/Library/ssdtPRGen/ssdt.dsl - 273 lines, 9632 bytes, 50 keywords
AML Output:    /Users/vyacheslavmykhailov/Library/ssdtPRGen/ssdt.aml - 1830 bytes, 16 named objects, 34 executable opcodes


Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

But the output ssdt.aml is causing same "no battery".
I'm trying to avoid reinstalling all from scratch since OSX will try to convert HDD to hybrid markup if I add new partition and I don't want to reinstall windows also. I think that reinstalling won't help since the ACPI extraction is no longer blocked. Please also find the ssdt.aml from ssdtPRgen if it may help.View attachment ssdt.aml
 
Hello, RehabMan. I saw there were updates. Have questions:
1. In the previous config is present the code:
Code:
[COLOR=#0433FF][FONT=Menlo]<key>[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]Arbitrary[/FONT][/COLOR][COLOR=#0433FF][FONT=Menlo]</key>[/FONT][/COLOR][COLOR=#0433FF][FONT=Menlo][COLOR=#000000]        
[/COLOR]<array>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Comment[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]Intel HDA[/COLOR]</string>[/FONT][/COLOR]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]CustomProperties[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<array>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]layout-id[/COLOR]</string>
[/FONT][/COLOR][FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<integer>[COLOR=#000000]13[/COLOR]</integer>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[FONT=Menlo][COLOR=#0433ff]<string>[/COLOR]PinConfigurations[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<data>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]</data>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]hda-gfx[/COLOR]</string>[/FONT][/COLOR]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]onboard-1[/COLOR]</string>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</array>[/FONT][/COLOR]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]PciAddr[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]00:1B.00[/COLOR]</string>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[FONT=Menlo]                
[COLOR=#0433ff]<key>[/COLOR]Comment[COLOR=#0433ff]</key>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<string>[/COLOR]Intel HDMI HDA[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]CustomProperties[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<array>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]layout-id[/COLOR]</string>
[/FONT][/COLOR][FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<integer>[COLOR=#000000]13[/COLOR]</integer>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]hda-gfx[/COLOR]</string>
[/FONT][/COLOR][FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]onboard-1[/COLOR]</string>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</array>[/FONT][/COLOR]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]PciAddr[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<string>[COLOR=#000000]00:03.00[/COLOR]</string>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>
[/FONT][/COLOR][FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Comment[COLOR=#0433ff]</key>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<string>[/COLOR]Intel EHCI #1[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]CustomProperties[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<array>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[FONT=Menlo][COLOR=#0433ff]<string>[/COLOR]subsystem-id[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[FONT=Menlo][COLOR=#0433ff]<data>[/COLOR][/FONT]
[FONT=Menlo]cHIAAA==[/FONT]
[COLOR=#0433FF][FONT=Menlo]</data>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[FONT=Menlo]                        [COLOR=#0433ff]<string>[/COLOR]subsystem-vendor-id[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo]                        [COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[FONT=Menlo]                        [COLOR=#0433ff]<data>[/COLOR][/FONT]
[FONT=Menlo]                        hoAAAA==[/FONT]
[COLOR=#0433FF][FONT=Menlo]</data>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[FONT=Menlo]                        [COLOR=#0433ff]<string>[/COLOR]AAPL,current-available[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo]                        [COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<integer>[COLOR=#000000]2100[/COLOR]</integer>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[FONT=Menlo]                        [COLOR=#0433ff]<string>[/COLOR]AAPL,current-extra[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo]                        [COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<integer>[COLOR=#000000]2200[/COLOR]</integer>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[FONT=Menlo]                        [COLOR=#0433ff]<string>[/COLOR]AAPL,current-extra-in-sleep[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo]                        [COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<integer>[COLOR=#000000]1600[/COLOR]</integer>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<dict>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]<key>[COLOR=#000000]Key[/COLOR]</key>[/FONT][/COLOR]
[FONT=Menlo]                        [COLOR=#0433ff]<string>[/COLOR]AAPL,max-port-current-in-sleep[COLOR=#0433ff]</string>[/COLOR][/FONT]
[FONT=Menlo]                        [COLOR=#0433ff]<key>[/COLOR]Value[COLOR=#0433ff]</key>[/COLOR][/FONT]
[COLOR=#0433FF][FONT=Menlo]<integer>[COLOR=#000000]2100[/COLOR]</integer>[/FONT][/COLOR]
[COLOR=#0433FF][FONT=Menlo]</dict>[/FONT][/COLOR]

New it is not. And why? They replace the SSDT-USB, SSDT-4x40s ???


2. Why do we need SSDT-SATA?
 
But the output ssdt.aml is causing same "no battery".

Your SSDT is good and it is not causing your battery issue anyway.

Read post #1, "Problem Reporting".
 
Hello, RehabMan. I saw there were updates. Have questions:
1. In the previous config is present the code:
...
New it is not. And why? They replace the SSDT-USB, SSDT-4x40s ???

USB power properties are injected by SSDT-USB.aml.
Audio layout-id/etc properties are injected the model specific SSDT (such as SSDT-4x40s.aml).

2. Why do we need SSDT-SATA?

It is for non-supported Skylake SATA devices, and for the case somebody decides to put the SATA controller in RAID mode.

It is all automatic and has no effect if your SATA controller is already supported.
 
USB power properties are injected by SSDT-USB.aml.
Audio layout-id/etc properties are injected the model specific SSDT (such as SSDT-4x40s.aml).



It is for non-supported Skylake SATA devices, and for the case somebody decides to put the SATA controller in RAID mode.

It is all automatic and has no effect if your SATA controller is already supported.

Thank you, all understood, everything works fine!
 
Status
Not open for further replies.
Back
Top