Contribute
Register

[Guide] HP EliteBook 820 840 G2 I5-5300U HD5500 El Capitan [ENG]

Status
Not open for further replies.
I'm sorry I put the ACPIBatteryManager.kext in l/e ,so my clover forgot that, and I I tried your clover,in 10.0.3 ,camera has the problem like what Like you said,but shutdown still have problem,After a few seconds, it boot again.

and I found I can't open your ssdt (in EFI/clover/acpi/patched/) with MaciASL,I don't know why,
I also have question I see you patch dsdt in config.plist->Acpi->DSDT->Patches,does it mean,there not in need put a dsdt.aml in EFI/clover/acpi/patched/ ?and where can get some information about patch dsdt in clover(I only know a little patch dsdt by MaciASL)

by the way ,my laptop is HP EliteBook 820 G2 I5-5200U |HD5500 1366x768
|[FONT=tahoma, Hiragino Sans GB, Wenquanyi Micro Hei, 微软雅黑, Arial, Verdana, sans-serif]225A broadwell(it means different yours? )

I only want to
[/FONT]solve shutdown:banghead:
 
and I found I can't open your ssdt (in EFI/clover/acpi/patched/) with MaciASL,I don't know why,

The files are probably created with new tools (ACPI 6.1). Old tools can't open files compiled with new iasl (ACPI 6.1).

See guide for current tools: http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

I also have question I see you patch dsdt in config.plist->Acpi->DSDT->Patches,does it mean,there not in need put a dsdt.aml in EFI/clover/acpi/patched/ ?

Correct. It is hotpatch.

and where can get some information about patch dsdt in clover(I only know a little patch dsdt by MaciASL)

I have not written a guide about hotpatch.
 
I put AppleHDA_ProBook.kext in L/E, and use that clover,also patch audio_HDEF-layout4 but audio doesn't work,
and I disable bat1._sta like you in clover ,but only 0% :(,

it's my first time to do that,Could you please help me to see it


View attachment 182755

View attachment 182756

The setup wrong:
- config.plist is wrong (you must use from the github repo, not PBI)
- there should be no patched DSDT.aml in ACPI/patched
 
Thank you for you up date, now i remover my dsdt.aml and update config.plist

now audio work,but still no battery

Code:
[FONT=Menlo]Nameless13s-MacBook-Air:~ nameless13$ kextstat|grep -y acpiplat[/FONT][FONT=Menlo]   13    2 0xffffff7f82366000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) 3BE4E926-E063-3BBD-BE05-F6F97358C7A4 <12 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]Nameless13s-MacBook-Air:~ nameless13$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Nameless13s-MacBook-Air:~ nameless13$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]   91    0 0xffffff7f81fd6000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <78 12 5 4 3>[/FONT]

Code:
[FONT=Menlo]Nameless13s-MacBook-Air:~ nameless13$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT][FONT=Menlo]Password:[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ProBook.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext[/FONT]

View attachment 182859


View attachment Nameless13’s MacBook Air?nobat.ioreg

Thank you very much.:clap::clap::clap:
 
but still no battery

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
My apology,update the IORegistryExplorer,I'm use site attachments but why it different from others?

output:
Code:
localhost:~ nameless13$ kextstat|grep -y acpiplat   13    2 0xffffff7f823a3000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
localhost:~ nameless13$ kextstat|grep -y appleintelcpu
localhost:~ nameless13$ kextstat|grep -y applelpc
  106    0 0xffffff7f81fff000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <77 12 5 4 3>
localhost:~ nameless13$ kextstat|grep -y applehda
   90    1 0xffffff7f80e9e000 0x1e000    0x1e000    com.apple.driver.AppleHDAController (274.7) CFF7F97F-6E1F-3CF9-A8E3-76125E9CA414 <89 88 41 12 7 6 5 4 3 1>

  109    0 0xffffff7f81036000 0xb3000    0xb3000    com.apple.driver.AppleHDA (9274.7) FE47EADA-C810-3253-BE41-0776D253D256 <108 90 89 88 69 41 12 11 6 5 4 3 1>



output:
Code:
[FONT=Menlo]localhost:~ nameless13$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT][FONT=Menlo]
[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ProBook.kext[/FONT]

[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext[/FONT]


Attached Files:

View attachment Nameless13’s MacBook Air.zip

View attachment CLOVER-nobat.zip


 
6 <108 90 89 88 69 41 12 11 6 5 4 3 1>[/CODE]

output:
Code:
[FONT=Menlo]localhost:~ nameless13$ sudo touch /System/Library/Extensions && sudo kextcache -u /[/FONT][FONT=Menlo]
[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ProBook.kext[/FONT]

[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext[/FONT]


All kexts should be installed to /S/L/E (or /L/E). See ./download.sh and ./install_downloads.sh for an automated way (for /L/E).

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Attach contents of Downloads/RehabMan directory as ZIP.

Also,
Code:
grep -y acpibattery /var/log/system.log
 
I put all kexts in L/E by KCPM Utility Pro,and output

Code:
Nameless13s-MacBook-Air:~ nameless13$ sudo touch /System/Library/Extensions && sudo kextcache -u /Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext file:///Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext JMB38X.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IOath3kfrmwr.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelMausiEthernet.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext file:///Library/Extensions/HSSDBlockStorage.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ProBook.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext


Thanks a lot!
 

Attachments

  • RehabMan.zip
    61.8 KB · Views: 133
  • acpibattery.txt.zip
    3.4 KB · Views: 115
I put all kexts in L/E by KCPM Utility Pro,and output

Code:
Nameless13s-MacBook-Air:~ nameless13$ sudo touch /System/Library/Extensions && sudo kextcache -u /Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext file:///Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext JMB38X.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IOath3kfrmwr.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelMausiEthernet.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext file:///Library/Extensions/HSSDBlockStorage.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ProBook.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

I don't see USBInjectAll.kext in that list...

If you are going to do it manually, look at download.sh and install_downloads.sh to see what they would install.

Or just use them...

I didn't look at your other files (yet).
 
Status
Not open for further replies.
Back
Top