我检查了我的Mac是否支持MacOS下的WOL,但是在Arch下运行sudo ethtool wlp2s0b1 (根据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有什么想法吗?
发布于 2016-07-26 19:35:59
唤醒局域网上的伦理工具似乎不适用于Wi。在其网站上:
ethtool是用于控制网络驱动程序和硬件的标准Linux实用程序,尤其是用于有线以太网设备。
从它的名字,wlp2s0b1,它似乎是一个无线设备。检查正确的设备名称。
如果您获得Operation not supported (使用sudo或特权用户),则驱动程序可能不支持WOL。
https://unix.stackexchange.com/questions/298458
复制相似问题