当前位置: 首页>>技术教程>>正文


暂停后网络问题

,

问题描述

自升级到 Ubuntu 13.10 后,我的华硕笔记本出现了一些问题:

  • 从挂起恢复后网络(wifi 和 lan)将无法工作。我看过很多关于此的帖子,但它们对我不起作用(将 iwlwifi 添加到加载模块列表中)。

我找不到关于那个问题的任何信息,而且我不知道去哪里解决这个问题。我可以添加任何信息吗?

最佳答案

听起来像错误 #1234469: Network does not come up after resuming from suspend

解决方法是运行:

sudo nmcli nm sleep false

此解决方法使用 nmcli 来更改 nm 的睡眠状态。

nmcli 是网络管理器 命令行 接口\nnm 是网络管理器

次佳答案

该解决方法对我不起作用。然而这有效:

\\n

I have still no solution but I have found a workaround:

\\n

Create a new shellscript named hibernate.sh. Open it with gedit and\\n paste the following code:

\\n

gnome-screensaver-command -l dbus-send --system --print-reply \\\\\\n    --dest="org.freedesktop.UPower" \\\\\\n    /org/freedesktop/UPower \\\\\\n    org.freedesktop.UPower.Suspend\\n

\\n

Save it and make it executable. If you want you can create a .desktop\\n file for it. When you run this script it will send your pc into\\n hibernate-mode including the lockscreen. When you wake your pc now\\n networking works. When you use sleep-mode or hibernate-mode the normal\\n way it doesn’t.

\\n

感谢克里斯托弗保罗在这里:https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212199

请注意,之后您需要重新启动系统一次(如果您的网络在执行脚本时由于挂起而中断)。然后它工作正常。

另请注意,此脚本会让您的电脑暂停,而不是休眠(名称可能会造成混淆)。

参考资料

本文由Ubuntu问答整理, 博文地址: https://ubuntuqa.com/article/13639.html,未经允许,请勿转载。