This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:common:configurations:wol [2023/03/23 05:08] xiong |
products:sbc:common:configurations:wol [2024/08/06 03:09] (current) nick |
||
---|---|---|---|
Line 9: | Line 9: | ||
</ | </ | ||
- | ===== Ubuntu ===== | + | ===== Get Ethernet MAC Address |
- | + | ||
- | ==== Get Ethernet MAC Address ==== | + | |
The Mac address is pasted onto the back of your SBC: | The Mac address is pasted onto the back of your SBC: | ||
Line 27: | Line 25: | ||
If the sticker has peeled-off, you can use following Terminal commands to get the MAC Address. | If the sticker has peeled-off, you can use following Terminal commands to get the MAC Address. | ||
- | On Ubuntu, type '' | + | Type '' |
```shell | ```shell | ||
Line 38: | Line 36: | ||
HWaddr '' | HWaddr '' | ||
- | ==== Enable WOL ==== | + | ===== Enable WOL ===== |
- | === Enable with U-Boot === | + | ==== Enable with U-Boot |
Line 57: | Line 55: | ||
``` | ``` | ||
- | === Enable with Ubuntu === | + | ==== Enable with Ubuntu |
You can enable WOL via the '' | You can enable WOL via the '' | ||
Line 67: | Line 65: | ||
{{products: | {{products: | ||
- | ==== Testing WOL ==== | + | ==== Enable with Android ==== |
+ | |||
+ | You can enable WOL in the '' | ||
+ | |||
+ | ===== Testing WOL ===== | ||
After doing the steps above, you can test the WOL function. | After doing the steps above, you can test the WOL function. | ||
Line 80: | Line 82: | ||
$ wakeonlan 98: | $ wakeonlan 98: | ||
``` | ``` | ||
- | |||
- | ===== Android ===== | ||
- | |||
- | Wake-On-LAN (WOL) is a protocol standard that allows your PC/ | ||
- | |||
- | Note: The operation of VIM2, VIM3 and Edge is almost the same, so this document will take VIM2 as an example. | ||
- | |||
- | VIM2, VIM3 and Edge are different from VIM1, as it supports the WOL-function. | ||
- | |||
- | Firstly, you have to connect VIM2 to your LAN, then get the Ethernet MAC address. | ||
- | |||
- | ==== Get Ethernet MAC address ==== | ||
- | |||
- | You can get it from Settings-> | ||
- | |||
- | {{/ | ||
- | |||
- | ==== Enable WOL ==== | ||
- | |||
- | You can enable WOL in the Setting-> | ||
- | |||
- | {{/ | ||
- | |||
- | ==== Test WOL ==== | ||
- | |||
- | 1) Connect VIM2 with LAN | ||
- | |||
- | 2) Power off VIM2 | ||
- | |||
- | 3) Attempt to wake up your VIM2 on Android. | ||
- | |||
- | *Download Wake-On-LAN Sender tool | ||
- | |||
- | {{/ | ||
- | |||
- | *Add a remote computer | ||
- | |||
- | {{/ | ||
- | |||
- | *Wake up VIM2 with this button | ||
- | |||
- | {{/ | ||
- | |||
- | *Note:On iPhone, you can search for wake on lan in the App Store. | ||