Bug 208963

Summary: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20200528/psargs-330)
Product: ACPI Reporter: Garri (g.djavadyan)
Component: Config-TablesAssignee: acpi_config-tables
Status: RESOLVED DOCUMENTED    
Severity: normal CC: rui.zhang
Priority: P1    
Hardware: Intel   
OS: Linux   
Kernel Version: 5.8.1 Subsystem:
Regression: No Bisected commit-id:
Attachments: ACPI dump
dmesg log

Description Garri 2020-08-19 08:46:11 UTC
Created attachment 292023 [details]
ACPI dump

Hello,

I noticed the following kernel messages when I unplug the AC from my laptop Lenovo T490 (20RY-CTO1WW) running the Linux kernel 5.8.1 and the latest system firmware version 1.13:

[10868.562198] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20200528/psargs-330)
[10868.562210] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to previous error (AE_NOT_FOUND) (20200528/psparse-529)


And when I plug it in again:

[13493.320146] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20200528/psargs-330)
[13493.320173] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q26 due to previous error (AE_NOT_FOUND) (20200528/psparse-529)


However, I haven't experienced any problems because of that. For example, I see correct values returned by /sys/class/power_supply/BAT0/status.

Dmesg and acpidump are attached. Thank you.
Comment 1 Garri 2020-08-19 08:46:55 UTC
Created attachment 292025 [details]
dmesg log
Comment 2 Zhang Rui 2021-01-03 13:38:28 UTC
Hi, Garri,

thanks for reporting.

> [10868.562198] ACPI BIOS Error (bug): Could not resolve symbol
> [\_SB.PCI0.RP09.PEGP.NVDN], AE_NOT_FOUND (20200528/psargs-330)
> [10868.562210] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q27 due to
> previous error (AE_NOT_FOUND) (20200528/psparse-529)
> 
usually, these are caused by buggy BIOS, which can not be fixed in kernel.
> 
> 
> However, I haven't experienced any problems because of that. For example, I
> see correct values returned by /sys/class/power_supply/BAT0/status.
> 
Bug closed as we don't see any real issue caused by the buggy firmware.