Contribute
Register

El Capitan 10.11.4 Laptop Sleep Issue

Status
Not open for further replies.
Joined
Oct 20, 2015
Messages
210
Motherboard
Xiaomi Air 13
CPU
Intel i5-6200u
Graphics
Intel HD 520
Hi

I have an issue with the sleep process of my laptop in OS X. Whenever i close the lid, the screen goes off but it doesn't go to sleep. If i reopen the lid after let's say 5 minutes, the laptop goes to sleep and then it wakes up. I have no USB devices connected.

Seems like my sleep is going on and off only when opening the lid. When closing the lid only the screen goes dark.

Here is my DSDT (also used to disable discrete nvidia CPU)
View attachment DSDT.aml

Thanks in advance
 
Hi

I have an issue with the sleep process of my laptop in OS X. Whenever i close the lid, the screen goes off but it doesn't go to sleep. If i reopen the lid after let's say 5 minutes, the laptop goes to sleep and then it wakes up. I have no USB devices connected.

Seems like my sleep is going on and off only when opening the lid. When closing the lid only the screen goes dark.

Here is my DSDT (also used to disable discrete nvidia CPU)
View attachment 185273

Thanks in advance

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.
 

Your ACPI setup is wrong. Since you have patched SSDTs in ACPI/patched, config.plist/ACPI/SSDT/DropOem must be true. You have it set false.

And the set of SSDTs in ACPI/patched is not correct.

Based on ACPI/origin, you should have:
DSDT.aml
SSDT.aml (from ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT-5.aml
SSDT-6.aml
SSDT-14.aml
SSDT-15.aml
 
Your ACPI setup is wrong. Since you have patched SSDTs in ACPI/patched, config.plist/ACPI/SSDT/DropOem must be true. You have it set false.

And the set of SSDTs in ACPI/patched is not correct.

Based on ACPI/origin, you should have:
DSDT.aml
SSDT.aml (from ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT-5.aml
SSDT-6.aml
SSDT-14.aml
SSDT-15.aml

OK thanks for your help. So the dynamic SSDTs are not needed? Will update soon
 
Did what you said but it does not help me further with the sleep issue.

If i listen to the sound of the laptop when the lid is closed it goes to sleep after ~1 minute, then wakes up again, then immediately back to sleep, wake up again, etc

Read post #2.
 
Status
Not open for further replies.
Back
Top