Bug 200725 - ACPI BUG I don't mind what's wrong
Summary: ACPI BUG I don't mind what's wrong
Status: CLOSED WILL_NOT_FIX
Alias: None
Product: ACPI
Classification: Unclassified
Component: ACPICA-Core (show other bugs)
Hardware: x86-64 Linux
: P1 high
Assignee: acpi_acpica-core@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-04 05:35 UTC by Ioanna
Modified: 2018-08-16 20:29 UTC (History)
1 user (show)

See Also:
Kernel Version: 4.17.9-200
Subsystem:
Regression: No
Bisected commit-id:


Attachments
journal log (3.80 KB, text/plain)
2018-08-04 05:35 UTC, Ioanna
Details
iasl -sa 1 (27.54 KB, text/plain)
2018-08-07 08:59 UTC, Ioanna
Details
acpiexec (37.17 KB, text/plain)
2018-08-07 09:28 UTC, Ioanna
Details
dumpout (552.94 KB, text/plain)
2018-08-08 08:55 UTC, Ioanna
Details

Description Ioanna 2018-08-04 05:35:33 UTC
Created attachment 277681 [details]
journal log

Laptop hp 15-bw042ur
Comment 1 Erik Kaneda 2018-08-06 16:27:15 UTC
When does this happen? On boot?

Also, could you post the ACPI dump for this machine?

https://01.org/linux-acpi/utilities
Comment 2 Ioanna 2018-08-07 08:03:26 UTC
(In reply to Erik Schmauss from comment #1)
> When does this happen? On boot?
> Yeah, near a month ago
> Also, could you post the ACPI dump for this machine?
> Intel ACPI Component Architecture
ACPI Binary Table Extraction Utility version 20180629
Copyright (c) 2000 - 2018 Intel Corporation

Could not open input file acpidump.out

[petunia@localhost ~]$ iasl -d TABLE.dat

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20180629
Copyright (c) 2000 - 2018 Intel Corporation

Could not open input file: TABLE.dat
Could not get ACPI tables from TABLE.dat, AE_NOT_EXIST
Comment 3 Ioanna 2018-08-07 08:08:22 UTC
(In reply to Ioanna from comment #2)

> > Also, could you post the ACPI dump for this machine?

[root@localhost petunia]#  acpixtract -a acpidump.out

Intel ACPI Component Architecture
ACPI Binary Table Extraction Utility version 20180629
Copyright (c) 2000 - 2018 Intel Corporation

  SSDT -    1682 bytes written (0x00000692) - ssdt1.dat
  SPCR -      80 bytes written (0x00000050) - spcr.dat
  MCFG -      60 bytes written (0x0000003C) - mcfg.dat
  ASF! -     165 bytes written (0x000000A5) - asf!.dat
  APIC -     144 bytes written (0x00000090) - apic.dat
  CRAT -     744 bytes written (0x000002E8) - crat.dat
  SSDT -    1714 bytes written (0x000006B2) - ssdt2.dat
  BOOT -      40 bytes written (0x00000028) - boot.dat
  SSDT -    8671 bytes written (0x000021DF) - ssdt3.dat
  IVRS -     208 bytes written (0x000000D0) - ivrs.dat
  DSDT -   39386 bytes written (0x000099DA) - dsdt.dat
  SSDT -    4732 bytes written (0x0000127C) - ssdt4.dat
  WDRT -      71 bytes written (0x00000047) - wdrt.dat
  SSDT -     372 bytes written (0x00000174) - ssdt5.dat
  UEFI -     566 bytes written (0x00000236) - uefi1.dat
  WDAT -     380 bytes written (0x0000017C) - wdat.dat
  SSDT -   19291 bytes written (0x00004B5B) - ssdt6.dat
  FACP -     268 bytes written (0x0000010C) - facp.dat
  FPDT -      68 bytes written (0x00000044) - fpdt.dat
  SSDT -   26925 bytes written (0x0000692D) - ssdt7.dat
  SSDT -    5726 bytes written (0x0000165E) - ssdt8.dat
  HPET -      56 bytes written (0x00000038) - hpet.dat
  SSDT -    7392 bytes written (0x00001CE0) - ssdt9.dat
  UEFI -      66 bytes written (0x00000042) - uefi2.dat
  FACS -      64 bytes written (0x00000040) - facs.dat
  BGRT -      56 bytes written (0x00000038) - bgrt.dat
[root@localhost petunia]# iasl -d TABLE.dat  

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20180629
Copyright (c) 2000 - 2018 Intel Corporation

Could not open input file: TABLE.dat
Could not get ACPI tables from TABLE.dat, AE_NOT_EXIST
Comment 4 Ioanna 2018-08-07 08:59:21 UTC
Created attachment 277739 [details]
iasl -sa 1
Comment 5 Ioanna 2018-08-07 09:28:36 UTC
Created attachment 277741 [details]
acpiexec
Comment 6 Erik Kaneda 2018-08-07 17:55:14 UTC
I just need the output from the acpidump utility.

So do this command `sudo acpidump > acpidump.out` and post the acpidump.out file. No need to do acpixtract and disassemble the .dat files. I can do that on my end.
Comment 7 Ioanna 2018-08-08 08:55:43 UTC
Created attachment 277753 [details]
dumpout
Comment 8 Erik Kaneda 2018-08-16 20:29:38 UTC
Sorry about the late response. This is a bug in the firmware where DSDT is trying to refer to an object that is not declared. Please contact HP or the firmware vendor for a fix. Closing.

Note You need to log in before you can comment on or make changes to this bug.