我检查过我的 Mac 在 MacOS 下支持 WOL,但
sudo ethtool wlp2s0b1
在 Arch 下运行(根据 Wiki),我只看到
Settings for wlp2s0b1:
Link detected: yes
并sudo ethtool -s wlp2s0b1 wol g
返回
Cannot get current wake-on-lan settings: Operation not supported
not setting wol
有任何想法吗?
答案1
使用 ethtool 进行 LAN 唤醒似乎不适用于 Wi-Fi。从他们的网站:
ethtool 是标准 Linux 实用程序,用于控制网络驱动程序和硬件,特别是有线以太网设备。
从名字上看wlp2s0b1
,它似乎是一个无线设备。检查正确的设备名称。
如果出现Operation not supported
(使用 sudo 或使用特权用户),驱动程序可能不支持 WOL。