Contribute
Register

NOOB QUESTION - Acidanthera MaciASL 1.5.7 DSDT compile error

Status
Not open for further replies.
Joined
May 31, 2019
Messages
10
Motherboard
HP Pavillion AU003TX
CPU
i5 6200U
Graphics
HD 520
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
Question - How can I use the new Acidanthera MaciASL 1.5.7 with the refs.txt?

I am getting only one syntax compile error after patching with the rehabman Skylake generic and hp g6 2221ss patches.
Error: syntax error, unexpected PARSEOP_ARG1
Error example on Tony Mac ( Link - https://www.tonymacx86.com/threads/...-syntax-error-unexpected-parseop_arg1.201774/)

I found a guide on using refs.txt in that but I do not know how to use it with the new maciASL on this GitHub

(link -https://github.com/acidanthera/MaciASL/releases).

System Info - HP Pavillion AU003tx. (Skylake i5, intel HD520)

Please respond, I would love to have the battery status working.
Any guidance is appreciated!
Thanks in advance!!

Screenshot 2020-06-24 at 4.27.34 PM.png
 
Last edited:
Question - How can I use the new Acidanthera MaciASL 1.5.7 with the refs.txt?

I am getting only one syntax compile error after patching with the rehabman Skylake generic and hp g6 2221ss patches.
Error: syntax error, unexpected PARSEOP_ARG1
Error example on Tony Mac ( Link - https://www.tonymacx86.com/threads/...-syntax-error-unexpected-parseop_arg1.201774/)

I found a guide on using refs.txt in that but I do not know how to use it with the new maciASL on this GitHub

(link -https://github.com/acidanthera/MaciASL/releases).

System Info - HP Pavillion AU003tx. (Skylake i5, intel HD520)

Please respond, I would love to have the battery status working.
Any guidance is appreciated!
Thanks in advance!!
try with Rehabman's:
 
Hi, upon downloading them, I got a similar application and a separate git executable, I've made it so under security settings that the terminal has access to the full disk but I'm still not able to copy the iasl executable into /usr/bin. It says operation not permitted despite using sudo cp iasl /usr/bin. Trying to figure that out at the moment. Would appreciate any guidance you have for me.


Screenshot 2020-06-25 at 12.49.32 PM.png
Screenshot 2020-06-25 at 12.49.50 PM.png
 
Hi, upon downloading them, I got a similar application and a separate git executable, I've made it so under security settings that the terminal has access to the full disk but I'm still not able to copy the iasl executable into /usr/bin. It says operation not permitted despite using sudo cp iasl /usr/bin. Trying to figure that out at the moment. Would appreciate any guidance you have for me.


View attachment 477913View attachment 477914
copy it to:
Code:
/usr/local/bin
 
it says its not a directory

Screenshot 2020-06-25 at 3.46.17 PM.png
 
okay, this has really started to test my patience now,
I have accessed local, the IASL has somehow become bin (as an executable within local). I still can not manage to copy the damn thing to the right place.
 
okay, this has really started to test my patience now,
I have accessed local, the IASL has somehow become bin (as an executable within local). I still can not manage to copy the damn thing to the right place.
Code:
sudo mkdir /usr/local/bin
if the command above does not work then do these 3 first:
Code:
sudo spctl --master-disable
sudo mount -uw /
sudo killall Finder

then (make sure you are in the same directory as iasl that you downloaded)

Code:
sudo cp iasl /usr/local/bin

or:

sudo cp <drag iasl from downloads to here in terminal> /usr/local/bin
 
This worked, I've extracted it. Upon application of the patches I now get 9 errors which I need help to figure out. Have attached the DSDT.dsl file with and without the patches.

View attachment 477946
under macIASL, preferences - iasl, what version is selected?
 
Status
Not open for further replies.
Back
Top