Asus M5AR97 v2.0 won't come out of sleep sometimes

Shplad

Active member
Joined
Mar 11, 2019
Posts
30
Hi:

I don't know if this is the right forum, so please feel free to move this if
it belongs somewhere else.

Asus M5AR97 v2.0
Windows 10 x64 ver. 21H1 build 19043.985

http://speccy.piriform.com/results/IBiz6RVNU4secBfF6Mgj5TJ

This machine has worked more or less fine for years. Recently, it sometimes won't
come out of sleep. I have to power off the machine. At other times, it will come out of sleep.
I've made no changes at all to power management settings since it first
worked perfectly.

- Firmware is latest version.
- All drivers are as up to date as possible, downloaded from original sources.
- Device Manager shows no flags.

I've run Driver Verifier. I got not clues. My oldest component is my Keytronic keyboard.
It's maybe 20 years ago. Would you guess that might be dying or at least the power
management functions)?

This is driving me nuts.
 
I figured as much, thought I'd double-check. :-)
If you have any of those scripts to check sleep events from jenae over at BC, that might help narrow it down.
 
A search doesn't find them for me. Maybe you could link to one of them,
or, if that's frowned on here, send me a PM?

Thanks.
 
Powershell



Get-ScheduledTask | where {$_.settings.waketorun} |out-file $home\tasks.txt

notepad $home\tasks.txt


COMMAND



powercfg -devicequery wake_from_any



powercfg -devicequery wake_armed



powercfg -devicedisablewake "device name"

Credit @Jenae
 
Code:
TaskPath                                       TaskName                          State    
--------                                       --------                          -----    
\Microsoft\Windows\.NET Framework\             .NET Framework NGEN v4.0.30319... Disabled
\Microsoft\Windows\.NET Framework\             .NET Framework NGEN v4.0.30319... Disabled
\Microsoft\Windows\InstallService\             WakeUpAndContinueUpdates          Disabled
\Microsoft\Windows\InstallService\             WakeUpAndScanForUpdates           Disabled
\Microsoft\Windows\SharedPC\                   Account Cleanup                   Disabled



Code:
Microsoft Windows [Version 10.0.19043.985]
(c) Microsoft Corporation. All rights reserved.

C:\Users\MyProfileName>powercfg -devicequery wake_from_any
ASMedia USB Root Hub
USB Composite Device
Realtek PCIe GbE Family Controller
USB Root Hub
Standard Enhanced PCI to USB Host Controller
Standard Enhanced PCI to USB Host Controller (001)
Standard Enhanced PCI to USB Host Controller (002)
PCI-to-PCI Bridge
High Definition Audio Device
Communications Port (COM1)
HID-compliant mouse (002)
PCI-to-PCI Bridge (001)
USB Input Device (010)
USB Root Hub (001)
Standard PS/2 Keyboard
USB Root Hub (002)
HID-compliant vendor-defined device (013)
USB Root Hub (003)
HID-compliant vendor-defined device (014)
USB Root Hub (004)
Standard OpenHCD USB Host Controller
Standard OpenHCD USB Host Controller (001)
Standard OpenHCD USB Host Controller (002)
Standard OpenHCD USB Host Controller (003)
USB Input Device (017)
ACPI Power Button
USB Root Hub (005)
USB Input Device (018)
HID-compliant vendor-defined device (018)
ASMedia USB3.0 eXtensible Host Controller (001)
PCI-to-PCI Bridge (003)
PCI-to-PCI Bridge (004)
USB Composite Device (015)
USB Root Hub (006)
High Definition Audio Controller
Logitech Mic/Speaker (USB VOIP) (005)
PCI-to-PCI Bridge (005)


C:\Users\MyProfileName>
C:\Users\MyProfileName>
C:\Users\MyProfileName>
C:\Users\MyProfileName>powercfg -devicequery wake_armed
Realtek PCIe GbE Family Controller
HID-compliant mouse (002)


C:\Users\MyProfileName>
C:\Users\MyProfileName>
C:\Users\MyProfileName>
C:\Users\MyProfileName>powercfg -devicedisablewake "device name"
Unable to perform operation.  An unexpected error (0x490) has occurred:  Element not found.


C:\Users\MyProfileName>
 
In the last one, I think you're supposed to supply the device name where it says "device name"

I also didn't mean to imply I knew how to read these outputs. I thought it might help you troubleshoot to see what's waking or what has waking turned off.

I didn't want you to think I abandoned you. :-)
 
Thanks. I know how to troubleshoot many things, but not sleep issues.

What does the last command do, exactly?


I have no idea how to interpet these results either. Maybe I should ask jenae?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top