Jump to content

How to fix object does not exist ( _sb.pci0.peg0.pegp)?


Recommended Posts

Posted

Hi guys how to fix that error 'object does not exist ( _sb.pci0.peg0.pegp)'. After used PJALM Gigabyte Z87X UD5H patch Im getting this error. I marked with red.


Line 12032 object does not exist ( _sb.pci0.peg0.pegp)


Method (BRTN, 1, Serialized)

{

If (LEqual (And (DIDX, 0x0F00), 0x0400))

{

Notify (\_SB.PCI0.GFX0.DD1F, Arg0)

}

}


Scope (_GPE)

{

Method (_L09, 0, NotSerialized) // _Lxx: Level-Triggered GPE

{

If (LEqual (RP1D, Zero))

{

\_SB.PCI0.RP01.HPME ()

Notify (\_SB.PCI0.RP01, 0x02)

}


If (LEqual (RP2D, Zero))

{

\_SB.PCI0.RP02.HPME ()

Notify (\_SB.PCI0.RP02, 0x02)

}


If (LEqual (RP3D, Zero))

{

\_SB.PCI0.RP03.HPME ()

Notify (\_SB.PCI0.RP03, 0x02)

}


If (LEqual (RP4D, Zero))

{

\_SB.PCI0.RP04.HPME ()

Notify (\_SB.PCI0.RP04, 0x02)

}


If (LEqual (RP5D, Zero))

{

\_SB.PCI0.RP05.HPME ()

Notify (\_SB.PCI0.RP05, 0x02)

}


If (LEqual (RP6D, Zero))

{

\_SB.PCI0.RP06.HPME ()

Notify (\_SB.PCI0.RP06, 0x02)

}


If (LEqual (RP7D, Zero))

{

\_SB.PCI0.RP07.HPME ()

Notify (\_SB.PCI0.RP07, 0x02)

}


If (LEqual (RP8D, Zero))

{

\_SB.PCI0.RP08.HPME ()

Notify (\_SB.PCI0.RP08, 0x02)

}


If (LEqual (D1F0, One))

{

\_SB.PCI0.PEG0.HPME ()

Notify (\_SB.PCI0.PEG0, 0x02)

Notify (\_SB.PCI0.PEG0.PEGP, 0x02)

}


If (LEqual (D1F1, One))

{

\_SB.PCI0.PEG1.HPME ()

Notify (\_SB.PCI0.PEG1, 0x02)

}


If (LEqual (D1F2, One))

{

\_SB.PCI0.PEG2.HPME ()

Notify (\_SB.PCI0.PEG2, 0x02)

}

}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...