Trying to understand boot errors

Hello, I’m new to Linux and have installed openSUSE Tumbleweed a few days ago. I have been now trying to have my boot process as clean as possible, and have successfully removed most errors, with the exceptions of the following one:

dec 11 17:37:36 localhost kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2.WWAN], AE_NOT_FOUND (20240322/dswload2-162)
dec 11 17:37:36 localhost kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240322/psobject-220)
dec 11 17:37:36 localhost kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP5.RTL8], AE_NOT_FOUND (20240322/dswload2-162)
dec 11 17:37:36 localhost kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240322/psobject-220)
dec 11 17:37:36 localhost kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6.WLAN._S0W], AE_ALREADY_EXISTS (20240322/dswload2-326)
dec 11 17:37:36 localhost kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
dec 11 17:37:36 localhost kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP7.DEV0], AE_NOT_FOUND (20240322/dswload2-162)
dec 11 17:37:36 localhost kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240322/psobject-220)
dec 11 17:37:36 localhost kernel: hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
dec 11 17:37:38 localhost kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20240322/psargs-332)
dec 11 17:37:38 localhost kernel: ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20240322/psparse-529)
dec 11 17:37:38 localhost kernel: 
dec 11 17:37:42 localhost.localdomain kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
dec 11 17:38:03 localhost.localdomain org_kde_powerdevil[2191]: busno=9, sleep-multiplier =  1,30. Testing for supported feature 0x10 returned Error_Info[EIO in ddc_write_read_with_retry, causes: EIO]

Now, the ACPI errors according to varoius threads I’ve seen are unfixable, due to Hardware vendors routinely violating the ACPI specification. But they can be safely ignored.

This leaves me with these three:

localhost kernel: hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
localhost.localdomain kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
localhost.localdomain org_kde_powerdevil[2191]: busno=9, sleep-multiplier =  1,30. Testing for supported feature 0x10 returned Error_Info[EIO in ddc_write_read_with_retry, causes: EIO]

If anyone has any clue as to what these could mean, I would be very grateful.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.