Contribute
Register

[SUCCESS] Gigabyte Designare Z390 (Thunderbolt 3) + i7-9700K + AMD RX 580

Can't really remember on previous dates, but last night (about 1AM) I went to bed and manually set it to sleep.
Woke up this morning (around 8AM) and it was powered on and awake, though the display was off.

Either someone bumped on the keyboard (my kids, or the cleaning lady), or it woke up on its own.
Right now logs for today are:
Code:
2021-10-26 01:15:50 -0300 Sleep                   Entering Sleep state due to 'Software Sleep pid=153':TCPKeepAlive=active Using AC (Charge:0%) 7205 secs
2021-10-26 03:15:55 -0300 DarkWake                DarkWake from Normal Sleep [CDN] : due to RTC/Maintenance Using AC (Charge:0%) 45 secs
2021-10-26 03:16:40 -0300 Sleep                   Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=active Using AC (Charge:0%) 7204 secs
2021-10-26 05:16:44 -0300 DarkWake                DarkWake from Normal Sleep [CDN] : due to RTC/Maintenance Using AC (Charge:0%) 46 secs
2021-10-26 05:17:30 -0300 Sleep                   Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=active Using AC (Charge:0%) 7205 secs
2021-10-26 07:17:35 -0300 DarkWake                DarkWake from Normal Sleep [CDN] : due to RTC/Maintenance Using AC (Charge:0%) 45 secs
2021-10-26 07:18:20 -0300 Sleep                   Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=active Using AC (Charge:0%) 4338 secs
2021-10-26 08:30:38 -0300 Wake                    Wake from Normal Sleep [CDNVA] : due to XDCI CNVW USBW/User Using AC (Charge:0%)
This also shows normal sleep/wake. What I am looking for is something like this:
  • 2021-10-26 09:00:00 Sleep Entering Sleep state due to idle period (or something like that)
  • 2021-10-26 09:00:02 Wake due to: blah blah blah
Notice that there's a time difference of 2 seconds between Sleep and Wake. So let's try this experiment:
  1. Set your idle sleep time to about 5 minutes.
  2. Leave the system alone.
  3. Let it try to enter sleep.
  4. If the monitor goes dark, but fans continue to spin, give it a full 90 seconds. Don't touch or interrupt the system.
  5. If the fans stay on after 90 seconds, press a key to turn on the monitor.
  6. Then wait about 5 minutes for a second sleep cycle to begin.
  7. Repeat steps 2 through 5.
  8. Now grab the sleep/wake log once again.
Bash:
pmset -g log | grep -e "Sleep.*due to" -e "Wake.*due to"
 
Yeah, I have windows installed on a 2TB Inland premium with a phison controller.
Maybe Ill move my macOS install over there and reinstall Windows on this samsung.
FYI, here's a similar post (in Z490 Vision D thread) from just a few minutes ago:
  1. I have a M2 Samsung 970 Evo 1 TB, with new version Monterey 12.0.1 is affected by the boot soooo slow (I have only MacOS partition, only Mac, no Windows), the entire disk is in APFS (this issue I don't have it with my second hackintosh because I have installed a M2 of Crucial 500 GB).
 
Yeah, I have windows installed on a 2TB Inland premium with a phison controller.
Maybe Ill move my macOS install over there and reinstall Windows on this samsung.
Another option: Try setting SetApfsTrimTimeout to 999 and reboot:
Screen Shot 2021-10-26 at 6.53.40 AM.png
 
Yeah I had just tried that, and it did not seem to affect the boot time at all.
Give this a try:
Also: If you're using Intel WiFi/BT it is necessary to use the new BlueToolFixup kext from here:
 
Hi CaseySJ!

I have attached my current EFI folder and perhaps you can point me in the right direction on what needs to be fixed.
 

Attachments

  • EFI.zip
    9.3 MB · Views: 138
Hi CaseySJ!

I have attached my current EFI folder and perhaps you can point me in the right direction on what needs to be fixed.
shouldn't need 2 EC's:
Code:
<dict>
                <key>Comment</key>
                <string>SSDT-EC-USBX-DESKTOP.aml</string>
                <key>Path</key>
                <string>SSDT-EC-USBX-DESKTOP.aml</string>
                <key>Enabled</key>
                <true/>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SSDT-EC.aml</string>
                <key>Path</key>
                <string>SSDT-EC.aml</string>
                <key>Enabled</key>
                <true/>
            </dict>

should be disabled:
XhciPortLimit
 
Hi CaseySJ!

I have attached my current EFI folder and perhaps you can point me in the right direction on what needs to be fixed.
also remove:
debug=0x100 boot argument
 
Back
Top