Contribute
Register

after a deep sleep system going to restart .

Status
Not open for further replies.
Joined
Nov 12, 2012
Messages
213
Motherboard
Lenovo G570
CPU
2.4 GHz Intel Core i5
Graphics
Intel HD 3000
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
everything working fine but last 2-4 days when system going in deep sleep its going to restart. whenever i put my laptop in sleep mode and wake up after 4-5 hrs it already restarted and back to in sleep mode its happens from last 4-5 days.
 
I already path DSDT and used native SSDT. Small sleep is working fine but when system put on long sleep then wake up form long sleep Laptop is rastart when trying to wake up from long sleep.
 
I already path DSDT and used native SSDT. Small sleep is working fine but when system put on long sleep then wake up form long sleep Laptop is rastart.

Define both 'small sleep' and 'deep sleep'...

Did you disable hibernation per guide?
 
Small sleep means few hours only like 1 or 2 and long sleep means 7 to 8 hrs.
Yes, I disable hibernate mode per as guide.
 
this is only 1 problem i m facing of.. how i solve this problem?
 
Small sleep means few hours only like 1 or 2 and long sleep means 7 to 8 hrs.
Yes, I disable hibernate mode per as guide.

Check that hibernation is still disabled.

What are you using for WiFi?
 
yes, it's disabled.
Screen Shot 2016-01-14 at 11.32.39 PM.png
for wifi i used toledaARPT.kext but i have proathros.kext or wifiInjector.kext too.
today is also happened when i wake up from sleep laptop restated any solution.
 
any solution what should i do to resolve this problem??
 
any solution what should i do to resolve this problem??

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 (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory, especially if you have an overabundance of themes installed.

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Status
Not open for further replies.
Back
Top