Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 905 Bytes

SSDT-GPRW.md

File metadata and controls

22 lines (14 loc) · 905 Bytes

Docs: ACPI - SSDT-GPRW

As Dortania's OpenCore Post Install guide states:

...macOS will instant wake if either USB or power states change while sleeping. To fix this we need to reroute the GPRW/UPRW/LANC calls to a new SSDT...

The best way to check if you're having wake issues is running this command and analyzing the output:

pmset -g log | grep -e "Sleep.*due to" -e "Wake.*due to"

In my case only GPRW was needed, so I added:

Credits