- Joined
- Sep 24, 2012
- Messages
- 99
- Motherboard
- Alienware m15 R1
- CPU
- i7-8750H
- Graphics
- Intel HD 630/GTX 1070
I just disassembed ACPIs get from Clover instead, and convert them to asl with iasl.
But I always get errors when I compile them back. Could you help me convert the DSDT and SSDT aml files to asl, which I can compile?
I tried both
and
Neither DSDT asl files output are compilable with MaciASL.
But I always get errors when I compile them back. Could you help me convert the DSDT and SSDT aml files to asl, which I can compile?
I tried both
Code:
iasl -da -dl DSDT.aml SSDT*.aml
Code:
iasl -da -dl -fe refs.txt DSDT.aml SSDT*.aml
Neither DSDT asl files output are compilable with MaciASL.