acpidump

ACPICA tools for the development and debug of ACPI tables

Install

All systems
curl cmd.cat/acpidump.sh
Debian Debian
apt-get install acpidump
Ubuntu
apt-get install acpidump
Alpine
apk add acpica
Arch Arch Linux
pacman -S acpica
image/svg+xml Kali Linux
apt-get install acpica-tools
CentOS
yum install acpica-tools
Fedora
dnf install acpica-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install acpidump
OS X
brew install acpica
Raspbian
apt-get install acpidump
Docker
docker run cmd.cat/acpidump acpidump powered by Commando

acpica-tools

ACPICA tools for the development and debug of ACPI tables

The ACPI Component Architecture (ACPICA) project provides an OS-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ACPICA code contains those portions of ACPI meant to be directly integrated into the host OS as a kernel-resident subsystem, and a small set of tools to assist in developing and debugging ACPI tables. This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands are installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpinames: display complete ACPI name space from input AML -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package)

acpica

ACPI tools, including Intel ACPI Source Language compiler

acpidump

transitional dummy package

This is a transitional dummy package. It can safely be removed.