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 [2022/07/06 23:31] frank repleace Edge to Edge1 |
products:sbc:common:configurations:wol [2024/08/06 03:09] (current) nick |
||
---|---|---|---|
Line 9: | Line 9: | ||
</ | </ | ||
- | ===== Ubuntu ===== | + | ===== Get Ethernet MAC Address ===== |
- | + | ||
- | ==== Get Ethernet MAC addres | + | |
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 '' |
- | ```sh | + | ```shell |
$ ifconfig | $ ifconfig | ||
eth0 Link encap: | eth0 Link encap: | ||
Line 38: | Line 36: | ||
HWaddr '' | HWaddr '' | ||
- | ==== Enable WOL ==== | + | ===== Enable WOL ===== |
- | === Enable with U-Boot === | + | ==== Enable with U-Boot |
By default Wake-On-LAN is disabled. So you’ll have to use the [[/ | By default Wake-On-LAN is disabled. So you’ll have to use the [[/ | ||
- | ```sh | + | ```shell |
kvim2# kbi trigger wol w 1 | kvim2# kbi trigger wol w 1 | ||
Line 52: | Line 50: | ||
If you want to check the WOL status, you can input: | If you want to check the WOL status, you can input: | ||
- | ```sh | + | ```shell |
kvim2# kbi trigger wol r | kvim2# kbi trigger wol r | ||
boot wol: enable | boot wol: enable | ||
``` | ``` | ||
- | === 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 74: | Line 76: | ||
- Power off. | - Power off. | ||
- Attempt to wake up, via a Ubuntu device on the same LAN. | - Attempt to wake up, via a Ubuntu device on the same LAN. | ||
- | - Install the wakeonlan tool. \\ ```sh | + | - Install the wakeonlan tool. \\ ```shell |
$ sudo apt-get install wakeonlan | $ sudo apt-get install wakeonlan | ||
``` | ``` | ||
- | - Wake up your VIM2 using it’s MAC Address. \\ ```sh | + | - Wake up your VIM2 using it’s MAC Address. \\ ```shell |
$ wakeonlan 98: | $ wakeonlan 98: | ||
``` | ``` | ||
+ | |||
===== See Also ===== | ===== See Also ===== | ||
[[/ | [[/ |