HP x360 specre 立即退出暂停状态

HP x360 specre 立即退出暂停状态

我女儿的 HP x360 spectre 在运行 Linux 时出现问题。当她合上盖子时,它会挂起,不久后又恢复,然后留在包里。

我可以执行“systemctl suspend”,然后它就会暂停。但如果盖子关闭,它就会重新启动。

我可以在系统日志中看到这一点

Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4154.225957] Freezing user space processes ... (elapsed 0.120 seconds) done.
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4154.346805] OOM killer disabled.
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4154.346807] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4154.348767] printk: Suspending console(s) (use no_console_suspend to debug)
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4154.642790] ACPI: EC: interrupt blocked
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4157.541371] ACPI: EC: interrupt unblocked
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4158.703026] OOM killer enabled.
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4158.703031] Restarting tasks ...
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4158.707034] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4158.707812] done.
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4158.715306] pcieport 10000:e0:1d.0: AER: Corrected error received: 10000:e1:00.0
Feb 19 00:30:12 Spectre-x360-14 kernel: [ 4158.715324] nvme 10000:e1:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)

这似乎会导致出现问题:“ACPI:EC:中断解除阻止”

所以我猜测它与 ACPI 有关。

  • 我尝试更新 BIOS,但它声称是最新的。
  • BIOS 中没有 ACPI 设置。
  • 我尝试将这些添加到内核命令行 pci=noaer pcie_ports=native。
  • 我甚至尝试在 crontab 中运行“systemctl suspend”,但得到了相同的结果。

有人知道我下一步可以尝试什么吗?

Ubuntu:21.10

这是一台全新的机器。她之前有一台较旧的 x360 型号,运行良好,但很多 IO 都发生了变化。

HP Spectre x360 Convertible
14-ea0xxx
Productnumber 4A6L5EA#UUW

相关内容