Faults listed at start

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
Legion99
Posts: 22
Joined: 2021-12-08 08:33
Has thanked: 2 times
Been thanked: 2 times

Faults listed at start

#1 Post by Legion99 »

I have an HP ProBook 455 G9 with AMD Ryzen 5 5625U with Radeon Graphics and AMD ATI 04:00.0 Barcelo GPU.

I installed Deb 12.6 on a clean install then had to install kernel 6.6.13+bpo-amd64, to get the combined WiFi / Bluetooth chip to work.

Everything works well, except the fingerprint scanner, which I am not worried about.

On boot, I get a bit of a laundry list of errors, I got them with the original 12.6 installed kernel as well. They are more of an annoyance and don't appear to effect the machine at all. But I would like to get rid of them if I can, or at least fuigure out what is going on.

From dmesg the errors are:

Code: Select all

ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20230628/exoparg2-393)
[    0.733485] ACPI Error: Aborting method \_TZ.GTTP due to previous error (AE_AML_PACKAGE_LIMIT) (20230628/psparse-529)
[    0.733506] ACPI Error: Aborting method \_TZ.CHGZ._TMP due to previous error (AE_AML_PACKAGE_LIMIT) (20230628/psparse-529)
[    0.733896] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20230628/exoparg2-393)
[    0.733919] ACPI Error: Aborting method \_TZ.GTTP due to previous error (AE_AML_PACKAGE_LIMIT) (20230628/psparse-529)
[    0.733939] ACPI Error: Aborting method \_TZ.CHGZ._TMP due to previous error (AE_AML_PACKAGE_LIMIT) (20230628/psparse-529)

ACPI Error: No handler for Region [ECRM] (00000000dec71d8c) [EmbeddedControl] (20230628/evregion-130)
[    1.007952] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20230628/exfldio-261)
[    1.007977] ACPI Error: Aborting method \_SB.GPIO._EVT due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
Any information gratefully accepted. Thanks
Image Deb Trixie w/- Cinnamon, B550M Pro4 AM4, AMD Ryzen 7 5800X / RAM 32GB / SSD 260GB / 4TB hdd + HP ProBook 455 G9.

User avatar
sunrat
Administrator
Administrator
Posts: 7165
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 126 times
Been thanked: 616 times

Re: Faults listed at start

#2 Post by sunrat »

Code tags please for terminal text and errors etc. Fixed it for you this time.

ACPI errors can usually be ignored afaik.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1504
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 102 times
Been thanked: 247 times

Re: Faults listed at start

#3 Post by steve_v »

The message is self explanatory:

Code: Select all

ACPI BIOS Error (bug)
This is a BIOS bug, fixable only by the BIOS vendor.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

Aki
Global Moderator
Global Moderator
Posts: 3698
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 100 times
Been thanked: 486 times

Re: Faults listed at start

#4 Post by Aki »

Moved to “Beginner Questions” sub-forum.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
Legion99
Posts: 22
Joined: 2021-12-08 08:33
Has thanked: 2 times
Been thanked: 2 times

Re: Faults listed at start

#5 Post by Legion99 »

And ACPI Error: No handler for Region
steve_v wrote: 2024-08-16 04:54 The message is self explanatory:

Code: Select all

ACPI BIOS Error (bug)
This is a BIOS bug, fixable only by the BIOS vendor.
Image Deb Trixie w/- Cinnamon, B550M Pro4 AM4, AMD Ryzen 7 5800X / RAM 32GB / SSD 260GB / 4TB hdd + HP ProBook 455 G9.

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1504
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 102 times
Been thanked: 247 times

Re: Faults listed at start

#6 Post by steve_v »

Legion99 wrote: 2024-08-17 03:47And ACPI Error: No handler for Region
Again, probably a BIOS bug, or an ACPI feature the kernel doesn't know what to do with. Vendors (particularly laptop vendors) don't bother to test their hardware or BIOS implementations with Linux.
There are a few command line parameters you micht play with to see if you can get it to behave better, e.g. 'acpi_osi='Windows 2020' and the like, see the kernel ACPI docs.
Then again, if it's not causing observable problems I'd leave it be.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

Post Reply