Aer*_*rik 9 laptop hibernate suspend panasonic-toughbook ubuntu-10.04
我在 Panasonic Toughbook CF-29 上安装了 Ubuntu Lucid。大多数事情都运行良好,但在 Gnome 下,暂停和休眠不起作用。有趣的是,在 Xubuntu 中,hibernate 确实有效。所以我的问题是双重的:
1) 如何解决 Gnome 桌面中的休眠功能故障(因为我知道笔记本电脑可以在 Ubuntu 中休眠),以及
2)如何解决挂起功能的问题?我看到了/var/log/pm-suspend.log,但这只是告诉我成功运行的东西......我有点卡在那里。
cwe*_*ske 10
一些提示位于https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume
$ dmesg|less
Run Code Online (Sandbox Code Playgroud)
通常有一个条目是什么应用程序导致暂停失败:
[32467.560058] Freezing of tasks failed after 20.01 seconds (1 tasks refusing to freeze, wq_busy=0):
[32467.560115] plasma-desktop D 0000000000000000 0 2065 1 0x00800004
...
Run Code Online (Sandbox Code Playgroud)
堆栈跟踪通常会告诉您问题可能出在哪里:
[32467.560155] [<ffffffff81087f00>] ? autoremove_wake_function+0x0/0x40
[32467.560163] [<ffffffffa016e523>] SendReceive+0x1a3/0x3b0 [cifs]
[32467.560169] [<ffffffffa0153c79>] CIFSSMBUnixQPathInfo+0x139/0x2b0 [cifs]
[32467.560176] [<ffffffffa016853d>] cifs_get_inode_info_unix+0x7d/0x1a0
Run Code Online (Sandbox Code Playgroud)
确保交换分区设置正确,请参阅https://help.ubuntu.com/community/SwapFaq