Known issue and is discussed here now and then. Manual sleep works if that is an option at times.>> still have wake from sleep issues, no login window (spinning icon). Tried some OCLP options and sleep settings. But every the same when try to start. someone an idea how to solve this.
The man pmset terminal commands below can be used to set this if you know what you are doing.
Possibly/likely this varies somewhat with different Mac models.
If anyone has solid results with a combo of these I would also be all ears as I have been meaning to hunt
this down on my rMBP 10,1 2012. Other Macs I use do not have these issues, both older and newer.
Usual caveat: if your Mac explodes it is not my fault.
Check your settings (numbers are minutes, 0 means don't)) :
Code:
pmset -g
All options manual info for pmset:
Code:
man pmset
Reset all these to default to begin with or if you screw up and want to get back to a default starting point:
Code:
sudo pmset restoredefaults
Here are the individual ones (sudo needed to set):
Code:
sudo pmset -a displaysleep 3
sudo pmset -a autopoweroff 0
sudo pmset -a powernap 0
sudo pmset -a standby 0
sudo pmset -a proximitywake 0
sudo pmset -a tcpkeepalive 0
sudo pmset -a hibernatemode 0
sudo pmset -a disksleep 3
sudo pmset -a sleep 5
Last edited: