I am a Framework Laptop 12 Batch 1, gray color user. I am seeing the following errors related to the ACPI, BIOS, and USB-C. Is that a problem? How to suppress the errors?
$ cat /etc/fedora-release
Fedora release 42 (Adams)
$ uname -r
6.15.5-200.fc42.x86_64
My BIOS info is below. I picked up the command from this page.
$ sudo dmidecode | grep -A3 'Vendor:\|Product:' && sudo lshw -C cpu | grep -A3 'product:\|vendor:'
Vendor: INSYDE Corp.
Version: 03.03
Release Date: 06/05/2025
Address: 0xE0000
product: 13th Gen Intel(R) Core(TM) i5-1334U
vendor: Intel Corp.
physical id: 4
bus info: cpu@0
version: 6.186.3
$ sudo dmesg
...
[ 3.449622] ucsi_acpi USBC000:00: unknown error 0
[ 3.449628] ucsi_acpi USBC000:00: GET_CABLE_PROPERTY failed (-5)
[ 3.599792] ucsi_acpi USBC000:00: unknown error 0
[ 3.599799] ucsi_acpi USBC000:00: con4: failed to register partner alt modes (-5)
[ 4.671667] ucsi_acpi USBC000:00: unknown error 0
[ 4.671679] ucsi_acpi USBC000:00: con4: failed to register partner alt modes (-5)
...
[ 22.451097] ACPI BIOS Error (bug): Could not resolve symbol [^^RP28.PXSX.WIST], AE_NOT_FOUND (20240827/psargs-332)
[ 22.451107] ACPI Error: Aborting method \_SB.PC00.CNVW.IFUN due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 22.451113] ACPI Error: Aborting method \_SB.PC00.CNVW._DSM due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
...
Thank you for your help!