红联Linux门户
Linux帮助

Ubuntu挂起后Wifi消失的解决方法

发布时间:2016-05-13 10:01:09来源:linux网站作者:Eve_Chen_SHALALA

我有时候会出现该问题,但不是每次。
最简单可行的方法是重启network-manager:

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.

STOP_SERVICES=””
改为:
STOP_SERVICES=”networking”


本文永久更新地址:http://www.linuxdiyf.com/linux/20595.html