Kubuntu Version: 24.04.1 LTS
Desktop Environment : KDE Plasma
Problem Description:
After a week of trying, I got hibernation to work on my Kubuntu Noble system. The problem is that after waking from hibernation and using Sleep (suspend), the system starts chewing up lots of processor time and dmesg starts repeating an ACPI error thousands of times. It’s an ACPI BIOS error regarding ‘could not resolve symbol’. I’m not sure it’s just a BIOS problem because it only occurs after I do certain things in Noble. Whether or not it’s just BIOS, I need some way to address the problem in the near term so I can use hibernate and sleep–both of which are very helpful for my work.
Steps to Reproduce:
- Hibernate the system (sudo systemctl hibernate)
- Resume from hibernation
- Suspend the system (sleep)
- Resume from suspend
- Processor and fans start going into overdrive and the ACPI Error messages swamp dmesg.
Expected Behavior:
5. above would not occur.
Actual Behavior:
5. above does occur
Relevant System Information:
$ uname -a
Linux 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Mobo: ASUSTeK model: Z890 MAX GAMING WIFI7 v: Rev 1.xx
UEFI: American Megatrends v: 1005 (THIS IS THE BIOS)
date: 11/25/2024
Screenshots or Error Messages:
[ 7411.369041] ACPI BIOS Error (bug): Could not resolve symbol [\_GPE.PL6B.BPC], AE_NOT_FOUND (20230628/psargs-330)
[ 7411.369044] ACPI Error: Aborting method \_GPE.PL6B due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 7411.369046] ACPI Error: Aborting method \_GPE._L6B due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 7411.369048] ACPI Error: AE_NOT_FOUND, while evaluating GPE method [_L6B] (20230628/evgpe-511)
→
What I’ve Tried:
I tried putting the system to sleep again. It wakes itself up almost immediately and the problem does not disappear.
I installed acpid to see if restarting that might reset the system and eliminate the problem. It does not.
I’ve installed tlp in the hopes that it may help identify more specifically the source of the problem.
One thing that did make the problem disappear, once at least, is hibernating the system again. It wakes itself up almost immediately, but the error messages stop and the fan and processor are normal. However, re-hibernating every time I suspend is not ideal, if it even continuous to work.
I’ve considered disabling whatever device is problematic but am not sure how to identify that device or whether disabling it would have other adverse effects.