我已经在台式机和笔记本电脑上使用 Ubuntu、Xubuntu 和最近的 Lubuntu,没有出现任何问题。
我刚刚在一台旧的 HP nx9005 笔记本电脑上安装了 Lubuntu 15.04,它运行良好,但无法正常关闭。实际上,它会关闭但不会断电。
我尝试了许多论坛上建议的解决方案,但没有结果。通过 GUI 关闭命令或通过sudo init 0或sudo shutdown -P给我相同的结果:它关闭但不关闭电源。
最后两行是:
OK Reached target shutdown
(number) reboot: Power down
Run Code Online (Sandbox Code Playgroud)
并且不会触发断电。重启命令工作正常。
我试过编辑/etc/default/grub添加
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off
Run Code Online (Sandbox Code Playgroud)
或者
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=bios"
Run Code Online (Sandbox Code Playgroud)
或者
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=pci
Run Code Online (Sandbox Code Playgroud)
或者
GRUB_CMDLINE_LINUX="acpi_osi=\"Linux\""
Run Code Online (Sandbox Code Playgroud)
或者
GRUB_CMLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
Run Code Online (Sandbox Code Playgroud)
没有任何改进。电源按钮没有动作,计算机不会进入挂起模式。有什么建议?