我已经在台式机和笔记本电脑上使用 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)
没有任何改进。电源按钮没有动作,计算机不会进入挂起模式。有什么建议?
我有一个新安装的 Lubuntu 14.04.1(forcepae在带有 Pentium M 处理器的笔记本电脑上安装了选项)。到目前为止,我发现的唯一问题是我无法关闭或重新启动笔记本电脑。它总是继续显示“Lubuntu”和一些点。按Esc它说
wait-for-state stop/waiting
* Stopping rsync daemon rsync [OK]
* Asking all remaining processes to terminate… [OK]
* Killing all remaining processes… [fail]
ModemManager [597] : <info> Caught signal, shutting down…
ModemManager [597] : <info> ModemManager is shut down
nm-dispatcher.action: Could not get the system bus. Make sure the message bus daemon is running! Message: Did not receive a reply. Possible causes: the remote application did not send a reply, the …Run Code Online (Sandbox Code Playgroud)