Hey guys,
Wondering what is your experience with sleep and Apple Silicon? from what i can tell it's totally broken in context of what intel macs used to do.
The Macbooks seem ok, but Mac Mini and iMac is fubar, or am I doing something wrong? have spent a bit of time on this and not getting anywhere. I realise power efficiency is pretty awesome and it matters less if it sleeps or not. But when you want to have a bunch of USB drives they spin up non stop all night. Not to mention preserving the internal soldered SSD.
I started fighting with this on an iMac M1, DFU'ed it to Monterey thinking it will be easier to work with, but i cant get it to sleep the same way an Intel mac sleeps. Basically: womp 1 and networkoversleep 1 breaks sleep totally. Now i got a used M1 mac mini and it's the same crap (also on Monterey for now).
any insight or experiences would be much appreciated, we have a harem of Macs here and use Wake on Lan a lot, my pmset script :
sudo pmset -a autopoweroff 0;
sudo pmset -a powernap 0;
sudo pmset -a tcpkeepalive 0;
sudo pmset -a standby 0;
sudo pmset -a proximitywake 0;
sudo pmset -a networkoversleep 1;
sudo pmset -a hibernatemode 0;
sudo pmset -a womp 1;
Thank You! Happy Sunday!
Wondering what is your experience with sleep and Apple Silicon? from what i can tell it's totally broken in context of what intel macs used to do.
The Macbooks seem ok, but Mac Mini and iMac is fubar, or am I doing something wrong? have spent a bit of time on this and not getting anywhere. I realise power efficiency is pretty awesome and it matters less if it sleeps or not. But when you want to have a bunch of USB drives they spin up non stop all night. Not to mention preserving the internal soldered SSD.
I started fighting with this on an iMac M1, DFU'ed it to Monterey thinking it will be easier to work with, but i cant get it to sleep the same way an Intel mac sleeps. Basically: womp 1 and networkoversleep 1 breaks sleep totally. Now i got a used M1 mac mini and it's the same crap (also on Monterey for now).
any insight or experiences would be much appreciated, we have a harem of Macs here and use Wake on Lan a lot, my pmset script :
sudo pmset -a autopoweroff 0;
sudo pmset -a powernap 0;
sudo pmset -a tcpkeepalive 0;
sudo pmset -a standby 0;
sudo pmset -a proximitywake 0;
sudo pmset -a networkoversleep 1;
sudo pmset -a hibernatemode 0;
sudo pmset -a womp 1;
Thank You! Happy Sunday!