Ubuntu长时间待机Wifi无法连接
-
重启网络
sudo service network-manager restart
-
修改配置文件
在/etc/default/acpi-support 里面找到 # Add services to this list to stop them before suspend and restart them in # the resume process.
1STOP_SERVICES="" 2替换为 3STOP_SERVICES="networking"