Contribute
Register

OSX EI Captain Can't shutdown completed

Status
Not open for further replies.
Joined
Oct 4, 2015
Messages
23
Motherboard
Asus K43E (Clover)
CPU
i3-2310M/HM65
Graphics
Intel HD3000, 1366x768
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi all!

I've recently installed OSX EI Captain in my Asus K43E. All working fine except shutdown function. My laptop stuck at black screen and the power light stay on.

WP_20151004_17_15_09_Rich.jpg
Please help me, how to fix that issue ?. I was installed osx yosemite and it didn't get this problem.

My device's detail :
  • Core i3 2310M 2.1 GHz
  • 4GB RAM
  • Intel HD 3000

Here's my clover config: View attachment config.plist
Here's my dsdt: View attachment DSDT.aml
Here's my console log: View attachment console.log
 
No one can help me?. :((
 
Hi all!

I've recently installed OSX EI Captain in my Asus K43E. All working fine except shutdown function. My laptop stuck at black screen and the power light stay on.

View attachment 153931
Please help me, how to fix that issue ?. I was installed osx yosemite and it didn't get this problem.

My device's detail :
  • Core i3 2310M 2.1 GHz
  • 4GB RAM
  • Intel HD 3000

Here's my clover config: View attachment 153948
Here's my dsdt: View attachment 153949
Here's my console log: View attachment 153954

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.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
Thanks for your reply.

Here's contents of Downloads/RehabMan directory: View attachment RehabMan.zip

Here's ioreg: View attachment MacBook Pro.ioreg

Here's
EFI/Clover folder: View attachment CLOVER.zip

Output from command : kextstat|grep -y acpiplat

Code:
   13    2 0xffffff7f82488000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>

Output from command : kextstat|grep -y appleintelcpu

Code:
   21    0 0xffffff7f82181000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) 5694EADA-D8D4-3FFA-86BD-172FDCC65526 <7 6 5 4 3 1>
   32    0 0xffffff7f8217c000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) 25B44397-83A4-3F4D-89E4-3D45C3EADD04 <7 6 5 4 3 1>

Output from command : kextstat|grep -y applelpc

Code:
   85    0 0xffffff7f8200a000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <81 12 5 4 3>
 
Thank you, RehabMan. I had patched SSDT before (extracted from linux) and it working as well on OSX Yosemite. In clover config file, I had checked Asus AICPUPM and drop OEM SSDT. But, it's seem to not working in OSX EI Captain.

I'll findout why Power Management doesn't work :)
 
Thank you, RehabMan. I had patched SSDT before (extracted from linux) and it working as well on OSX Yosemite. In clover config file, I had checked Asus AICPUPM and drop OEM SSDT. But, it's seem to not working in OSX EI Captain.

I'll findout why Power Management doesn't work :)

You need an SSDT generated with ssdtPRgen.sh.
 
You need an SSDT generated with ssdtPRgen.sh.

I had tried ssdtPRGen.sh with this command :

Code:
[FONT=Menlo]./ssdtPRGen.sh -c 0 -f 2100 -t 35[/FONT]

Saved it as SSDT.aml in ACPI/patched. But it still no luck, I can't find both X86PlatformPlugin in IOreg and AICPUPMI in Console

What should I do now ?
 
Place the generated ssdt file alone with the dsdt file. Make sure that Drop OEM is true in clover Config.plist. I am not sure about the commands u gave with ssdtPRGen.sh. Make sure those parameters are correct.
 
Status
Not open for further replies.
Back
Top