I use poweroff like in the doc, and no led are on after this command.
For the test here is the result of the first test with odroid n2 on :
From my Windows 10 WSL Ubuntu bash :
Code: Select all
~$ wakeonlan 00:1e:06:42:01:47
Sending magic packet to 255.255.255.255:9 with 00:1e:06:42:01:47
From the odroid N2 :
Code: Select all
root@odroid:~# tcpdump -i eth0 -v -X port 9
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
19:16:42.021581 IP (tos 0x0, ttl 128, id 49906, offset 0, flags [none], proto UDP (17), length 130)
bigwhaly.lan.65523 > 255.255.255.255.discard: UDP, length 102
0x0000: 4500 0082 c2f2 0000 8011 021f c0a8 b4b1 E...............
0x0010: ffff ffff fff3 0009 006e 0f4b ffff ffff .........n.K....
0x0020: ffff 001e 0642 0147 001e 0642 0147 001e .....B.G...B.G..
0x0030: 0642 0147 001e 0642 0147 001e 0642 0147 .B.G...B.G...B.G
0x0040: 001e 0642 0147 001e 0642 0147 001e 0642 ...B.G...B.G...B
0x0050: 0147 001e 0642 0147 001e 0642 0147 001e .G...B.G...B.G..
0x0060: 0642 0147 001e 0642 0147 001e 0642 0147 .B.G...B.G...B.G
0x0070: 001e 0642 0147 001e 0642 0147 001e 0642 ...B.G...B.G...B
0x0080: 0147
From the raspberry pi :
Code: Select all
osmc@osmc:~$ sudo tcpdump -i eth0 -v -X port 9
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
21:16:42.033367 IP (tos 0x0, ttl 128, id 49906, offset 0, flags [none], proto UDP (17), length 130)
bigwhaly.lan.65523 > 255.255.255.255.discard: UDP, length 102
0x0000: 4500 0082 c2f2 0000 8011 021f c0a8 b4b1 E...............
0x0010: ffff ffff fff3 0009 006e 0f4b ffff ffff .........n.K....
0x0020: ffff 001e 0642 0147 001e 0642 0147 001e .....B.G...B.G..
0x0030: 0642 0147 001e 0642 0147 001e 0642 0147 .B.G...B.G...B.G
0x0040: 001e 0642 0147 001e 0642 0147 001e 0642 ...B.G...B.G...B
0x0050: 0147 001e 0642 0147 001e 0642 0147 001e .G...B.G...B.G..
0x0060: 0642 0147 001e 0642 0147 001e 0642 0147 .B.G...B.G...B.G
0x0070: 001e 0642 0147 001e 0642 0147 001e 0642 ...B.G...B.G...B
0x0080: 0147 .G
and now after the poweroff :
From my Windows 10 WSL Ubuntu bash :
Code: Select all
~$ wakeonlan 00:1e:06:42:01:47
Sending magic packet to 255.255.255.255:9 with 00:1e:06:42:01:47
From the raspberry pi :
Code: Select all
osmc@osmc:~$ sudo tcpdump -i eth0 -v -X port 9
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
21:20:55.303838 IP (tos 0x0, ttl 128, id 49915, offset 0, flags [none], proto UDP (17), length 130)
bigwhaly.lan.59040 > 255.255.255.255.discard: UDP, length 102
0x0000: 4500 0082 c2fb 0000 8011 0216 c0a8 b4b1 E...............
0x0010: ffff ffff e6a0 0009 006e 289e ffff ffff .........n(.....
0x0020: ffff 001e 0642 0147 001e 0642 0147 001e .....B.G...B.G..
0x0030: 0642 0147 001e 0642 0147 001e 0642 0147 .B.G...B.G...B.G
0x0040: 001e 0642 0147 001e 0642 0147 001e 0642 ...B.G...B.G...B
0x0050: 0147 001e 0642 0147 001e 0642 0147 001e .G...B.G...B.G..
0x0060: 0642 0147 001e 0642 0147 001e 0642 0147 .B.G...B.G...B.G
0x0070: 001e 0642 0147 001e 0642 0147 001e 0642 ...B.G...B.G...B
0x0080: 0147
the packet was received on the other computer but not the wake on lan didn't work.