ACPI BIOS Error : How can i resolve these errors?

Hello everyone, I’m using Asus Tuf A15 and you can see all the hardware information here :

I’m seeing these error since I installed EOS

❯ journalctl -b -p 3
Jul 03 06:22:31 endeavour kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP19.NHI0._RST], AE_ALREADY_EXISTS (20220331/dswload2-326)
Jul 03 06:22:31 endeavour kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Jul 03 06:22:31 endeavour kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP19.NHI1._RST], AE_ALREADY_EXISTS (20220331/dswload2-326)
Jul 03 06:22:31 endeavour kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Jul 03 06:22:31 endeavour kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2.WWAN], AE_NOT_FOUND (20220331/dswload2-162)
Jul 03 06:22:31 endeavour kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jul 03 06:22:31 endeavour kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP5.RTL8], AE_NOT_FOUND (20220331/dswload2-162)
Jul 03 06:22:31 endeavour kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jul 03 06:22:31 endeavour kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6.WLAN], AE_ALREADY_EXISTS (20220331/dswload2-326)
Jul 03 06:22:31 endeavour kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Jul 03 06:22:31 endeavour kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP7.DEV0], AE_NOT_FOUND (20220331/dswload2-162)
Jul 03 06:22:31 endeavour kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jul 03 06:22:31 endeavour kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20220331/psargs-330)
Jul 03 06:22:31 endeavour kernel: ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Jul 03 06:22:31 endeavour kernel: hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
Jul 03 06:22:32 endeavour kernel: 
Jul 03 06:22:36 endeavour (sd-execu[520]: /usr/lib/systemd/system-generators/ostree-system-generator failed with exit status 1.
Jul 03 06:22:37 endeavour kernel: ucsi_acpi USBC000:00: PPM init failed (-110)
Jul 03 06:23:20 endeavour bluetoothd[760]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
Jul 03 06:23:36 endeavour wpa_supplicant[865]: bgscan simple: Failed to enable signal strength monitoring

I know why these 3 are occuring :

Jul 03 06:22:36 endeavour (sd-execu[520]: /usr/lib/systemd/system-generators/ostree-system-generator failed with exit status 1.
Jul 03 06:23:20 endeavour bluetoothd[760]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
Jul 03 06:23:36 endeavour wpa_supplicant[865]: bgscan simple: Failed to enable signal strength monitoring

But I do not understand any of the other errors and how to remove them.

Note: I’m not having any problems with my system but these errors still persists

Any help is appreciated

These are not errors. They are info messages.
You should concern for real error messages, if any, shown with a filter for them:

journalctl -b -p3

Especially, ACPI errors are known to usually be because of lack of information from vendors.

@Atomic-no-80
Is the UEFI Bios up to date? Check if there is a newer version.

I actually ran the same command you gave me, you can see that in the first line.

Or did you mean that -p 3 is not used for errors ?

This is from man journalctl :

Yes it is the latest version

I checked using this :

❯ sudo dmidecode -s bios-version
[sudo] password for hg: 
FA507RE.315

https://www.asus.com/us/laptops/for-gaming/tuf-gaming/asus-tuf-gaming-a15-2022/helpdesk_bios/?model2Name=ASUS-TUF-Gaming-A15-2022

The website also says that 315 is the latest version

1 Like

just a heads up because I currently try to look for one error and stumbled across this topic. The

did get resolved with one of the latest Asus BIOS updates at least for my Asus TUF-Gaming X670E-Plus board.

The only message that I still have in journalctl -p 3 -xb is the following:
hub 10-0:1.0: config failed, hub doesn't have any ports! (err -19)

however, inxi -J tells me this:
Hub-12: 10-0:1 info: Linux Foundation 3.0 root hub ports: N/A rev: 3.0
xD
not sure what to take from that, the message is there since I build the PC last year but everything including all USB ports work (and unplugging and plugging in all USB devices and checking dmesg tells me that hub 10 is not even used)

I know this is an old post, but thank you for this. I just helped my youngest son (19 yo) switch from Mint to EndeavourOS this week. He never used the terminal in Mint, but he’s been learning terminal commands and making some changes to his system.

And he came to me today because he ran this command and thought he’d broken his shiny new OS, poor guy. :face_with_hand_over_mouth: I found this post, ran the command in my own terminal, and showed him the exact same results.

1 Like