Contribute
Register

Error 6126 and ssdt with strange suffix

Status
Not open for further replies.
Joined
Nov 27, 2018
Messages
7
Motherboard
vx5-591g-558z-Clover
CPU
i5-7300HQ
Graphics
GTX 1050 Ti /HD 630, 1920*1080
Yo i'm french sorry for my bad english :)

Hello,

I am following the tutorial to patch the dsdt and ssdt which is on this site, and the tutorial to disable the second gpu. But I have a problem I have an error when compiling the dsdt, it was already present in the origin ....

My second concern is that my ssdt have weird suffixes, I use all methods to disassemble them, the method with ref.txt does not work ...


My laptop is Acer aspire vx5-591g,

I5-7300hq with hd 630 graphics
gtx1050ti
ssd 250go and 1To
8gb ddr4

Thanks you,
 

Attachments

  • Capture d’écran 2019-01-18 à 13.53.49.png
    Capture d’écran 2019-01-18 à 13.53.49.png
    77.7 KB · Views: 211
  • Capture d’écran 2019-01-18 à 13.54.28.png
    Capture d’écran 2019-01-18 à 13.54.28.png
    242 KB · Views: 181
  • origin.zip
    273.5 KB · Views: 187
Yo i'm french sorry for my bad english :)

Hello,

I am following the tutorial to patch the dsdt and ssdt which is on this site, and the tutorial to disable the second gpu. But I have a problem I have an error when compiling the dsdt, it was already present in the origin ....

My second concern is that my ssdt have weird suffixes, I use all methods to disassemble them, the method with ref.txt does not work ...


My laptop is Acer aspire vx5-591g,

I5-7300hq with hd 630 graphics
gtx1050ti
ssd 250go and 1To
8gb ddr4

Thanks you,
dsl files do not belong in acpi/patched folder

As per rules, please update your hardware profile to allow others to help you easier
https://www.tonymacx86.com/account/

please read the faq for proper hardware profile setup:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

best you read up on dsdt patching:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/post-950097
 
Thank you for your help, I did what you asked me. I read again the tutorial but I do not see where I could have been wrong, translation problem? I do not know. When I go to EFI / Clover / ACPI / origin I find the ssdts with weird suffixes and when I decompile with "iasl -dl DSDT.aml SSDT * .aml" and that I look at the file dsdt.dsl it already contains error 6126.

Thanks you,
 
Thank you for your help, I did what you asked me. I read again the tutorial but I do not see where I could have been wrong, translation problem? I do not know. When I go to EFI / Clover / ACPI / origin I find the ssdts with weird suffixes and when I decompile with "iasl -dl DSDT.aml SSDT * .aml" and that I look at the file dsdt.dsl it already contains error 6126.

Thanks you,
use a parseop fix under patches

only .aml files belong in acpi/patched
 
Hello,

I tried to use PARSEOP fix patches but the apply button is grayed out ...
 
Use the tool here and upload your problem reporting files:
 
its good !
 

Attachments

  • debug_22632.zip
    7.4 MB · Views: 181
its good !

Just add Name(SS1,0) and the errors are solved...

eg.
Code:
    External (WMID, DeviceObj)    // (from opcode)

Name(SS1,0)//added
    Name (SS2, Zero)
 
Status
Not open for further replies.
Back
Top