Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

guys help solve the last problem ;)
Screen Shot 2020-02-10 at 8.59.21 PM.png
 

Attachments

  • DSDT11111.dsl
    1.3 MB · Views: 77
guys anybody help me with my problem ?
 
ok , I did it
 

Attachments

  • origin.zip
    77.1 KB · Views: 65
ok , I did it
i used the command:
iasl -da -dl DSDT.aml SSDT*.aml

and then used the fix_PARSEOP_ZERO aggressive and fixed all errors

have attached it for you
 

Attachments

  • DSDT.dsl
    1.3 MB · Views: 76
thank's man
Screen Shot 2020-02-11 at 7.30.25 PM.png

only warnings
 
yeah I know ,thanks again
 
please help me with this error, I've been stuck for days trying to fix it by applying syntax patches or even remove the error line code which gave me another syntax error. Please, I would appreciate any help, thanks

Screen Shot 2020-02-14 at 19.16.24.png


After removing those Firmware Error (ACPI) lines:
Screen Shot 2020-02-14 at 19.07.57.png


I also attached my origin files

Lenovo ideapad Flex 6-14IKB
i5 8250u, 8GB DDR4, 250GB nvme ssd, Win 10 64bit + Catalina 10.15.3.
Only the I2C trackpad not working, I'm trying to patch DSDT for that but as soon as I disassembled the files, I'm stuck with that error. I already followed this guide, don't know what to do to fix it
 

Attachments

  • origin.zip
    61.3 KB · Views: 60
Last edited:
please help me with this error, I've been stuck for days trying to fix it by applying syntax patches or even remove the error line code which gave me another syntax error. Please, I would appreciate any help, thanks

View attachment 449754

After removing those Firmware Error (ACPI) lines:
View attachment 449755

I also attached my origin files

Lenovo ideapad Flex 6-14IKB
i5 8250u, 8GB DDR4, 250GB nvme ssd, Win 10 64bit + Catalina 10.15.3.
Only the I2C trackpad not working, I'm trying to patch DSDT for that but as soon as I disassembled the files, I'm stuck with that error. I already followed this guide, don't know what to do to fix it
works fine if you use:
Code:
iasl -dl DSDT.aml SSDT*.aml

and then delete the rubbish code that appears at the top of your DSDT.dsl

make sure to use ACPI 6.2a in preferences
 

Attachments

  • DSDT.dsl
    939.1 KB · Views: 71
Back
Top