Changes

From Amahi Wiki
Jump to: navigation, search
27 bytes added ,  04:21, 22 October 2011
m
no edit summary
To enable Wake-On-Lan (WOL) on your hda:HDA
1. Enable WOL in the BIOS
4. Look for a line similar to this:
<code> Wake-on: g</code> 
This means that WOL by magic packets is enabled on that interface.
If the line is
<code>Wake-on: d</code>
then WOL is disabled. Activate it by running <code>ethtool -s eth1 wol g</code>
Wake-on: d then WOL is disabled. Activate it by running <code>ethtool -s eth0 wol g</code> If you don't find any line containing Wake-on at all, then your interface card doesn't support WOL, or the OS cannot detect it, or it's not enabled in the BIOS.
Check the ethtool man pages for a full explanation of the Wake-on options
7

edits