Alexander / Aebian

Who am I?

Musician, Programmer, Linux Geek and what not.  more...


The Categories



Stuff

Arma CodeList
GitHub Projects
Media (Gallery)
Privacy Policy
My Hardware
My Wishlist


October 22nd at 10:40pm
Report a website issue
For best viewing experience use a 4k screen.

nethavn Logo

❬ Back to Blog


Fixing Wake On LAN


Does your Wake On LAN (WoL) work? If not try these steps to solve your problem.

Greetings,

In the past I had the issue that my Wake On LAN was not functioning. Windows more or less disabled the ehternet adapter on shutdown.


BIOS Settings (done on ASUS UEFI in my case):

Set Advanced\APM Configuration\ErP Ready = DISABLED
Set Advanced\APM Configuration\Power on by PCI-E = ENABLED



Windows Settings you need to change:

Run a CMD as Admin and execute the following registry commandlet:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F

Open the "Network & Sharing Center" and set the following settings:

Power Settings:
nic_pwm_xx.png

Set Enable PME = ENABLED
Set Energy Efficient Ethernet = DISABLED
Wake on Magic Packet = ENABLED
Wake on Pattern Match = ENABLED

nic_windows.png


After that reboot the system. When done shutdown the system. WoL should work now.


Regards,

Aebian