F5F Stay Refreshed Software Operating Systems Identify triggers for unwanted WoL activity

Identify triggers for unwanted WoL activity

Identify triggers for unwanted WoL activity

S
saburo
Member
192
06-18-2023, 09:33 PM
#1
You need to enable remote access while allowing the PC to power down when idle. The issue seems to be preventing sleep functionality, even after manual attempts. USB connections don’t seem to resolve the problem either. System Power Reports didn’t help much. I checked diagnostics and process controls, but none fixed it. System Sleep Diagnostics showed some processes trying to override power settings. RuntimeBroker, Chrome, Spotify, Svchost, MoUsoCoreWorker didn’t work. You might want to look for tools that list which programs support WoL or consider alternatives like WinSleep. Your approach could be off, or you may need a different solution.
S
saburo
06-18-2023, 09:33 PM #1

You need to enable remote access while allowing the PC to power down when idle. The issue seems to be preventing sleep functionality, even after manual attempts. USB connections don’t seem to resolve the problem either. System Power Reports didn’t help much. I checked diagnostics and process controls, but none fixed it. System Sleep Diagnostics showed some processes trying to override power settings. RuntimeBroker, Chrome, Spotify, Svchost, MoUsoCoreWorker didn’t work. You might want to look for tools that list which programs support WoL or consider alternatives like WinSleep. Your approach could be off, or you may need a different solution.

B
BobbyGamer13
Junior Member
48
07-02-2023, 03:17 PM
#2
Confirming the behavior: when the LAN cable is disconnected, it remains inactive. You could check for incoming data packets with WireShark using another device.
B
BobbyGamer13
07-02-2023, 03:17 PM #2

Confirming the behavior: when the LAN cable is disconnected, it remains inactive. You could check for incoming data packets with WireShark using another device.

P
Penguin4802
Junior Member
37
07-02-2023, 07:28 PM
#3
Sure, I can help with that. If you need guidance on inspecting magic packets using Wireshark, let me know and I’ll find a suitable tutorial for you.
P
Penguin4802
07-02-2023, 07:28 PM #3

Sure, I can help with that. If you need guidance on inspecting magic packets using Wireshark, let me know and I’ll find a suitable tutorial for you.

G
Gupalhari
Member
68
07-02-2023, 08:43 PM
#4
You may wish to reference the link below to alert others of your response. After some challenging Python socket coding and a frustrating experience where many others had already solved my issue, I discovered this tool that can detect magic packets. https://www.depicus.com/wake-on-lan/wake-on-lan-monitor
G
Gupalhari
07-02-2023, 08:43 PM #4

You may wish to reference the link below to alert others of your response. After some challenging Python socket coding and a frustrating experience where many others had already solved my issue, I discovered this tool that can detect magic packets. https://www.depicus.com/wake-on-lan/wake-on-lan-monitor

C
C00lb0y
Member
218
07-04-2023, 08:17 AM
#5
Thanks for the suggestion about using dark mode. For the WoL monitor, you're likely trying to connect it to a different PC via network. Make sure you've set the correct UDP port and that the network settings allow communication between devices. If it still doesn't work, double-check the configuration files or contact support.
C
C00lb0y
07-04-2023, 08:17 AM #5

Thanks for the suggestion about using dark mode. For the WoL monitor, you're likely trying to connect it to a different PC via network. Make sure you've set the correct UDP port and that the network settings allow communication between devices. If it still doesn't work, double-check the configuration files or contact support.

N
NALLE_PUH
Member
170
07-07-2023, 04:31 PM
#6
I've experimented with Wireshark but haven't managed to capture anything related to WoL.
N
NALLE_PUH
07-07-2023, 04:31 PM #6

I've experimented with Wireshark but haven't managed to capture anything related to WoL.

S
Selrahcc
Member
224
07-21-2023, 02:01 AM
#7
Execute it on the affected computer. The port in question is UDP port 9, and the default setting (9) should detect traffic when a magic packet arrives.
S
Selrahcc
07-21-2023, 02:01 AM #7

Execute it on the affected computer. The port in question is UDP port 9, and the default setting (9) should detect traffic when a magic packet arrives.