Contribute
Register

Various Errors (6105, 6126, 6086) when compiling SSDTs

Status
Not open for further replies.
Joined
Jan 12, 2019
Messages
16
Motherboard
HP Spectre 13-v130ng-Clover
CPU
i7-7500U
Graphics
HD 620, 1920x1080
Mobile Phone
  1. Android
I finally made it to "Your goal is to get each .dsl file to compile without errors ..." and 17 out of 20 DSDT/SSDT compiled without errors. I'm happy so far.

With the following SSDTs I do have errors and I hope to get them fixed.

SSDT-3-INSYDE.dsl
(2988) : error 6105 - Invalid object type for reserved name (_SCP requires 1)

SSDT-6-INSYDE.dsl
(88) : error 6126 - syntax error, unexpected '}'
(109) : error 6126 - syntax error, unexpected PARSEOP_IF
(110) : error 6126 - syntax error, unexpected '{'
(114) : error 6126 - syntax error, unexpected '}'
(147) : error 6126 - syntax error, unexpected $end and premature End-Of-File

SSDT-x11_3-ApCst.dsl
(36) : error 6086 - Not a control method, cannot invoke (\_PR.CPU0._CST is a Untyped)
(44) : error 6086 - Not a control method, cannot invoke (\_PR.CPU0._CST is a Untyped)
(52) : error 6086 - Not a control method, cannot invoke (\_PR.CPU0._CST is a Untyped)
(60) : error 6086 - Not a control method, cannot invoke (\_PR.CPU0._CST is a Untyped)
(68) : error 6086 - Not a control method, cannot invoke (\_PR.CPU0._CST is a Untyped)
(76) : error 6086 - Not a control method, cannot invoke (\_PR.CPU0._CST is a Untyped)
(84) : error 6086 - Not a control method, cannot invoke (\_PR.CPU0._CST is a Untyped)


Regarding SSDT-6-INSYDE:
Looks like a missing { but that's not the case. If I delete line 87 (which just contains "OLDV", line 108 (just "DFUE") and line 113 (just "OLDV") the SSDT compiles without any errors but randomly deleting stuff until all errors are gone isn't the best idea :) Should these lines say eg. "Return (OLDV)"? I do know PHP and I'm familiar with If-Then-Else and such but if everything in between doesn't make sense for me I'm out.
 

Attachments

  • problem_report.zip
    3.3 MB · Views: 94
Hi,
Did you find solution to fix your SSDT3-INSYDE. dsl?
6105 - Invalid object type for reserved name (_SCP requires 1)?
I have HP Envy and the same error in Battery Information Extended.
Exactly the same code in my SSDT.
 
Status
Not open for further replies.
Back
Top