Contribute
Register

how to fix error DSDT ?

Status
Not open for further replies.
as per the guide, warnings are fine, its the errors (which you have none) that matters
after I used remove _DMS and Skylake LPC It's an error """ 27570, 6126, syntax error, unexpected $end and premature End-Of-File """"

How to fix it ??
 
after I used remove _DMS and Skylake LPC It's an error """ 27570, 6126, syntax error, unexpected $end and premature End-Of-File """"

How to fix it ??
go back to the fresh one i made you, try the patch rename _DMS to XDMS then try the skylake lpc patch
 
go back to the fresh one i made you, try the patch rename _DMS to XDMS then try the skylake lpc patch
okey . it not error ... I love you =))) thanksss
 
sory. I sent the wrong file ! it here

Your DSDT in ACPI/patched was not created from the DSDT in ACPI/origin.

Note different SystemMemory addresses:
Code:
SPEEDY-NUC:patched rehabman$ diff ../origin/DSDT.dsl ../patched/DSDT.dsl|grep SystemMemory
<     OperationRegion (GNVS, SystemMemory, 0x7FF94000, 0x05F4)
>     OperationRegion (GNVS, SystemMemory, 0x87F94000, 0x05F4)
<                 OperationRegion (CPSB, SystemMemory, 0x7F95CF18, 0x10)
>                 OperationRegion (CPSB, SystemMemory, 0x8795CF18, 0x10)
 
Your DSDT in ACPI/patched was not created from the DSDT in ACPI/origin.

Note different SystemMemory addresses:
Code:
SPEEDY-NUC:patched rehabman$ diff ../origin/DSDT.dsl ../patched/DSDT.dsl|grep SystemMemory
<     OperationRegion (GNVS, SystemMemory, 0x7FF94000, 0x05F4)
>     OperationRegion (GNVS, SystemMemory, 0x87F94000, 0x05F4)
<                 OperationRegion (CPSB, SystemMemory, 0x7F95CF18, 0x10)
>                 OperationRegion (CPSB, SystemMemory, 0x8795CF18, 0x10)
what do I do now ?
How to fix Black screen when start ?
this is Clover And Config .
I'm hope getting help from you guys!

#
RehabMan
feartech
 

Attachments

  • CLOVER.zip
    4.9 MB · Views: 62

Attachments

  • picture error.jpg
    picture error.jpg
    125 KB · Views: 90
Status
Not open for further replies.
Back
Top