Bug 194719
Summary: | ACPI Error: [^^^PEG0.PEGP.PRST] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359) | ||
---|---|---|---|
Product: | ACPI | Reporter: | Martin Mokrejs (mmokrejs) |
Component: | BIOS | Assignee: | Lv Zheng (lv.zheng) |
Status: | CLOSED DOCUMENTED | ||
Severity: | normal | CC: | rui.zhang |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 4.10.0-gentoo | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Linux kernel .config for Asus G552VW
dmesg-4.10.0-gentoo.acpi_osi__unchanged.txt dmesg-4.10.0-gentoo.acpi_osi__Linux.txt dmesg-4.10.0-gentoo.acpi_osi__Windows.txt dmesg-4.10.0-gentoo.acpi_osi__exclamation_mark.txt dmesg-4.10.0-gentoo.BIOS_2.18.txt Asus_G552VW.acpidump grep . /sys/firmware/acpi/interrupts/* /proc/interrupts Asus_G552VW.dmidecode.txt ls -latr /sys/class/leds/ dmesg-4.10.0-gentoo.acpi_osi__Windows.dyndbg.txt |
Description
Martin Mokrejs
2017-02-27 00:16:13 UTC
Created attachment 254931 [details]
Linux kernel .config for Asus G552VW
Created attachment 254933 [details]
dmesg-4.10.0-gentoo.acpi_osi__unchanged.txt
Created attachment 254935 [details]
dmesg-4.10.0-gentoo.acpi_osi__Linux.txt
Created attachment 254937 [details]
dmesg-4.10.0-gentoo.acpi_osi__Windows.txt
Created attachment 254939 [details]
dmesg-4.10.0-gentoo.acpi_osi__exclamation_mark.txt
Created attachment 254941 [details]
dmesg-4.10.0-gentoo.BIOS_2.18.txt
Here is one with previous BIOS 2.18 before an upgrade but based on a bit different .config.
Created attachment 254943 [details]
Asus_G552VW.acpidump
Created attachment 254945 [details] grep . /sys/firmware/acpi/interrupts/* grep . /sys/firmware/acpi/interrupts/* Just guessing what you may need, thanks to https://bugzilla.kernel.org/show_bug.cgi?id=112531#c11 Created attachment 254947 [details]
/proc/interrupts
Created attachment 254949 [details]
Asus_G552VW.dmidecode.txt
Created attachment 254951 [details]
ls -latr /sys/class/leds/
Created attachment 254959 [details]
dmesg-4.10.0-gentoo.acpi_osi__Windows.dyndbg.txt
I added acpi.trace_state=enable "dyndbg=file ec.c +p" to my kernel commandline and booted like in
attachment_id:254937: dmesg-4.10.0-gentoo.acpi_osi__Windows.txt
and pressed all the Fn keys while being in framebuffer console, from Fn+F1 to Fn+F12, twice each.
Indeed, there is only one PRST (Method) in the namespace: 194719\dsdt.dsl (15 hits) Line 78: External (_SB_.PCI0.GFX0.PRST, IntObj) Line 88: External (_SB_.PCI0.PEG0.PEGP.PRST, IntObj) Line 30191: If (\_SB.PCI0.GFX0.PRST) Line 30196: If (\_SB.PCI0.PEG0.PEGP.PRST) Line 30206: If (\_SB.PCI0.GFX0.PRST) Line 30211: If (\_SB.PCI0.PEG0.PEGP.PRST) Line 30221: If (\_SB.PCI0.GFX0.PRST) Line 30227: If (\_SB.PCI0.PEG0.PEGP.PRST) Line 30238: If (\_SB.PCI0.GFX0.PRST) Line 30243: If (\_SB.PCI0.PEG0.PEGP.PRST) Line 37399: If (^^^GFX0.PRST) Line 37421: If (^^^GFX0.PRST) Line 37432: If (^^^PEG0.PEGP.PRST) Line 37499: If (^^^GFX0.PRST) Line 37510: If (^^^PEG0.PEGP.PRST) 194719\ssdt2.dsl (1 hit) Line 4049: Method (PRST, 0, NotSerialized) Looks like a BIOS issue to me if the iasl disassembly result was correct. Please contact the BIOS vendor. Thanks Lv (In reply to Lv Zheng from comment #13) > Indeed, there is only one PRST (Method) in the namespace: ... > Looks like a BIOS issue to me if the iasl disassembly result was correct. > Please contact the BIOS vendor. > > Thanks > Lv Sorry but I got rejected by ASUS support as this is not an MS Windows-based report. If anybody has some contacts there please try to get it fixed your way. Or try to find out how to repeat this under MS Win 10. Closing as documented to be a BIOS problem. |