Errror: [ 0.387305] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330) [ 0.387311] fbcon: Taking over console [ 0.387314] ACPI Error: Aborting method \_SB.PR01._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529) [ 0.387341] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330) [ 0.387345] ACPI Error: Aborting method \_SB.PR02._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529) [ 0.387369] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330) [ 0.387373] ACPI Error: Aborting method \_SB.PR03._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529) [ 0.387396] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330) [ 0.387400] ACPI Error: Aborting method \_SB.PR04._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529) [ 0.387424] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330) [ 0.387427] ACPI Error: Aborting method \_SB.PR05._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529) [ 0.387463] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330) [ 0.387466] ACPI Error: Aborting method \_SB.PR06._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529) [ 0.387487] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330) [ 0.387491] ACPI Error: Aborting method \_SB.PR07._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529) System Info: System: Kernel: 5.15.44-1-lts arch: x86_64 bits: 64 Desktop: GNOME v: 42.2 Distro: Arch Linux Machine: Type: Laptop System: Dell product: Inspiron 7380 v: N/A serial: <filter> Mobo: Dell model: 0274PH v: A00 serial: <filter> UEFI: Dell v: 1.17.0 date: 03/28/2022 Battery: ID-1: BAT0 charge: 16.6 Wh (69.7%) condition: 23.8/38.0 Wh (62.6%) CPU: Info: quad core model: Intel Core i7-8565U bits: 64 type: MT MCP cache: L2: 1024 KiB Speed (MHz): avg: 875 min/max: 400/4600 cores: 1: 800 2: 800 3: 901 4: 900 5: 900 6: 900 7: 900 8: 900 Graphics: Device-1: Intel WhiskeyLake-U GT2 [UHD Graphics 620] driver: i915 v: kernel Device-2: CN0PYJNXLOG0088UAHVSA01 Integrated_Webcam_HD type: USB driver: uvcvideo Display: wayland server: X.org v: 1.21.1.3 with: Xwayland v: 22.1.2 compositor: gnome-shell driver: X: loaded: modesetting gpu: i915 resolution: 1920x1080~60Hz Message: Wayland GBM/EGL data currently not available. Audio: Device-1: Intel Cannon Point-LP High Definition Audio driver: snd_hda_intel Sound Server-1: ALSA v: k5.15.44-1-lts running: yes Sound Server-2: PulseAudio v: 16.0 running: yes Network: Device-1: Intel Wireless-AC 9260 driver: iwlwifi IF: wlp1s0 state: up mac: <filter> Bluetooth: Device-1: N/A type: USB driver: btusb Report: rfkill ID: hci0 rfk-id: 1 state: down bt-service: enabled,running rfk-block: hardware: no software: yes address: see --recommends Drives: Local Storage: total: 476.94 GiB used: 13.64 GiB (2.9%) ID-1: /dev/nvme0n1 vendor: Toshiba model: KBG30ZMS512G NVMe 512GB size: 476.94 GiB Partition: ID-1: / size: 472.98 GiB used: 13.62 GiB (2.9%) fs: xfs dev: /dev/nvme0n1p2 ID-2: /boot size: 3.72 GiB used: 27 MiB (0.7%) fs: vfat dev: /dev/nvme0n1p1 Swap: Alert: No swap data was found. Sensors: System Temperatures: cpu: 25.0 C pch: 44.0 C mobo: N/A Fan Speeds (RPM): cpu: 0 Info: Processes: 251 Uptime: 3m Memory: 15.35 GiB used: 1.24 GiB (8.1%) Shell: Bash inxi: 3.3.16
I think I've been seeing the same error since 5.17.2. Another side effect is `/sys/devices/system/cpu/cpuX/acpi_cppc` is gone. Mine is ASRock B460M-ITX/ac (P1.60 BIOS) motherboard + Intel Core i7-10700K CPU. I did bisect and confirmed that the commit b99e33d7aa82fafabba067270b4e0cec8707ae07 (upstream commit 2ca8e6285250c07a2e5a22ecbfd59b5a4ef73484) introducted the error. It was backported to the 5.15 branch. Someone did the same and reported to Debian months ago: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009863
please confirm if this is a duplicate of bug #213023
@Zhang Rui I don't think so. The error message is different (_SB.PR00._CP vs _PR.CPU0._CPC). And this error was introduced later than bug #213023 by commit b99e33d7aa82fafabba067270b4e0cec8707ae07 (between 5.17.1 and 5.17.2 and I think). But I'll try if commit c42fa24b44751c62c86e98430ef915c0609a2ab8 fixes this bug as well.
@Zhang Rui I've upgraded my kernel to 5.18.7-zen1-1-zen (Arch Linux), and the error is still there. 5.18.7 kernel already merged the commit c42fa24b44751c62c86e98430ef915c0609a2ab8 so on my machine it doesn't fix this error.
(In reply to CUI Hao from comment #3) > @Zhang Rui > > I don't think so. The error message is different (_SB.PR00._CP vs > _PR.CPU0._CPC). And this error was introduced later than bug #213023 by > commit b99e33d7aa82fafabba067270b4e0cec8707ae07 (between 5.17.1 and 5.17.2 > and I think). > Then this is the same issue. :) (In reply to CUI Hao from comment #4) > @Zhang Rui > > I've upgraded my kernel to 5.18.7-zen1-1-zen (Arch Linux), and the error is > still there. > > 5.18.7 kernel already merged the commit > c42fa24b44751c62c86e98430ef915c0609a2ab8 so on my machine it doesn't fix > this error. Good to know. Let's track the problem in bug #213023 instead. *** This bug has been marked as a duplicate of bug 213023 ***
please attach the acpidump as well.