Contribute
Register

Asus Zenbook UX330UA

Status
Not open for further replies.
See battery patching guide, post #1, "Problem Reporting".
Hy rehabMan, thank you for your patience,
here are the files in attachment, hope it´s correct.
 

Attachments

  • ux330ua ioregister and rehabman.zip
    665.2 KB · Views: 116
Hy rehabMan, thank you for your patience,
here are the files in attachment, hope it´s correct.

No EFI/Clover attached here. Please read "Problem Reporting" carefully. Provide all requested files and output.
 
No EFI/Clover attached here. Please read "Problem Reporting" carefully. Provide all requested files and output.
sorry for that, here it is the zip file with clover included. best
 

Attachments

  • UX330.zip
    2.1 MB · Views: 146
ACPI is not patched correctly.
See guide: https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

Hint: Your files in ACPI/patched will not disassemble without errors with 'iasl -da -dl *.aml'.
Note also that dynamic SSDTs should not be in ACPI/patched.
Also note that DropOem must be true with patched SSDTs in ACPI/patched.

I've tryed many times, with and without the refs.txt, the only way i could patch all at same time is by removing ssdt-2.aml file. Otherwise it gives me (acpi tables already exist), i've followed this guide every time, and really dont know what i'm doing wrong.
 
I've tryed many times, with and without the refs.txt, the only way i could patch all at same time is by removing ssdt-2.aml file. Otherwise it gives me (acpi tables already exist), i've followed this guide every time, and really dont know what i'm doing wrong.

You need to remove the SSDT(s) that are duplicates before disassembly. Read the guide.
Then you need to properly patch each file, place them in ACPI/patched, and use correct config.plist settings.
 
You need to remove the SSDT(s) that are duplicates before disassembly. Read the guide.
Then you need to properly patch each file, place them in ACPI/patched, and use correct config.plist settings.

I use your patchmatic method to extract the DSDT/SSDT's:
cd ~/Desktop
mkdir extract
cd extract
patchmatic -extract

I removed the duplicated ones by seeing the files with the same size.
then I created the refs.txt correctly and put it on the folders.
then cd command to that folder and apply
iasl -da -dl -fe refs.txt *.aml

it gave me this error:
ACPI Error: [IETM] Namespace lookup failure, AE_ALREADY_EXISTS (20161210/dswload-462)
ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20161210/psobject-310)
Could not parse external ACPI tables, AE_ALREADY_EXISTS

Is this correct? best
 
Last edited:
I use your patchmatic method to extract the DSDT/SSDT's:
cd ~/Desktop
mkdir extract
cd extract
patchmatic -extract

Use Clover F4 to extract native ACPI files as clearly documented in the ACPI patching guide.
 
Use Clover F4 to extract native ACPI files as clearly documented in the ACPI patching guide.
ím sorry for that.

i´ve used Clover F4 to extract, and here's the report in attach. same result.
SSDT-2.aml did not have the same size as other SSDTs but i needed to remove it otherwise it will not complete).

is this correct?
 

Attachments

  • Report.txt
    73.6 KB · Views: 118
  • ORIGINAL clover f4 AMLs and final DSLs.zip
    260.8 KB · Views: 75
Last edited:
ím sorry for that.

i´ve used Clover F4 to extract, and here's the report in attach. same result.
SSDT-2.aml did not have the same size as other SSDTs but i needed to remove it otherwise it will not complete).

is this correct?

Eliminate SSDT-2.aml from your disassembly process. It is already dropped by the guide plist (DropTables) anyway.
 
Status
Not open for further replies.
Back
Top