0. After intalling bookworm with default kernel, when I close my laptop lid and disconnect the charging cable, the battery will drain within a few hours. It seems the machine is not "sleeping" at all.
1. Switching `/sys/power/mem_sleep` to `[deep]`. After this, when I close my lid, the laptop will freeze with blank screen and keyboard light on, I have to "hard power cycle" by keeping holding power button for some seconds, and wait for the boot.
2. I upgraded kernel to 6.11, and let the computer sleep. Then it just powered down, not wake-able, and pressing the power button will start a cold boot.
3. I checked the system log, and several interesting partys:
Code: Select all
Oct 21 13:35:15.899773 Lain kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.CFSP], AE_NOT_FOUND (20240322/psarg>
Oct 21 13:35:15.899809 Lain kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.H_EC.TFN1._FST due to previous error (AE_NOT_FOUND) (2024032>
Oct 21 13:35:15.899824 Lain kernel: acpi INTC10A2:00: Get fan state failed
Oct 21 13:35:19.111972 Lain kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
Oct 21 13:59:22.724147 Lain kernel: PM: suspend entry (deep)
May I have some help debugging this issue?