挂起后 Ubuntu 14.04 恢复错误

the*_*uri 16 suspend toshiba-satellite

我最近在我的双启动(Windows 7)东芝卫星笔记本电脑中将我的 Ubuntu 从 12.04 更新到 14.04。更新后,只要笔记本电脑暂停一段时间,就无法恢复。当我尝试恢复笔记本电脑时,通过从 Grub 加载程序中选择 Ubuntu,登录屏幕会出现片刻变黑并继续来回几次,最终返回“暂停”。我必须硬启动系统才能进入 Ubuntu。下面我附上了崩溃报告的前几行:

ProblemType: KernelOops
Annotation: This occured during a previous hibernate and prevented it from resuming properly.
Architecture: i386
Date: Wed Apr 30 10:57:56 2014
DistroRelease: Ubuntu 14.04
ExecutablePath: /usr/share/apport/apportcheckresume
ExecutableTimestamp: 1397576330
Failure: hibernate/resume
InterpreterPath: /usr/bin/python3.4
Package: linux-image-3.13.0-24-generic
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcCwd: /
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
.....
Run Code Online (Sandbox Code Playgroud)

Ros*_*rny 2

解决方案对我有用(从我的个人手册中复制而来,未经修改)。我有 Lenovo T530,运行 Ubuntu 14.04;主线内核3.14.9;安装了 nvidia-331-updates 软件包 (331.38-0ubuntu7)。

=> 暂停/恢复对我来说效果很好。=> 我正在解决休眠后恢复的问题,解决方案:从笔记本电脑中弹出 SD 卡!:-|

我的评论对我有用(几个月前):

suspendResume_WORKING() {
# WIFI solution
# 1.) sudo vi /etc/pm/config.d/modules
# 2.) Replace SUSPEND_MODULES with this line:
#         SUSPEND_MODULES="$SUSPEND_MODULES uhci_hd button ehci_hd iwlwifi"

# SD card solution:
# 3.) Copy file from https://github.com/wschaub/T530-    settings/blob/master/pm/sleep.d/unmount_sdcard
#     to /etc/pm/sleep.d/unmount_sdcard
# 4.) chmod +x /etc/pm/sleep.d/unmount_sdcard

# ACPI solution:
# 5.) Replace lines in /etc/default/grub
#     GRUB_CMDLINE_LINUX_DEFAULT="noquiet nosplash acpi_osi=Linux acpi_backlight=vendor acpi_sleep=s4_nohwsig loop.max_part=63 loop.max_loop=64"
#     GRUB_CMDLINE_LINUX=""


# X.) sudo update-initramfs -u
# X+1.) sync; sudo reboot

}
Run Code Online (Sandbox Code Playgroud)


小智 1

我有类似的问题。我设法通过更改显卡驱动程序使休眠功能再次工作。在附加驱动程序下,我有以下内容:

  1. NVIDIA 二进制驱动程序 331.113 - 导致上述错误
  2. NVIDIA 旧版二进制驱动程序 304.125 - hibernate 与此兼容
  3. Nouveau 显示驱动程序 - - hibernate 可以使用此驱动程序,但我会收到与 hibernate 无关的其他错误

下面是我的崩溃日志的片段。

问题类型:KernelOops 注释:此问题发生在之前的休眠期间,导致其无法正常恢复。架构:amd64 日期:Mon Jan 5 09:20:38 2015 DistroRelease:Ubuntu 14.04 ExecutablePath:/usr/share/apport/apportcheckresume ExecutableTimestamp:1414700591 失败:hibernate/resume InterpreterPath:/usr/bin/python3.4 软件包:linux-图像3.13.0-43-通用3.13.0-43.72