I reinstalled catalina again, first few hours its slept fine. But, that same. I think apple wants to kill this unsupported mac by depriving sleep .
Catalina simply won't sleep. Big Sur works well, it is still beta but for now there is no major problem with it.
Sleep had been working fine in the previous few Big Sur betas. Unfortunately, it is broken again in the latest beta (10).
Seems like the only way to make it sleep is to disable SIP.
I believe this is the most accurate explanation. Sleep works if I put it manually by going to the Apple menu and choosing Sleep, or if I press CMD+OPT+EJECT. However when using Hot Corners or by letting it sleep by itself, then it does not hibernate.For me (mini 2012) sleep works, it is the auto sleep that doesn't.
ps -ef | grep UserEventAgent | grep -v grep | awk '{print $2}'| sudo xargs kill -9
Unfortunately this command does not help here.My iMac late 2015 booting from an external SSD won’t go to sleep automatically. This terminal command solves the problem until next bootup:
My iMac late 2015 booting from an external SSD won’t go to sleep automatically. This terminal command solves the problem until next bootup:
I’m on 10.15.6 (one version below latest update) and your command is working on my iMac. I haven’t updated to 10.15.7 yet.I am the original author of that command. It used to work well but it has stopped working since the previous two versions of Catalina, at least for my 2017 iMac
You probably want to hold off updating then, this script (and auto sleep) is definitely broken in 10.15.7I’m on 10.15.6 (one version below latest update) and your command is working on my iMac. I haven’t updated to 10.15.7 yet.
Big Sur suddenly started hibernating. Well sort-off... I did not change anything but these two commands few days ago:
ps -ef | grep UserEventAgent | grep -v grep | awk '{print $2}'| sudo xargs kill -9
ps -ef | grep corespotlightd | grep -v grep | awk '{print $2}'| sudo xargs kill -9
But today I restarted and tried to replicate, it does not sleep anymore.
For me I found running the kill command twice allows auto sleep to work again in beta 11.0.1
ps -ef | grep UserEventAgent | grep -v grep | awk '{print $2}'| sudo xargs kill -9
I didn't use to need to run this command for the previous few betas prior to beta 11. Weird...
Beta 11.0.1 came out last night.I tried to run the command twice but it does not work. It is really weird.
You said you have 11.0.1, but here it says 11.0 beta.
Also Feedback Assistant says there is less than 10 reported cases of this.
I remember having problems with my Magic Mouse and Keyboard disconnecting after some time so I needed to hard reset every time. Then after some research I found one post where it says Android Data Transfer has a launch agent that needs to be deleted. After that, and few months of misery I solved it.
Maybe this is something similar, but the difference is it is happening in Safe Mode as well, also with both 2017 and 2019 iMacs.
Beta 11.0.1 came out last night.
How did you delete the Android Data Transfer?
Big Sur solved the sleep issue for my 2017 iMac, good luckCame here to check why my Mini doesn’t sleep (MacBook Air does).
Started a few weeks ago, still does it after the latest update.
Checked processes etc
Before doing a clean install (of Catalina or Big Sur), I was wondering if any had installed Big Sur and that solved any of the sleep issue.
If Big Sur solves it, ill
Update rather then doing the lengthy clean instal.
Came here to check why my Mini doesn’t sleep (MacBook Air does).
Started a few weeks ago, still does it after the latest update.
Checked processes etc
Before doing a clean install (of Catalina or Big Sur), I was wondering if any had installed Big Sur and that solved any of the sleep issue.
If Big Sur solves it, ill
Update rather then doing the lengthy clean instal.