Contribute
Register

Asus UX310UA (Skylake) doubts

Status
Not open for further replies.

Attachments

  • Screen Shot 2017-02-05 at 01.17.52.png
    Screen Shot 2017-02-05 at 01.17.52.png
    34.3 KB · Views: 98
Even if i disassemble and compile the .dsl file i get the same errors...
I don't know what i'm doing wrong...

Thanks

You need to attach all DSDT+SSDT files extracted via Clover F4 (from ACPI/origin).
No other way for me to know what is in them...
 
Attached.

Thanks

No errors when I disassemble your files as per guide with refs.txt:
iasl -da -dl -fe refs.txt DSDT.aml SSDT*.aml
 
the errors comes when i try to patch with maciasl

Thanks

There are no errors when I compile the resulting DSDT.dsl with MaciASL (ACPI 6.1).
What patches are you applying that are causing the errors?
 
There are no errors when I compile the resulting DSDT.dsl with MaciASL (ACPI 6.1).
What patches are you applying that are causing the errors?
I'm getting errors even with native one..
i'm applying the one that you suggested me before: N55SL/VivoBook

Thanks
 
I'm getting errors even with native one..

It means you didn't disassemble properly (wrong refs.txt content most likely) or are using the wrong tools.

i'm applying the one that you suggested me before: N55SL/VivoBook

Yes... it is the correct patch for your DSDT.
 
It means you didn't disassemble properly (wrong refs.txt content most likely) or are using the wrong tools.



Yes... it is the correct patch for your DSDT.
I'm using last iasl.zip, should i use iasl51.zip?
 
Last edited:
I'm using last iasl.zip, should i use iasl51.zip?

That is correct iasl (is ACPI 6.1). iasl51 is old (ACPI 5.1).
Your problems is likely that you're not using '-fe refs.txt' or your refs.txt is empty (eg. you didn't create it correctly).
 
Status
Not open for further replies.
Back
Top