Contribute
Register

Fix sleep Yosemite

Status
Not open for further replies.
Joined
Sep 30, 2014
Messages
102
Motherboard
Asus k550jk-xo003h (MoBo x550jk) + Clover
CPU
i7-4710HQ - HM86
Graphics
nVidia GTX 850m (disabled) + Intel HD 4600 - 1366x768
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
How can I fix the sleep? When I click on "stop" the screen turn off and after some seconds the computer goes into sleep, but it won't wake. And more, when I wake it before the sleep (when only the screen is off) I have less colors :/ this is what I mean:
Schermata 2015-01-23 alle 21.20.38.png
 
How can I fix the sleep? When I click on "stop" the screen turn off and after some seconds the computer goes into sleep, but it won't wake. And more, when I wake it before the sleep (when only the screen is off) I have less colors :/ this is what I mean:
View attachment 123280

When you say the "computer goes into sleep"... is the power LED blinking as it would be when it is in sleep on Windows?

How are you attempting to wake the computer? Power button?

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
 
I try to wake the pc with power button, it wakes but not the screen so I have to restart by hold the power button..

View attachment RehabMan.zip

Output of kextstat|grep -y acpiplat:
Code:
13    2 0xffffff7f8229e000 0x5c000    0x5c000    com.apple.driver.AppleACPIPlatform (1.3.6) <12 11 7 6 5 4 3>


No output for kextstat|grep -y appleintelcpu :problem:

However, I meant that the power led is not blinking because the computer is not in sleep yet in that moment, it goes really into sleep after few seconds..
 
I try to wake the pc with power button, it wakes but not the screen so I have to restart by hold the power button..

It is a typical problem with ig-platform-id 0xa2e000a.

At least one person fixed it with this patch for AppleIntelFramebufferAzul:
Find: <01000000 40000000 d6000000 05050000>
Repl: <01000000 40000000 1e000000 05050000>

However, I meant that the power led is not blinking because the computer is not in sleep yet in that moment, it goes really into sleep after few seconds..

The 15 sec delay for entering sleep is normal.
 
It is a typical problem with ig-platform-id 0xa2e000a.

At least one person fixed it with this patch for AppleIntelFramebufferAzul:
Find: <01000000 40000000 d6000000 05050000>
Repl: <01000000 40000000 1e000000 05050000>



The 15 sec delay for entering sleep is normal.

I tried that patch in clover and it doesn't work.. A question: in find and replace I should insert the spaces between the hexadecimal values or I have to write all of them without spaces (ex: 0100000040000000d600000005050000 ) ?
 
I tried that patch in clover and it doesn't work.. A question: in find and replace I should insert the spaces between the hexadecimal values or I have to write all of them without spaces (ex: 0100000040000000d600000005050000 ) ?

Post your config.plist.
 
Oh yes I sent you a wrong config.plist, here it is: View attachment 123535

You could also try changing the values to what is used on 0xa260006:

Repl: <01000000 40000000 0f000000 01010000>

Also, the opposite strategy may be useful. Start with 0xa260006 and patch it to better match 0xa2e000a.

Also, make sure you have vanilla Azul. The patch will only apply if the pattern in Find can be found. If you've patched the file on disk, it may not match.
 
Status
Not open for further replies.
Back
Top