obtain DSDT and decode for development

Post Reply
zemerdon
Site Admin
Posts: 255
Joined: Mon Jan 23, 2023 8:13 pm

obtain DSDT and decode for development

Post by zemerdon »

dump the DST with SSDTTime

Code: Select all

git clone https://github.com/corpnewt/SSDTTime.git
cd SSDTTime ; ./SSDTTime.command
** P. Dump DSDT - Automatically dump the system DSDT **

decode the .aml

Code: Select all

apt install iasl acpica-tools
iasl DSDT.aml
compress both files for bug reporting.

Code: Select all

tar -czvf asus_ws_x299_sage-10g.tar.gz *.aml *.dsl
Post Reply