Jump to content

Shutdown not working.


arjanv
 Share

10 posts in this topic

Recommended Posts

  • 2 weeks later...

I encounterd a situation is that computer shutdown(black screen) but power still on after long time functioning. Then I updated Management Engine firmware to solve this problem. I don't know whether this is suite for you, but it did fix my problem. Hope this help.

 

 

http://www.win-raid.com/t596f39-Intel-Management-Engine-Drivers-Firmware-amp-System-Tools.html

Link to comment
Share on other sites

u can try:

 

in _PTS

Store (Zero, \_SB.PCI0.LPCB.AG3E)
        If (LEqual (Arg0, 0x05))
        {
            Store (Zero, SLPE)
            Sleep (0x10)
        }

in definitin block

OperationRegion (PMRS, SystemIO, 0x0430, One)
    Field (PMRS, ByteAcc, NoLock, Preserve)
    {
            ,   4, 
        SLPE,   1
    }

in LPC

Name (_ADR, 0x001F0000)  // _ADR: Address
                OperationRegion (LPC0, PCI_Config, 0xA4, 0x02)
                Field (LPC0, ByteAcc, NoLock, Preserve)
                {
                    AG3E,   1
                }
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...