Jump to content
18 posts in this topic

Recommended Posts

I've made everything you said to me I've replace all the stuff that patch guide told but It gives me an error that i can not fix

 

I'm attaching a screenshot of my SSDT  because I can not save it , to help me go through this error!

 

Thanks in advance

 

 

post-1206811-0-63755300-1428664025_thumb.png

            Method (_PRW, 0, NotSerialized)
            {
                Return (Package (GPRW){
                  0x09, 
                  0x04
            })

Should be: 

                    Method (_PRW, 0, NotSerialized)  // _PRW: Power Resources for Wake
                    {
                        Return (GPRW (0x09, 0x04))
                    }

Still have some errors about the brackets.

ssdt.zip

            Method (_PRW, 0, NotSerialized)
            {
                Return (Package (GPRW){
                  0x09, 
                  0x04
            })

Should be: 

                    Method (_PRW, 0, NotSerialized)  // _PRW: Power Resources for Wake
                    {
                        Return (GPRW (0x09, 0x04))
                    }

Still have some errors about the brackets.

 

try this: SSDT.zip

×
×
  • Create New...