最近我的笔记本电脑出了点问题。合上盖子后它完美地挂起,打开盖子后一切正常。
问题是,现在当我挂起笔记本电脑(或合上盖子)时,笔记本电脑会冻结。屏幕变黑(但很亮,没有关闭),笔记本电脑保持开机状态。我尝试将驱动程序更改为 NVIDIA 驱动程序(例如这里),但没什么新意,而且我也尝试过改变sudo gedit /etc/default/grub
,但还是一样。
我还想指出,我最近在 VirtualBox 中安装了几个虚拟机,因此我必须启用虚拟化和以不安全模式启动,以防它与我的问题有关。
而且,有几次我Freezing of tasks failed after 20.01 seconds (3 tasks refusing to freeze, wq_busy=0)
在暂停后仍能读到消息。
我将非常感谢您的帮助。
技术细节:
- 联想 U31
- 英特尔酷睿 i5 5200U CPU 2.20 GHz
- Linux 4.10.0-32-通用
更新:一些输出。
jorge@jorge-Lenovo-U31-70:~$ ls -alt /var/crash/
total 2656
drwxrwsrwt 2 root whoopsie 4096 ago 16 18:14 .
-rwxrwxrwx 1 root whoopsie 0 ago 16 18:14 .lock
-rw------- 1 whoopsie whoopsie 0 ago 12 18:16 _usr_lib_virtualbox_VirtualBox.0.uploaded
-rw-r--r-- 1 root whoopsie 0 ago 12 18:16 _usr_lib_virtualbox_VirtualBox.0.upload
-rw-r----- 1 root whoopsie 2660216 ago 12 18:15 _usr_lib_virtualbox_VirtualBox.0.crash
-rw------- 1 whoopsie whoopsie 0 ago 12 14:52 _usr_sbin_update-apt-xapian-index.0.uploaded
-rw-r--r-- 1 root whoopsie 0 ago 12 14:52 _usr_sbin_update-apt-xapian-index.0.upload
-rw-r----- 1 root whoopsie 45613 ago 12 14:52 _usr_sbin_update-apt-xapian-index.0.crash
drwxr-xr-x 13 root root 4096 ago 12 14:40 ..
jorge@jorge-Lenovo-U31-70:~$ free -h
total used free shared buff/cache available
Memoria: 7,7G 660M 6,5G 137M 590M 6,7G
Swap: 7,9G 0B 7,9G
jorge@jorge-Lenovo-U31-70:~$ swapon -s
Filename Type Size Used Priority
/dev/sda3 partition 8299516 0 -1
jorge@jorge-Lenovo-U31-70:~$ sudo blkid
/dev/sda1: UUID="8BFC-B5D5" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="afdaf7bb-755c-46d8-80d2-247bec22b9c3"
/dev/sda2: UUID="99c6efde-2951-471d-954e-9250b95605d6" TYPE="ext4" PARTUUID="24463a23-fe3d-4904-b687-ee2a0bed4968"
/dev/sda3: UUID="85f4ca7a-9e8f-42c1-ab7d-765e18fae6a4" TYPE="swap" PARTUUID="39c2bbcd-4868-477b-8c31-3032c613c201"
jorge@jorge-Lenovo-U31-70:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=99c6efde-2951-471d-954e-9250b95605d6 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=8BFC-B5D5 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=85f4ca7a-9e8f-42c1-ab7d-765e18fae6a4 none swap sw 0 0
今天 16 点之前,我经历了多次死机。死机时,按 ESC 键,屏幕上不会显示任何文本,但如果我按电源按钮,屏幕上就会出现基本符号(就像在启动时一样),如果我在那里按 ESC,就会得到一些文本:
答案1
在terminal
...
cat /etc/initramfs-tools/conf.d/resume
# 如果存在,则显示内容dpkg -l intel-microcode | grep ii
# 查看是否已安装,若未安装:sudo dpkg -i intel-microcode
sudo cp /etc/fstab /etc/fstab.bak
# 备份 fstab 文件gksudo gedit /etc/fstab
# 编辑 fstab
更改此行:
UUID=8BFC-B5D5 /boot/efi vfat umask=0077 0 1
更改为:
UUID=8BFC-B5D5 /boot/efi vfat defaults 0 1
然后重新启动。重新测试暂停。
去https://www.memtest86.com/下载免费内存诊断程序并运行至少一次完整传球。
更新#1:
- 启动
Disks
应用程序 - 在左侧窗格中选择磁盘
- 点击“汉堡”图标
- 选择
SMART Data & Tests
- 审查数据
- 运行测试
更新 #2:
/etc/initramfs-tools/conf.d/resume
看起来不错- 我们安装了
intel-microcode
在terminal
...
sudo apt-get update
sudo apt-get install intel-microcode
更新 #3:
- 去https://www.memtest86.org
- 下载免费内存诊断程序
- 至少完成一次传球
更新 #4:
- 检查主板 BIOS 版本,并访问制造商的网站,确保它是您的品牌/型号的最新版本。如果不是,请尽快更新。
更新 #5:
- 我们发现,当我们断开无线连接并使用有线连接时,不会出现暂停问题
- 我们卸载了污染内核的 Broadcom WL 内核模块
- 我们还将替换 r8169 驱动程序
在terminal
...
sudo apt-get purge bcmwl-kernel-source
pending sudo apt-get install r8168-dkms
pending BIOS update