Contribute
Register

[solved] DSDT compiling without anything give me back these errors

Status
Not open for further replies.
Joined
Sep 20, 2018
Messages
103
Motherboard
HP Zbook 15 G3
CPU
i7-6700HQ
Graphics
HD 530 + M1000M
Mobile Phone
  1. iOS
Hello,

I don't know how works with this.

I can't do nothing until found a solution with this.

Thanks for all!

- High Sierra inside Dell Precision M4800
 

Attachments

  • debug_10643.zip
    1.6 MB · Views: 42
  • dsdt errors.jpeg
    dsdt errors.jpeg
    71.6 KB · Views: 58
OK

I've got quit all the errors following the guide but one.

Here my dsdt.dsl

Thanks!

This edit you made is wrong:
Code:
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_: Read-Write Status
                    Store (Zero, ECRW)
                    }
                    If (PM0H)
                            {
                                CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN)  // _LEN: Length
                                Store (Zero, F0LN)
                            }
                }

Read the guide carefully.
 
YEs!!!!!!

Only warnings! No errors!

THanks mate @RehabMan !!!

You are a master!
 
Status
Not open for further replies.
Back
Top