Jump to content

I recently built a server. When purchasing the Motherboard, I thought it came with WOL capability. Now that I have the server built, I can not find the option in the BIOS. My question is, does anyone know of a PCIe card I can install that would get me to WOL capabilities?

 

Supermicro mbd-x10sra-0

Intel E5-1650-V4

32 gigs of DDR4 ECC memory at 2400mhz

550 watt power supply

1 gig Sata SSD

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/
Share on other sites

Link to post
Share on other sites

2 minutes ago, Tophellcat said:

I am not sure. I am new to this part of computers.

Try that. I took a quick look at your manual and that is my initial guess. Not all boards just say "WOL". Even when you add a card you may not get a "WOL" option to enable it. I have some boards where it's obvious, some not so obvious. 

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15754740
Share on other sites

Link to post
Share on other sites

Which OS are you running?

 

If linux, check with 'ethtool' if it's supported. You should get a lines like:

Supports Wake-on: pumbg
Wake-on: g

 

If it's missing 'g' for 'wake-on', it will not work.

I had to add udev rule with following line to enable wake on LAN on my Linux server:

ACTION=="add", SUBSYSTEM=="net", NAME=="enp*", RUN+="/usr/bin/ethtool -s $name wol g"

 

After that, you can wake Linux server with WoL (magic packet).

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15755137
Share on other sites

Link to post
Share on other sites

On 1/16/2023 at 7:42 PM, OhioYJ said:

Try that. I took a quick look at your manual and that is my initial guess. Not all boards just say "WOL". Even when you add a card you may not get a "WOL" option to enable it. I have some boards where it's obvious, some not so obvious. 

So if it has EUP, I should disable it?

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15757941
Share on other sites

Link to post
Share on other sites

On 1/17/2023 at 4:15 AM, Nick7 said:

Which OS are you running?

 

If linux, check with 'ethtool' if it's supported. You should get a lines like:

Supports Wake-on: pumbg
Wake-on: g

 

If it's missing 'g' for 'wake-on', it will not work.

I had to add udev rule with following line to enable wake on LAN on my Linux server:

ACTION=="add", SUBSYSTEM=="net", NAME=="enp*", RUN+="/usr/bin/ethtool -s $name wol g"

 

After that, you can wake Linux server with WoL (magic packet).

I am running Windows 10 Pro

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15757942
Share on other sites

Link to post
Share on other sites

7 hours ago, Tophellcat said:

So if it has EUP, I should disable it?

When I briefly looked at your manual it appears that may make WOL work. That is what I would try. You should have that option in there. From what I read that appears to be at least part of the puzzle.

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15758258
Share on other sites

Link to post
Share on other sites

3 hours ago, OhioYJ said:

When I briefly looked at your manual it appears that may make WOL work. That is what I would try. You should have that option in there. From what I read that appears to be at least part of the puzzle.

And if not you can just buy a remote trigger power button. Those are funnily enough basically always more reliable than a wol feature.

 

Unless you have a management engine always running like hp, dell,... has

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15758493
Share on other sites

Link to post
Share on other sites

13 hours ago, OhioYJ said:

When I briefly looked at your manual it appears that may make WOL work. That is what I would try. You should have that option in there. From what I read that appears to be at least part of the puzzle.

The motherboard does have an EuP option. I disabled it. I did try to send a secret packet (could have said the wrong thing) and it still did not work. 

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15759381
Share on other sites

Link to post
Share on other sites

Sometimes the BIOS option won't be named "wake on LAN," on my Asus motherboards it's called "power on by PCIe devices." You need to turn that on. You can also use a network traffic monitoring program on the computer you're trying to wake to verify that it's receiving the magic packets (ensuring that you have the correct MAC address and port).

Main rig:

Spoiler

CPU: AMD Ryzen 9 5900X

GPU: Sapphire RX 6800XT

RAM: 2x16GB DDR4

Motherboard: Asus ROG B550-I

Storage: 2TB Samsung 980 PRO NVMe, 4TB WD Blue HDD

PSU: Corsair RM850x

Case: Fractal Torrent Nano

OS: Linux Mint 20.2 Cinnamon

NAS:

Spoiler

CPU: AMD Ryzen 4600G

Motherboard: ASRock Rack X470D4U

RAM: 2x16GB DDR4

Storage:

  • Boot: 16GB Supermicro SATADOM
  • Pool 1: 2x6TB WD Red Plus HDD mirrored, for bulk storage
  • Pool 2: 2x500GB NVMe SSD mirrored, for apps like Plex and Adguard Home

PSU: Be Quiet SFX-L 600W

Case: Silverstone CS351

OS: TrueNAS SCALE

 

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15760474
Share on other sites

Link to post
Share on other sites

On 1/19/2023 at 8:33 AM, jaslion said:

And if not you can just buy a remote trigger power button. Those are funnily enough basically always more reliable than a wol feature.

 

Unless you have a management engine always running like hp, dell,... has

I was just looking for one of those as I had my machine lock up on me while in another state. Do you have a recommendation or a Amazon link to one? I couldn't find any that work over VPN they all used like car remotes. 

Link to comment
https://linustechtips.com/topic/1481702-wake-on-lan/#findComment-15762794
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×