With ubuntu 24.04 My AMD laptop cannot suspend at all.
- I enable the secureboot so no suspend to disk
- the amd_pcm always said it cannot reach deepest state
- I tried to boot into console without any graphic, run systemctl suspend, the bahaviour is the same
- I tried both 6.8 GA and 6.11 HWE, the effect is the same
DISTRIB_DESCRIPTION=“Ubuntu 24.04.2 LTS”
6.8.0-55-generic
6.11.0-17-generic
Mar 11 13:03:26 kernel: Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
Mar 11 13:03:36 kernel: Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
Mar 11 13:03:45 kernel: Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
Mar 11 13:03:45 kernel: Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
Mar 11 13:03:45 kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Mar 11 13:03:46 kernel: rfkill: input handler enabled
Mar 11 13:03:48 kernel: PM: suspend entry (s2idle)
Mar 11 13:03:48 kernel: Filesystems sync: 0.013 seconds
Mar 11 13:03:50 kernel: Freezing user space processes
Mar 11 13:03:50 kernel: Freezing user space processes completed (elapsed 0.002 seconds)
Mar 11 13:03:50 kernel: OOM killer disabled.
Mar 11 13:03:50 kernel: Freezing remaining freezable tasks
Mar 11 13:03:50 kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Mar 11 13:03:50 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Mar 11 13:03:50 kernel: ACPI: EC: interrupt blocked
Mar 11 13:03:50 kernel: amd_pmc AMDI0009:00: Last suspend didn't reach deepest state
Mar 11 13:03:50 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.ACDC.RTAC], AE_NOT_FOUND (20230628/psargs-332)
Mar 11 13:03:50 kernel:
Mar 11 13:03:50 kernel:
Initialized Local Variables for Method [_DSM]:
Mar 11 13:03:50 kernel: Local0: 00000000bd875e3e <Obj> Integer 0000000000000001
Mar 11 13:03:50 kernel:
Mar 11 13:03:50 kernel: Initialized Arguments for Method [_DSM]: (4 arguments defined for method invocation)
Mar 11 13:03:50 kernel: Arg0: 00000000284ce5c8 <Obj> Buffer(16) 56 0D E0 11 64 CE CE 47
Mar 11 13:03:50 kernel: Arg1: 00000000088dd3bb <Obj> Integer 0000000000000000
Mar 11 13:03:50 kernel: Arg2: 000000003b25eef7 <Obj> Integer 0000000000000004
Mar 11 13:03:50 kernel: Arg3: 00000000c1a5e76e <Obj> Package 00000000c1a5e76e
Mar 11 13:03:50 kernel:
Mar 11 13:03:50 kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
Mar 11 13:03:50 kernel: ACPI: EC: interrupt unblocked
Mar 11 13:03:50 kernel: [drm] PCIE GART of 512M enabled (table at 0x000000807FD00000).
at the early boot phase there is also a lot of acpi error, but usually they do not really cause problem:
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2.WWAN], AE_NOT_FOUND (20230628/dswload2-162)
Mar 11 13:01:31 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6.WLAN._DSM], AE_ALREADY_EXISTS (20230628/dswload2-326)
Mar 11 13:01:31 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6._S0W], AE_ALREADY_EXISTS (20230628/dswload2-326)
Mar 11 13:01:31 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6._PRW], AE_ALREADY_EXISTS (20230628/dswload2-326)
Mar 11 13:01:31 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6.WLAN.PCIC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Mar 11 13:01:31 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6.WLAN.DVID], AE_ALREADY_EXISTS (20230628/dsfield-637)
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6.WLAN.DDID], AE_ALREADY_EXISTS (20230628/dsfield-637)
Mar 11 13:01:31 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6.WLAN._S0W], AE_ALREADY_EXISTS (20230628/dswload2-326)
Mar 11 13:01:31 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
inspired by ACPI Error AE_NOT_FOUND GPE.PL6B
I checked the table and find it does have many windows version in there, so I added "acpi_osi=Windows 2015" acpi.ec_no_wakeups=1
to boot. but nothing changes. There is no _SB.ACDC.RTAC
in the DSDT anyway, but the kernel want to use it anyway. I do
sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows
Windows 2001
Windows 2001.1
Windows 2001 SP1
Windows 2001 SP2
Windows 2001 SP3
Windows 2006
Windows 2006 SP1
Windows 2009
Windows 2012
Windows 2013
Microsoft Windows NT
Microsoft Windows
Microsoft WindowsME: Millennium Edition
Windows 2001
Windows 2001.1
Windows 2001 SP1
Windows 2001 SP2
Windows 2001 SP3
Windows 2006
Windows 2006 SP1
Windows 2009
Windows 2012
Windows 2013
Windows 2015
Microsoft Windows
Microsoft WindowsME: Millennium Edition
Microsoft Windows NT
Windows 2009
Windows 2015
I do not now if this https://community.frame.work/t/responded-amd-loses-battery-overnight/39420 is still relavent.
2025-03-11 13:36:02,156 INFO: Ubuntu 24.04.2 LTS
2025-03-11 13:36:02,156 INFO: Kernel 6.11.0-19-generic
2025-03-11 13:36:02,157 DEBUG: BAT0 charge level is 5200000 µAh
2025-03-11 13:36:02,157 INFO: Battery BAT0 (OEM standard) is operating at 100.00% of design
2025-03-11 13:36:02,168 DEBUG: Thermal zones
2025-03-11 13:36:02,168 DEBUG: ├─ LNXTHERM:00
2025-03-11 13:36:02,168 DEBUG: │ temp: 41.0°C
2025-03-11 13:36:02,168 DEBUG: │ critical trip: 114.0°C
2025-03-11 13:36:02,169 DEBUG: └─ LNXTHERM:01
2025-03-11 13:36:02,169 DEBUG: temp: 41.0°C
2025-03-11 13:36:02,169 DEBUG: critical trip: 110.0°C
2025-03-11 13:36:02,169 INFO: Checking prerequisites for s2idle
2025-03-11 13:36:02,169 INFO: Logs are provided via systemd
2025-03-11 13:36:02,195 DEBUG: CPU core count: 16 max: 8192
2025-03-11 13:36:02,195 INFO: AMD Ryzen 7 8845HS w/ Radeon 780M Graphics (family 19 model 75)
2025-03-11 13:36:02,195 INFO: ASPM policy set to ‘default’
2025-03-11 13:36:02,195 DEBUG: SMT control: on
2025-03-11 13:36:02,195 INFO: SMT enabled
2025-03-11 13:36:02,195 INFO: LPS0 _DSM enabled
2025-03-11 13:36:02,324 INFO: ACPI FADT supports Low-power S0 idle
2025-03-11 13:36:02,325 DEBUG: /sys/module/gpiolib_acpi/parameters/ignore_wake is not configured
2025-03-11 13:36:02,325 DEBUG: /sys/module/gpiolib_acpi/parameters/ignore_interrupt is not configured
2025-03-11 13:36:02,325 DEBUG: /proc/cmdline: “acpi_osi=Windows 2013” acpi.ec_no_wakeups=1 nvidia_drm.modeset=0
2025-03-11 13:36:02,325 DEBUG: LOGIND: no configuration changes
2025-03-11 13:36:02,327 DEBUG: kwin_wayland compositor is running
2025-03-11 13:36:02,328 DEBUG: New enough kernel to avoid HSMP check
2025-03-11 13:36:02,360 INFO: PMC driver
amd_pmc
loaded (Program 0 Firmware 76.87.0)
2025-03-11 13:36:02,365 INFO: USB3 driver
xhci_hcd
bound to 0000:06:00.3
2025-03-11 13:36:02,365 INFO: USB3 driver
xhci_hcd
bound to 0000:06:00.4
2025-03-11 13:36:02,365 INFO: USB3 driver
xhci_hcd
bound to 0000:08:00.3
2025-03-11 13:36:02,366 INFO: USB3 driver
xhci_hcd
bound to 0000:08:00.4
2025-03-11 13:36:02,371 INFO: WLAN driver
iwlwifi
bound to 0000:03:00.0
2025-03-11 13:36:02,375 INFO: GPU driver
amdgpu
bound to 0000:06:00.0
2025-03-11 13:36:02,492 INFO: System is configured for s2idle
2025-03-11 13:36:02,495 DEBUG: New enough kernel to avoid NVME check
2025-03-11 13:36:02,497 INFO: GPIO driver
pinctrl_amd
available
2025-03-11 13:36:02,498 DEBUG: Winblue GPIO 0 debounce: disabled
2025-03-11 13:36:05,203 INFO: | ![]() rtc_cmos configured to use CMOS alarm |
---|---|
2025-03-11 13:36:18,860 DEBUG: | Suspend timer programmed for 0:00:10 |
2025-03-11 13:36:18,862 DEBUG: | ACPI Lid (/proc/acpi/button/lid/LID1/state): open |
2025-03-11 13:36:20,866 INFO: | Started at 2025-03-11 13:36:20.866782 (cycle finish expected @ 2025-03-11 13:36:34.866797) |
2025-03-11 13:36:20,867 DEBUG: | Enabled ACPI debugging for ACPI_LV_INFO/ACPI_EVENTS |
2025-03-11 13:36:23,334 ERROR: | ![]() |
2025-03-11 13:36:25,335 INFO: Results from last s2idle cycle
2025-03-11 13:36:26,836 DEBUG: PM: suspend entry (s2idle)
2025-03-11 13:36:26,836 DEBUG: Filesystems sync: 0.035 seconds
2025-03-11 13:36:26,837 DEBUG: Freezing user space processes
2025-03-11 13:36:26,837 DEBUG: Freezing user space processes completed (elapsed 0.002 seconds)
2025-03-11 13:36:26,837 DEBUG: OOM killer disabled.
2025-03-11 13:36:26,837 DEBUG: Freezing remaining freezable tasks
2025-03-11 13:36:26,837 DEBUG: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
2025-03-11 13:36:26,837 DEBUG: printk: Suspending console(s) (use no_console_suspend to debug)
2025-03-11 13:36:26,837 DEBUG: r8169 0000:02:00.0 enp2s0: Link is Down
2025-03-11 13:36:26,837 DEBUG: PM: suspend of devices complete after 956.618 msecs
2025-03-11 13:36:26,837 DEBUG: PM: start suspend of devices complete after 957.666 msecs
2025-03-11 13:36:26,837 DEBUG: Disabling GPIO #3 interrupt for suspend.
2025-03-11 13:36:26,838 DEBUG: PM: late suspend of devices complete after 1.937 msecs
2025-03-11 13:36:26,838 DEBUG: ACPI: EC: interrupt blocked
2025-03-11 13:36:26,838 DEBUG: PM: noirq suspend of devices complete after 249.624 msecs
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP1: LPI: Device not power manageable
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP8: LPI: Device not power manageable
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP5: LPI: Device not power manageable
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP6: LPI: Constraint not met; min power state:D1 current power state:D0
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP7: LPI: Device not power manageable
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP7.DEV0: LPI: Device not power manageable
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP5.RLAN: LPI: Device not power manageable
2025-03-11 13:36:26,838 DEBUG: ACPI: _SB_.PCI0.GPP6.WLAN: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PCI0.GP18.NPU_: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.I2CB.TPAD: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C000: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C001: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C002: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C003: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C004: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C005: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C006: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C007: LPI: Device not power manageable
2025-03-11 13:36:26,839 DEBUG: ACPI: _SB_.PLTF.C008: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PLTF.C009: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PLTF.C00A: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PLTF.C00B: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PLTF.C00C: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PLTF.C00D: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PLTF.C00E: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PLTF.C00F: LPI: Device not power manageable
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PEP_: Successfully transitioned to state screen off
2025-03-11 13:36:26,840 DEBUG: PM: Triggering wakeup from IRQ 7
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PEP_: Successfully transitioned to state lps0 ms entry
2025-03-11 13:36:26,840 DEBUG: ACPI: _SB_.PEP_: Successfully transitioned to state lps0 entry
2025-03-11 13:36:26,840 DEBUG: PM: suspend-to-idle
2025-03-11 13:36:26,841 DEBUG: ACPI: PM: Wakeup unrelated to ACPI SCI
2025-03-11 13:36:26,841 DEBUG: PM: resume from suspend-to-idle
2025-03-11 13:36:26,841 DEBUG: amd_pmc AMDI0009:00: Last suspend didn’t reach deepest state
2025-03-11 13:36:26,841 DEBUG: ACPI: _SB_.PEP_: Successfully transitioned to state lps0 exit
2025-03-11 13:36:26,841 DEBUG: ACPI: _SB_.PEP_: Successfully transitioned to state lps0 ms exit
2025-03-11 13:36:26,841 DEBUG: ACPI BIOS Error (bug): Could not resolve symbol [_SB.ACDC.RTAC], AE_NOT_FOUND (20240322/psargs-332)
2025-03-11 13:36:26,841 DEBUG:
2025-03-11 13:36:26,841 DEBUG:
Initialized Local Variables for Method [_DSM]:
2025-03-11 13:36:26,841 DEBUG: Local0: 0000000048babed3 Integer 0000000000000001
2025-03-11 13:36:26,841 DEBUG:
2025-03-11 13:36:26,841 DEBUG: Initialized Arguments for Method [DSM]: (4 arguments defined for method invocation)
2025-03-11 13:36:26,841 DEBUG: Arg0: 000000001a264f23 Buffer(16) 56 0D E0 11 64 CE CE 47
2025-03-11 13:36:26,842 DEBUG: Arg1: 00000000e75db580 Integer 0000000000000000
2025-03-11 13:36:26,842 DEBUG: Arg2: 000000007056f73e Integer 0000000000000004
2025-03-11 13:36:26,842 DEBUG: Arg3: 00000000247d29e7 Package 00000000247d29e7
2025-03-11 13:36:26,842 DEBUG:
2025-03-11 13:36:26,842 DEBUG: ACPI Error: Aborting method _SB.PEP.DSM due to previous error (AE_NOT_FOUND) (20240322/psparse-529)
2025-03-11 13:36:26,842 DEBUG: ACPI: _SB.PEP: Failed to transitioned to state screen on
2025-03-11 13:36:26,842 DEBUG: ACPI: EC: interrupt unblocked
2025-03-11 13:36:26,842 DEBUG: PM: noirq resume of devices complete after 951.960 msecs
2025-03-11 13:36:26,842 DEBUG: GPIO 6 is active: 0x10e57800
2025-03-11 13:36:26,842 DEBUG: PM: early resume of devices complete after 2.269 msecs
2025-03-11 13:36:26,842 DEBUG: [drm] PCIE GART of 512M enabled (table at 0x000000807FD00000).
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: SMU is resuming…
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: SMU is resumed successfully!
2025-03-11 13:36:26,843 DEBUG: nvme nvme0: D3 entry latency set to 10 seconds
2025-03-11 13:36:26,843 DEBUG: nvme nvme0: 16/0/0 default/read/poll queues
2025-03-11 13:36:26,843 DEBUG: evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [UBTC] (Device) Value 0x80 (Status Change) Node 0000000068689337
2025-03-11 13:36:26,843 DEBUG: r8169 0000:02:00.0 enp2s0: Link is Down
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
2025-03-11 13:36:26,843 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
2025-03-11 13:36:26,844 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
2025-03-11 13:36:26,844 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
2025-03-11 13:36:26,844 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
2025-03-11 13:36:26,844 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
2025-03-11 13:36:26,844 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
2025-03-11 13:36:26,844 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
2025-03-11 13:36:26,844 DEBUG: amdgpu 0000:06:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
2025-03-11 13:36:26,844 DEBUG: [drm] ring gfx_32788.1.1 was added
2025-03-11 13:36:26,844 DEBUG: [drm] ring compute_32788.2.2 was added
2025-03-11 13:36:26,844 DEBUG: [drm] ring sdma_32788.3.3 was added
2025-03-11 13:36:26,844 DEBUG: [drm] ring gfx_32788.1.1 ib test pass
2025-03-11 13:36:26,844 DEBUG: [drm] ring compute_32788.2.2 ib test pass
2025-03-11 13:36:26,844 DEBUG: [drm] ring sdma_32788.3.3 ib test pass
2025-03-11 13:36:26,844 DEBUG: PM: resume of devices complete after 226.179 msecs
2025-03-11 13:36:26,845 DEBUG: evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [UBTC] (Device) Value 0x80 (Status Change) Node 0000000068689337
2025-03-11 13:36:26,845 DEBUG: OOM killer enabled.
2025-03-11 13:36:26,845 DEBUG: Restarting tasks … done.
2025-03-11 13:36:26,845 DEBUG: random: crng reseeded on system resumption
2025-03-11 13:36:26,845 DEBUG: PM: suspend exit
2025-03-11 13:36:26,845 DEBUG: r8169 0000:02:00.0 enp2s0: Link is Up - 1Gbps/Full - flow control rx/tx
2025-03-11 13:36:26,845 INFO: Suspend count: 1
2025-03-11 13:36:26,845 INFO: ○ GPIOs active: [‘6’]
2025-03-11 13:36:26,845 INFO: Wakeup triggered from IRQ 7: GPIO Controller
2025-03-11 13:36:26,845 DEBUG: Used Microsoft uPEP GUID in LPS0 _DSM
2025-03-11 13:36:26,845 ERROR: ACPI BIOS errors found
2025-03-11 13:36:26,845 INFO: Woke up from IRQ 7: GPIO Controller
2025-03-11 13:36:26,845 DEBUG: gpe04 increased from 188 to 222
2025-03-11 13:36:26,846 DEBUG: ACPI Lid (/proc/acpi/button/lid/LID1/state): open
2025-03-11 13:36:26,846 WARNING: Unable to gather hardware sleep data.
2025-03-11 13:36:26,847 DEBUG: BAT0 charge level is 5200000 µAh
2025-03-11 13:36:26,847 INFO: Battery BAT0 lost 0 µAh (0.00%) [Average rate: 0.0A]
2025-03-11 13:36:26,858 DEBUG: Thermal zones
2025-03-11 13:36:26,859 DEBUG: ├─ LNXTHERM:00
2025-03-11 13:36:26,859 DEBUG: │ 41.0°C → 35.0°C
2025-03-11 13:36:26,860 DEBUG: └─ LNXTHERM:01
2025-03-11 13:36:26,860 DEBUG: 41.0°C → 35.0°C
2025-03-11 13:36:26,860 INFO: Explanations for your system
2025-03-11 13:36:26,860 WARNING: Userspace wasn’t asleep at least 0:00:10
2025-03-11 13:36:26,860 WARNING: ACPI BIOS Errors detected