我遵循了Ubuntu (https://help.ubuntu.com/community/WakeOnLan)的指示,但没有结果。
值得注意的是,我的网卡是enp0s7而不是eth0,所以我用enp0s7代替了eth0。
在sudo ethtool enp0s7 | grep -i wake,我得到:
支持唤醒:g唤醒
同样在/etc/network/interfaces,我把这个
auto enp0s7
iface enp0s7 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
up ethtool -s enp0s7 wol g发布于 2016-06-21 17:38:20
终于找到了。问题出在BIOS上。
发布于 2016-05-21 14:21:07
这在Ubuntu 16.04 LTS上对我有效
在我的例子中,/etc/default/tlp是空的,所以我只编辑了/etc/default/halt和/etc/network/interfaces。
https://askubuntu.com/questions/774404
复制相似问题