Unsolved
This post is more than 5 years old
3 Posts
0
8577
April 9th, 2014 06:00
Alienware aurora x51 wake on lan
I am trying to configure this in the Bios. I can't find the setting under power management. Is wake on lan not possible for this computer? I have set this up for Dell xps desktop before.
thanks in advance
No Events found!


Alienware-Naomi
6 Operator
•
1.8K Posts
0
April 10th, 2014 19:00
Hi!
Please confirm the model and revision of your Alienware system and provide the BIOS version you currently have installed.
willckho
3 Posts
0
April 10th, 2014 22:00
Alienware x51 r2
bios version a02
Alienware-Naomi
6 Operator
•
1.8K Posts
0
April 17th, 2014 17:00
This system doesn't support wake on lan from the BIOS.
Tesla1856
10 Wizard
•
17.9K Posts
•
71.3K Points
0
April 17th, 2014 18:00
Even with BIOS support, WoL from completely OFF has always been troublesome to config and get working. Business-class machines with vPro-AMT work better from OFF.
On the other hand, waking from Windows Sleep-Mode is pretty easy to get working. Not sure if BIOS support is even required (since, even while S3 asleep, Windows is still loaded).
In Windows, just set wired network card to watch for Magic-Packet. Then, get yourself a little Command-Line program to send it a Magic-Packet (I do it from batch files).
REM www.depicus.com/wake-on-lan
REM wolcmd [mac address] [ip address] [subnet mask] [port number]
REM wolcmd 009027a324fe 195.188.159.20 255.255.255.0 8900
REM Wake Media Server
wolcmd 00452258EA68 192.168.2.8 255.255.255.0 7
ping 1.1.1.1 -n 1 -w 5000 > nul
REM PAUSE
"C:\Program Files\UltraVNC\vncviewer.exe" -config media-server.vnc