Contribute
Register

DSDT/SSDT: Disassembling ACPI files Error

Status
Not open for further replies.
Joined
Aug 31, 2014
Messages
71
Motherboard
Dell XPS 13 9333
CPU
i5-Haswell
Graphics
HD4400, 1920x1080
users-MBP:tables user$ pwd
/Users/user/Documents/tables

users-MBP:tables user$ ls
APIC BATB CSRT FACP FPDT LPIT MSDM SSDT1 SSDT3 SSDT5 UEFI1 dynamic
ASF! BGRT DSDT FACS HPET MCFG SLIC SSDT2 SSDT4 SSDT6 UEFI2

users-MBP:tables user$ iasl -da -dl *.aml

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20160422-64(RM)
Copyright (c) 2000 - 2016 Intel Corporation

Could not open input file: No such file or directory
Could not get ACPI tables from *.aml, AE_NOT_EXIST


I have attached the tables folder I extracted from a Ubuntu Live USB by running:

sudo cp -R /sys/firmware/acpi/tables /path/to/my/usb
. Any help will be deeply appreciated!!!
 

Attachments

  • tables.zip
    39.4 KB · Views: 154
users-MBP:tables user$ pwd
/Users/user/Documents/tables

users-MBP:tables user$ ls
APIC BATB CSRT FACP FPDT LPIT MSDM SSDT1 SSDT3 SSDT5 UEFI1 dynamic
ASF! BGRT DSDT FACS HPET MCFG SLIC SSDT2 SSDT4 SSDT6 UEFI2

users-MBP:tables user$ iasl -da -dl *.aml

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20160422-64(RM)
Copyright (c) 2000 - 2016 Intel Corporation

Could not open input file: No such file or directory
Could not get ACPI tables from *.aml, AE_NOT_EXIST


I have attached the tables folder I extracted from a Ubuntu Live USB. Any help will be deeply appreciated!!!

You're trying to disassemble *.aml when you have no .aml files...

See guide: http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 
Status
Not open for further replies.
Back
Top