Page 1 of 1

obtain DSDT and decode for development

Posted: Fri Jan 05, 2024 9:09 am
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