NorthAmTransAm
Moderator
- Joined
- Jul 26, 2018
- Messages
- 1,721
- Motherboard
- MSI Pro Z690-A DDR4
- CPU
- i7-12700k
- Graphics
- RX 580
- Mac
-
- Mobile Phone
-
The computer will turn on about every hour for something called DarkWake during which it will check for any notifications, emails, and other updates. The monitor should not turn on (hence "dark" wake), and the computer should return to sleep after about a minute.I manually put my hack to sleep when I get up, but it seems to turn back on after an hour. I have a feeling it could be a USB device.
I'd like to try this fix:
It seems to only be for clover though. Is there a comparable procedure with OC?
Motherboard x299
Lightning card: thunderbolt EX-3
This is the BIOS and SSDT I set
The result is a cold start. Hot plug doesn't work. I added my DSDT to my attachment
Is there any way to solve the problem of hot plug
闪电的路径是:_ SB_。PC03.BR3B.SL0A
Thanks @CaseySJ. What you described above is exactly what's happening. When I put it to sleep, the fans turn off and it stays asleep. It sounds like it's doing a darkwake, but the monitors come on and it never returns to sleep.The computer will turn on about every hour for something called DarkWake during which it will check for any notifications, emails, and other updates. The monitor should not turn on (hence "dark" wake), and the computer should return to sleep after about a minute.
But if the monitor turns on or the computer does not return to sleep after a minute, then something else might be affecting sleep. We can disable wake-from-USB as follows:
View attachment 530513
- Copy attached SSDT to EFI/OC/ACPI folder and add an entry for it in OpenCore Configurator --> ACPI --> Add section. Use the "+" button on the lower right corner to open a new line and create the entry. Then click the Enabledcheckbox.
- You can always disable this at any time if needed.
- Then add a new entry in OpenCore Configurator --> ACPI --> Patch as shown:
Save the config.plist and reboot.
- Find: 47505257 02
- Replace: 58505257 02
- Comment: change Method(GPRW,2,N) to XPRW, pair with SSDT-GPRW.aml
- Count: 1
- Enabled: Check this on
To test the theory, simply disconnect the front panel USB 2.0 ports (who needs those anyway!I came across this in the sleep troubleshooting guide:
I'm currently using a Fractal Define R6 Tempered Glass which has front USB ports connected to the mobo. This could be the issue! The guide said to ask for help
- The F_USB header is currently set for Internal USB devices only. This means we should not connect the USB 2 cable from a computer case, because USB ports on the case are External. We can change the USB SSDT to define F_USB as External. Ask for help if this affects you.
.
Will try that, I might have been using that one earlier with clover (but it's gone now). Is the fractal SSDT the same as the regular one, just with the internal to external USB change?To test the theory, simply disconnect the front panel USB 2.0 ports (who needs those anyway!) -- temporarily -- to see if it makes a difference.
There is, however, a different USB SSDT for the Fractal Define R6. It's a download attached to Post #1.
Download the ZIP file and inside you'll find a PDF that explains the configuration.Will try that, I might have been using that one earlier with clover (but it's gone now). Is the fractal SSDT the same as the regular one, just with the internal to external USB change?