하드웨어/Network 장비
ethtool wol mode
구차니
2024. 8. 7. 11:40
라즈베리 파이에서 확인
$ sudo ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Supported pause frame use: Symmetric Receive-only Supports auto-negotiation: Yes Supported FEC modes: Not reported Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Advertised FEC modes: Not reported Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Link partner advertised pause frame use: Symmetric Receive-only Link partner advertised auto-negotiation: Yes Link partner advertised FEC modes: Not reported Speed: 100Mb/s Duplex: Full Auto-negotiation: on Port: Twisted Pair PHYAD: 1 Transceiver: internal MDI-X: Unknown Supports Wake-on: pumbag Wake-on: d Current message level: 0x00000007 (7) drv probe link Link detected: yes $ sudo ethtool -s eth0 wol u $ sudo ethtool eth0 | grep -i wake Supports Wake-on: pumbag Wake-on: u |
The Wake-on values define what activity triggers wake up: d (disabled) p (PHY activity) u (unicast activity) m (multicast activity) b (broadcast activity) a (ARP activity) g (magic packet activity) |
[링크 : https://unix.stackexchange.com/questions/421325/wake-on-lan-via-ssh]
+
2024.08.16
3세대 데스크탑을 이용해서 테스트 해보니,
wake by PCI-E를 활성화 해주어야 하고 위의 명령을 주고 나서 종료한뒤 ssh 시도하면 다시 켜진다.
시놀로지 부럽지 않네? ㅎㅎ