corpnewt / SSDTTime

SSDT/DSDT hotpatch attempts.
MIT License
1.09k stars 180 forks source link

Error: Could not locate or download iasl! #38

Closed Flaam closed 4 years ago

Flaam commented 4 years ago

dont know how to fix it lol

AnsonX10 commented 4 years ago

I can confirm but this is a Linux only issue. http://amdosx.kellynet.nl/iasl.zip cannot be downloaded because kellynet.nl is down at the moment.

AnsonX10 commented 4 years ago

I've tested and the iasl binary from the acpica package (in the Arch repos) works just fine. The script could probably just check if there is an iasl binary already on the system, and use that instead of downloading it.

Flaam commented 4 years ago

@AnsonX10 i downloaded iasl.zip but where should i put it

ncalv commented 4 years ago

This worked for me: sudo apt-get install iasl cp /usr/bin/iasl path/to/SSDTTime-master/Scripts/iasl

AnsonX10 commented 4 years ago

Yes, putting (or even just linking) iasl inside the Scripts folder will work.

Flaam commented 4 years ago

This fixed the issue, thanks, closing.

This worked for me: sudo apt-get install iasl cp /usr/bin/iasl path/to/SSDTTime-master/Scripts/iasl