Jump to content
18 posts in this topic

Recommended Posts

Please help I have a big problem via Wake after sleep.Worked until I turned off the PC and removed from power cables from my PSU.

This is my proble for Wake Up.I write this command on terminal......

After sleep mode pc turn on but no picture on my monitor.Only turn off monitor. 

 

 

syslog |grep -i "Wake reason"

-Mac-Pro kernel[0] <Debug>: Wake reason: GLAN XHC

-Mac-Pro kernel[0] <Debug>: Wake reason: PXSX

 

But after this command this message.....

pmset -g

Active Profiles:

AC Power 2*

Currently in use:

 standby              1

 Sleep On Power Button 1

 womp                 1

 autorestart          0

 hibernatefile        /var/vm/sleepimage

 darkwakes            0

 networkoversleep     0

 disksleep            10

 sleep                10 (sleep prevented by coreaudiod)

 autopoweroffdelay    14400

 hibernatemode        0

 autopoweroff         1

 ttyskeepawake        1

 displaysleep         10

 standbydelay         4200

 

 

Speedstep work greate.......Sleep work same........Please help........

Thank you....

I attach my DSDT.aml!!!!!

Link to comment
https://www.insanelymac.com/forum/topic/293533-i-have-a-big-problem-via-wake/
Share on other sites

Try this one, to make it simple when you check the wake reason for each device stated (e.g. HDEF,...) simply go into the DSDT for that specific device and delete the section:

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

DSDT.aml.zip

  • Like 1

 

Try this one, to make it simple when you check the wake reason for each device stated (e.g. HDEF,...) simply go into the DSDT for that specific device and delete the section:

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

You done it on my dsdt or not?

  • 4 weeks later...
  • 6 months later...

 

Try this one, to make it simple when you check the wake reason for each device stated (e.g. HDEF,...) simply go into the DSDT for that specific device and delete the section:

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

 

it remains only a problem that the external usb (mouse keyboard eg.) can't wake the computer any more :(

 

Try this one, to make it simple when you check the wake reason for each device stated (e.g. HDEF,...) simply go into the DSDT for that specific device and delete the section:

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

 

and after the wake of sleep, the usb device doesn't work any more. do you have any additional way to fix that?

try clover and set the flags to fix USB problems

 

i'm using it, the device-id was injected correctly and also the clock id...

 

i have a auto wake problem after sleep, and with GenericUSBXHCI + gux_defer_usb2, i also had some shutdown bugs.. so i tried to delete the _PRW method, i don't think it's a good idea, but no other choices...

×
×
  • Create New...