Contribute
Register

Asus VivoBook S400CA - Laptop not sleeping for some reason?

Status
Not open for further replies.
Joined
Mar 18, 2014
Messages
977
Motherboard
Dell XPS 15 7590 - Clover
CPU
i7-9980HK
Graphics
HD 630 + GTX 1650
Mac
  1. iMac
  2. MacBook Pro
Classic Mac
  1. Apple
Mobile Phone
  1. iOS
Hi all,

My Asus VivoBook S400CA is for some reason not going to sleep after closing the lid / pressing Apple Logo > Sleep. I have full power management / speedstep implemented, so I'm not really sure why this is happening. It doesn't just stay on, though. Right when it's supposed to sleep the power LED and LED on the power button blink once every second or so, but it never goes to sleep...:think:

Does anybody have any ideas to why this is happening?

Cheers!

-Duncan
 
Hi all,

My Asus VivoBook S400CA is for some reason not going to sleep after closing the lid / pressing Apple Logo > Sleep. I have full power management / speedstep implemented, so I'm not really sure why this is happening. It doesn't just stay on, though. Right when it's supposed to sleep the power LED and LED on the power button blink once every second or so, but it never goes to sleep...:think:

Does anybody have any ideas to why this is happening?

Cheers!

-Duncan

Did you patch DSDT per guide?

http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
I've skimmed through the guide and I don't really think there's anything standing out on my DSDT...can you check? :p

View attachment DSDT.aml
 
You're missing quite a few of the suggested patches.

Whoops...I guess I'll add those in...

I assumed I never really needed them since everything worked fine until now ... :lol:
 
Alright, have added all the suggested patches except RTC...

Now I wonder is there anything else in the DSDT that prevents sleep / looks weird? :think:
View attachment DSDT.aml
 
Alright, have added all the suggested patches except RTC...

Now I wonder is there anything else in the DSDT that prevents sleep / looks weird? :think:
View attachment 126732

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:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

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
 
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:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

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

Code:
[FONT=Menlo]   13    2 0xffffff7f8288d000 0x65000    0x65000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>[/FONT]

[FONT=Menlo]   24    0 0xffffff7f8274c000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementInfo (1) <7 5 4 3 1>[/FONT]
[FONT=Menlo]   25    0 0xffffff7f82757000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) <7 6 5 4 3 1>[/FONT]
[FONT=Menlo]   33    0 0xffffff7f82752000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>[/FONT]

PatchMatic: View attachment RehabMan.zip
IOReg: View attachment AGuyWhoIsBored.ioreg

Thanks!
 
Code:
[FONT=Menlo]   13    2 0xffffff7f8288d000 0x65000    0x65000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>[/FONT]

[FONT=Menlo]   24    0 0xffffff7f8274c000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementInfo (1) <7 5 4 3 1>[/FONT]
[FONT=Menlo]   25    0 0xffffff7f82757000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) <7 6 5 4 3 1>[/FONT]
[FONT=Menlo]   33    0 0xffffff7f82752000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>[/FONT]

PatchMatic: View attachment 126802
IOReg: View attachment 126803

Thanks!

Maybe Soundflower is a problem.
 
Status
Not open for further replies.
Back
Top