Contribute
Register

[solved] need help with one DSDT error

Status
Not open for further replies.
Joined
Mar 21, 2011
Messages
801
Motherboard
GA-Z390-Aorus Pro
CPU
i7-9700K
Graphics
RX 590
I'm cleaning up my extracted dsdt in preparation for applying a couple of small patches for I2C.
there is a premature end of file error about 1/3 way thru the dsdt.

thanks in advance for the help

ken
 

Attachments

  • DSDT.dsl.zip
    70.5 KB · Views: 45
I'm cleaning up my extracted dsdt in preparation for applying a couple of small patches for I2C.
there is a premature end of file error about 1/3 way thru the dsdt.

thanks in advance for the help

ken

Looks like a bad edit (eg. your mistake).
Attach native files from ACPI/origin.
 
Looks like a bad edit (eg. your mistake).
Attach native files from ACPI/origin.
attached.

you will likely see 3 errors when you disassemble the dsdt. I believe I fixed the first two errors by fixing some coding errors, but the third error remained.

thanks
 

Attachments

  • origin.zip
    6.5 KB · Views: 51
attached.

you will likely see 3 errors when you disassemble the dsdt. I believe I fixed the first two errors by fixing some coding errors, but the third error remained.

thanks

Files are incomplete. No DSDT.aml.
 
sorry. I'm an idiot. I moved the dsdt and ssdt's to another folder for disassembly.
here is the complete set.
thanks
Files are incomplete. No DSDT.aml.
I'm an idiot. I had moved the DSDT/SSDT's to another folder for disassembly. here is the complete set from a fresh F4 extraction.
 

Attachments

  • origin.zip
    58.9 KB · Views: 52
sorry. I'm an idiot. I moved the dsdt and ssdt's to another folder for disassembly.
here is the complete set.
thanks

I'm an idiot. I had moved the DSDT/SSDT's to another folder for disassembly. here is the complete set from a fresh F4 extraction.

No unusual errors here.
I disassembled as per guide: iasl -da -dl DSDT.aml SSDT*.aml

Then fixed the ECRW related error as mentioned in the guide.
Then fixed the errors regarding BNUM, DLPN, IDMN, and IDPC by commenting out the unnecessary External declarations for each.

Result: no errors.
 
No unusual errors here.
I disassembled as per guide: iasl -da -dl DSDT.aml SSDT*.aml

Then fixed the ECRW related error as mentioned in the guide.
Then fixed the errors regarding BNUM, DLPN, IDMN, and IDPC by commenting out the unnecessary External declarations for each.

Result: no errors.
thanks. I did it all again and now no errors.
thanks for your patience.
ken

ps--I also tried disassembling with refs.txt, and terminal returned a "segmentation error". I haven't seen that before.
 

Attachments

  • disassembly terminal output.zip
    1.8 KB · Views: 48
  • disassembly.zip
    53.5 KB · Views: 72
Last edited:
thanks. I did it all again and now no errors.
thanks for your patience.
ken

ps--I also tried disassembling with refs.txt, and terminal returned a "segmentation error". I haven't seen that before.

No need for refs.txt with your files.
Marked solved.
 
Status
Not open for further replies.
Back
Top