Contribute
Register

Lenovo Y50-70 DSDT error x2.

Status
Not open for further replies.
Use this tool and upload your problem reporting files:
Thank you for looking at my problem :)
also my DSDT list from the clover method.
 

Attachments

  • debug_7982.zip
    3.6 MB · Views: 146
  • origin.zip
    38 KB · Views: 123

Attachments

  • DSDT.dsl
    380.3 KB · Views: 94
Many many many thanks :D. Now i can begin with patching my keys
 
Many many many thanks :D. Now i can begin with patching my keys
i ended up commenting out the line using:
//
then both errors went :)
 
I fix it:

Method (_Q1C, 0, NotSerialized) // _Qxx: EC Query
{
If (LAnd (ECOK (), Ones))
{
If (LEqual (Zero, APTG))
{
If (LNotEqual (OSYS, 0x03E8))
{
If (IGDS)
{
^^^GFX0.GHDS (Zero)
}
}
}
Sleep (0x01F4)
Notify (VPC0, 0x80)
}
}
 
Status
Not open for further replies.
Back
Top