Wake On LAN not working for X570 Phantom Gaming 4
Printed From: ASRock.com
Category: Technical Support
Forum Name: AMD Motherboards
Forum Description: Question about ASRock AMD motherboards
URL: https://forum.asrock.com/forum_posts.asp?TID=13361
Printed Date: 05 Feb 2025 at 4:42pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Wake On LAN not working for X570 Phantom Gaming 4
Posted By: Randar
Subject: Wake On LAN not working for X570 Phantom Gaming 4
Date Posted: 06 Jan 2020 at 8:00am
I've been trying for months to get the Wake On LAN to work for my X570 Phantom Gaming 4 running Windows 10. My only theory is that I'm not using the right port as the documentation does not indicate which port to use. I've tried port 9 and 4343. Can somebody confirm the port?
Here is what I have done:
- Turned "PCIE Devices Power On" in BIOS - Disabled "Turn on fast startup" in Power and Sleep - In the Intel ProSet Adapter Configuration Utility, I have enabled Wake on Magic Packet, Wake on Magic Packet from power-off state - Tried using it with Windows Firewall turned fully off, so it's not blocking packets. - When the computer is on, I confirmed using Wake-on-LAN Packet sniffer that the packets are being received by the host computer.
From the client computer, I'm using WolCmd.exe. Here is the PowerShell script I've written. When the computer is sleeping, and I run this from the client, it won't startup.
$computer = "LIVINGPC2" $wake_on_lan_port = 9
& 'C:\Network\WolCmd.exe' 71-86-C2-F1-6D-53 192.168.2.2 255.255.255.0 ${wake_on_lan_port}
|
Replies:
Posted By: FlyingMongoose
Date Posted: 25 Jan 2020 at 6:38pm
Took me a while to get this figured and the in BIOS description isn't all that great, but in the Boot section is "Boot from Onboard LAN", this needs enabled too...
Seems kind of counter intuitive if PCI-E enables it but I guess they separated that in a way.
|
Posted By: Randar
Date Posted: 27 Jan 2020 at 11:24am
After a lot of trial and error, I managed to get Wake On LAN working.
- Instead of using WolCmd.exe, I am using WakeMeOnLan (https://www.nirsoft.net/utils/wake_on_lan.html). Not sure why WolCmd.exe did not work. - Used the computer name instead of the MAC address. I don't know why, but using the MAC never worked. - It does not seem to startup reliably, so I?™m looping in a way that it is called over and over until the computer starts up - I am not sure it was required, but I also changed ?œOnly allow a magic packet to wake the computer??to true on the Power Management tab of the network adapter property. - I also did confirm that the default port is 7
So it seemed to be a number of things until it worked.
|
Posted By: vaindil
Date Posted: 31 Aug 2021 at 6:56am
Sorry to necro this thread but it's near the top of search results for this problem.
I'm on an X570 Pro4, basically the same board, and I also had to enable the "Enable PME" setting in the network adapter's Advanced tab. Once I had that enabled (along with everything else mentioned above), WOL started working.
|
|