Jump to content

Automatic restart after shutdown


yflwz
 Share

6 posts in this topic

Recommended Posts

Reinstalled the system, finally accidentally found that the cause of shutdown restart is caused by LAN network card. If I do not install the LAN driver, the shutdown is normal. The following is the LAN part of DSDT. How should I modify it?

Device (GLAN)
        {
            Name (_ADR, 0x00190000)  // _ADR: Address
            Method (_PRW, 0, NotSerialized)  // _PRW: Power Resources for Wake
            {
                If (WOLE)
                {
                    Return (Package (0x02)
                    {
                        0x0D, 
                        0x04
                    })
                }
                Else
                {
                    Return (Package (0x02)
                    {
                        0x0D, 
                        Zero
                    })
                }
            }

Link to comment
Share on other sites

 Share

×
×
  • Create New...