Jump to content

Will not sleep


Ashanx
 Share

21 posts in this topic

Recommended Posts

Every time my system goes to sleep, it immediately comes right back on.    When I look at the reasons why.   It says HDEF EHCI1 EHCI2.     I have tried uninstalling boom, Tried with and with out HDMI fake id kexts.   Tried the USB 3.0 fix for El Capitan.   I am at a loss here.  Can anyone help with this?

Link to comment
Share on other sites

You need apply USB patches in your DSDT.

 

Also removing these methods can helps too:

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

Uncheck this option -  If you use:

 

Screen Shot 2016-02-20 at 11.38.48 PM.png

Link to comment
Share on other sites

You need apply USB patches in your DSDT.

 

Also removing these methods can helps too:

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

Uncheck this option -  If you use:

 

attachicon.gifScreen Shot 2016-02-20 at 11.38.48 PM.png

Thank you, I went ahead and added that to my dsdt and then also took uncheck allow wifi to wake.  Still does not work, wakes up immediately

Link to comment
Share on other sites

You've delete this, save and reboot?

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

Also, after do these steps, rebuild your disk caches.


What bootloader are you using?

  • Like 1
Link to comment
Share on other sites

You've delete this, save and reboot?

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

Also, after do these steps, rebuild your disk caches.

What bootloader are you using?

Your a Genius,   I had that under HDEF.   Deleted that line and now sleep works now.    Thank you.    Now I need to figure out how to fix the boot graphics glitch during boot up.   Was working using Clover patch, but when I updated os its back.   Doesn't really do anything other, but its annoying when it boots up.  I like to have it as fluid as possible.   Thanks again

  • Like 1
Link to comment
Share on other sites

NP  ^_^

 

Try this for the boot garble.

Comment: Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)
Name: IOGraphicsFamily
Find: <01000075 17>
Replace: <010000eb 17>

And the S.I.P is disabled?

Link to comment
Share on other sites

NP  ^_^

 

Try this for the boot garble.

Comment: Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)
Name: IOGraphicsFamily
Find: <01000075 17>
Replace: <010000eb 17>

And the S.I.P is disabled?

Yes I have that disabled.   The patch however did not work

Link to comment
Share on other sites

Ok.

 

What is your hardware specs?

Intel 2.39ghz i7

Intel 4600 1536mb graphics

16gb 1600mhz ddr3

128gb/1tb Western Digital Black2 hybrid drive

bcm4392 wifi/bluetooth Combo

 

I am currently using Rehabman's fakepciid pack.     

Link to comment
Share on other sites

Sorry, try this: attachicon.gifconfig.plist.zip

 

When you put the .plist in the right place, repair the disk permissions and rebuild the cache.

After that, reboot, and look if your problem has fixed.

 

Btw, your QE/CI it's totally enabled?

yeah that is fully enabled.  Once booted up everything is ok, its just on the boot up screen.  

Link to comment
Share on other sites

 Share

×
×
  • Create New...