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