Ubuntu 20.04デスクトップでWake on LANを設定しようとしています。
(私が知っている限り)BIOSでこの機能を有効にしました。
インターフェイスの詳細は次のとおりです。
user@pc:~$ sudo ethtool enp6s0
Settings for enp6s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/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
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: Unknown!
Duplex: Unknown! (255)
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: d
Wake-on: d
Current message level: 0x000060e4 (24804)
link ifup rx_err tx_err hw wol
Link detected: no
この行は、Wake-on: d
その機能が利用可能であることを示します。
ただし、マジックパッケージを有効にしようとすると、次のことが発生します。
sudo ethtool -s enp6s0 wol g
Cannot set new wake-on-lan settings: Operation not supported
not setting wol
ここで何が起こっているのか知っていますか?ありがとうございます。