Quote:
Originally Posted by MonkeyDLuffy
Anybody made Sleep working faster? Since I upgraded to 10.6.2, my sleep (updated) works but it takes about 45secs to 1min to fully sleep (fans not spinning). The moment I click "sleep" the screen goes black then, wait until it fully turns off (45secs). Before, as soon as I clicked sleep, it only takes 2 secs.
|
My 10.6.2 machine takes 2-3 seconds to fully sleep. Here is how I updated from 10.6.0 to 10.6.2 using skn1hd3t's guide as a reference on a Rev 2.0 MB.
● I ran the MacOSXUpd10.6.1 install package choosing my Snow Leopard partition and re-booted
● I ran myHack_Installer_1.0_RC3_r32 from the 10/9/09 ES2L Kit originally posted by skn1hd33t choosing my Snow Leopard partition as the destination and under Customize excluded SleepEnabler, so I put a check on the ff:
- Core
- com.apple.Boot.plist
- GraphicsEnabler
- fakesmc
- NullCPUPowermanagement
- OpenHaltRestart
- PlatformUUID
● I made a new dstl.aml using the DSDTSE application from this guide and put it in /Extra. skn1hd3t has a new procedure for this now on pg. 1 which I haven't tried. I think you can skip this step as all my original edits were still in the extracted dsdt.dsl file.
● I checked /Extra/Extensions to see if SleepEnabler.kext was in it. (Remove it if it is there). My /Extension folder had the ff:
- fakesmc.kext
- LegacyALC883.kext
- NullCPUPowerManagement.kext
- OpenHaltRestart.kext
- PlatformUUID.kext
● I edited the com.apple.Boot.plist and saved it. This step is probably not necessary as you will repeat it after installing 10.6.2 as noted below. Each time myHack Installer is run, this file gets altered and can be updated prior to running pfix2.2.1 so that the right Theme etc. will load. Mine looks like ff.:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Timeout</key>
<string>5</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>GraphicsEnabler</key>
<string>y</string>
<key>EthernetBuiltIn</key>
<string>y</string>
<key>Theme</key>
<string>bootcamp</string>
<key>Graphics Mode</key>
<string>1024x768x32</string>
</dict>
</plist>
● I ran pfix2.2.1 choosing my Snow Leopard partition (it takes about 5 minutes to complete) and then rebooted
● I ran the MacOSXUpd10.6.2 install package choosing my Snow Leopard partition and rebooted
● I repeated the steps above, starting with myHack_Installer through pfix2.2.1 only I put the SleepEnabler.kext from netkas.org in /Extra/Extensions before running pfix2.2.1. Do not check SleepEnabler on the myHack Installer.
● Reboot and your sleep should work fine. Remember to set your sound output back to Internal Speaker as this always gets changed in the update process.
I suspect this process could be shortened, but this is what worked for me and I haven't tried going back and skipping steps as my system is now working fine.
A couple of times my system froze upon waking (spinning pinwheel). It hasn't happened recently, but if it does, I will try the SleepEnabler that is mentioned below:
Quote:
Originally Posted by free4mac
I'm using the SleepEnabler for 10.6.2 from code.google.com (the Netkas binary patched version didn't work for me), and the HDA and HDAEnabler kexts posted by swhay for audio.
|