라즈베리 파이에서 확인

$ 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 시도하면 다시 켜진다.

시놀로지 부럽지 않네? ㅎㅎ

'하드웨어 > Network 장비' 카테고리의 다른 글

BCM957810A1008G boot oprom  (0) 2025.02.11
BCM957810A1008G 10G nic 도착  (0) 2025.02.11
802.11ah HaLow  (0) 2023.11.27
CAN(controller area network)  (0) 2023.10.31
ubutun 22.04 에서 USB3.0 기가랜 속도 차이  (0) 2023.07.28
Posted by 구차니