Jump to content

10.8.2 Sleep Problem


20 posts in this topic

Recommended Posts

Hey guys. I recently installed 10.8.2 -again- and I got everything working including SpeedStep. But I can't make my PC to sleep. I use DSDT to enable USB ports.

 

Here is the pmset -g assertions output. It shows that 2 processes prevent my computer from sleeping. But even after killing 'em it doesn't go to sleep anyway. When I try SleepEnabler.kext, I always get the same error: "Version mismatch between Kernel and CPU"

 

My computer's specs:

Intel C2Duo P8700

4GB RAM

NVIDIA GeForce 9600M GS

Broadcom BCM4312

 

Please help me with that.

 

Mustafa-Mac-Pro:~ Mavi$ pmset -g assertions
26.05.2013 00:07:23 GMT+
Assertion status system-wide:
PreventUserIdleDisplaySleep 0
PreventSystemSleep			 0
PreventUserIdleSystemSleep	 0
ExternalMedia				 1
DisableLowPowerBatteryWarnings 0
UserIsActive				 0
ApplePushServiceTask		 0
BackgroundTask				 1
Listed by owning process:
pid 18(powerd): [0x00000009000001a3] 00:29:21 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"
pid 260(helpd): [0x0000000c00000158] 00:30:32 BackgroundTask named: "com.apple.helpd.sdmbuilding"
pid 38(mds): [0x0000000c0000012e] 00:30:45 BackgroundTask named: "com.apple.metadata.mds"
Kernel Assertions: 0x0132
* Kernel Assertion ID = 500
Created At = 01.01.1970 02:05:54 GMT+
Modified At = 25.05.2013 23:44:05 GMT+
Owner ID = 0xffffff800abee000
Level = 255
Assertions Set = None (4)
* Kernel Assertion ID = 501
Created At = 01.01.1970 02:05:54 GMT+
Modified At = 25.05.2013 23:54:19 GMT+
Owner ID = 0xffffff800abc5000
Level = 255
Assertions Set = None (4)
* Kernel Assertion ID = 502
Created At = 25.05.2013 23:38:11 GMT+
Modified At = 01.01.1970 02:00:00 GMT+
Owner ID = 0xffffff806a78d000
Level = 0
Assertions Set = None (4)
* Kernel Assertion ID = 503
Created At = 25.05.2013 23:38:11 GMT+
Modified At = 01.01.1970 02:00:00 GMT+
Owner ID = 0xffffff806a7c4000
Level = 0
Assertions Set = None (4)
* Kernel Assertion ID = 504
Created At = 25.05.2013 23:39:55 GMT+
Modified At = 01.01.1970 02:00:00 GMT+
Owner ID = 0xffffff806a787000
Level = 0
Assertions Set = None (4)
* Kernel Assertion ID = 505
Created At = 25.05.2013 23:39:55 GMT+
Modified At = 01.01.1970 02:00:00 GMT+
Owner ID = 0xffffff806a78a000
Level = 0
Assertions Set = None (4)
* Kernel Assertion ID = 506
Created At = 25.05.2013 23:40:21 GMT+
Modified At = 01.01.1970 02:00:00 GMT+
Owner ID = 0xffffff806a7c7000
Level = 0
Assertions Set = None (4)
* Kernel Assertion ID = 507
Created At = 25.05.2013 23:40:22 GMT+
Modified At = 01.01.1970 02:00:00 GMT+
Owner ID = 0xffffff806a790000
Level = 0
Assertions Set = None (4)
* Kernel Assertion ID = 512
Created At = 26.05.2013 00:15:17 GMT+
Modified At = 01.01.1970 02:00:00 GMT+
Owner ID = 0xffffff800ae78200
Level = 255
Assertions Set = None (128)

dsdt.aml.zip

Link to comment
Share on other sites

if you have a External Disk connected this is the problem :

com.apple.powermanagement.

externalmediamounted

"

 

I agree. But externalmediamounted doesn't appear all the time and when even nothing appears on the list, it won't sleep.

Link to comment
Share on other sites

well, this can be your graphic card, try install lasted NVIDIA KEXTS

 

put this code in app Terminal: and loo if the system go to sleep

 

sudo pmset -a hibernatemode 0

sudo rm /var/vm/sleepimage

Link to comment
Share on other sites

well, this can be your graphic card, try install lasted NVIDIA KEXTS

 

put this code in app Terminal: and loo if the system go to sleep

 

 

sudo pmset -a hibernatemode 0

sudo rm /var/vm/sleepimage

No luck again. Screen goes dark, fan keeps spinning, keyboard doesn't work.

Link to comment
Share on other sites

try this again, and close all app and Termial, then put to sleep, if not work you need look report from Console app, and look if this report any problem with sleep or graphic card

 

sudo pmset -a hibernatemode 0

cd /private/var/vm

sudo rm -rf *

sudo touch /private/var

Link to comment
Share on other sites

try this again, and close all app and Termial, then put to sleep, if not work you need look report from Console app, and look if this report any problem with sleep or graphic card

 

 

sudo pmset -a hibernatemode 0

cd /private/var/vm

sudo rm -rf *

sudo touch /private/var

 

 

26.05.2013 20:27:58,074 WindowServer[96]: Created shield window 0x102 for display 0x2be05d00

26.05.2013 20:27:58,100 WindowServer[96]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)

26.05.2013 20:27:58,109 WindowServer[96]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)

 

These are the last entries before I clicked Sleep menu item. By the way it failed to sleep again.

 

Sleep failure code has changed.

It was "Sleep failure code 0x00000000 0x02000000", now it is "Sleep failure code 0x00000386 0x02006700"

Link to comment
Share on other sites

you have in your org.chameleon.boot.plist this flag? darkwake=0

 

put this in terminal app and post result

 

 

syslog | grep -i sleep

 

I don't have darkwake=0 flag and here is the output:

 

ustafa-Mac-Pro:~ Mavi$ syslog | grep -i sleep
May 26 03:10:27 Mustafa-Mac-Pro.local WindowServer[81] <Warning>: handle_will_sleep_auth_and_shield_windows: no lock state data
May 26 03:24:15 Mustafa-Mac-Pro.local WindowServer[81] <Warning>: handle_will_sleep_auth_and_shield_windows: no lock state data
May 26 03:29:40 localhost kernel[0] <Debug>: Sleep failure code 0x00000000 0x02000000
May 26 03:35:46 Mustafa-Mac-Pro.local WindowServer[88] <Warning>: handle_will_sleep_auth_and_shield_windows: no lock state data
May 26 11:37:26 localhost kernel[0] <Debug>: Sleep failure code 0x00000000 0x02000000
May 26 16:26:58 localhost kernel[0] <Debug>: Sleep failure code 0x00000000 0x02000000
May 26 16:33:17 localhost kernel[0] <Debug>: Sleep failure code 0x00000000 0x02000000
May 26 16:38:56 localhost kernel[0] <Debug>: Sleep failure code 0x00000000 0x02000000
May 26 16:56:08 localhost kernel[0] <Debug>: Sleep failure code 0x00000000 0x02000000
May 26 17:12:23 localhost kernel[0] <Debug>: Sleep failure code 0x00000000 0x02000000
May 26 19:40:34 Mustafa-Mac-Pro.local WindowServer[89] <Warning>: handle_will_sleep_auth_and_shield_windows: no lock state data
May 26 20:00:12 Mustafa-Mac-Pro.local sudo[716] <Notice>:	 Mavi : TTY=ttys000 ; PWD=/Users/Mavi ; USER=root ; COMMAND=/bin/rm /var/vm/sleepimage
May 26 20:04:21 localhost kernel[0] <Debug>: Sleep failure code 0x00000386 0x02006700
May 26 20:29:49 localhost kernel[0] <Debug>: Sleep failure code 0x00000386 0x02006700

Link to comment
Share on other sites

post screnshot from this app, or copy past results

 

 

Systeminfo-Mac.zip

 

First steep if you want sleep working delete all this kext, then repair permissions with Kext Wizard/reboot, put your machine to sleep, look if this work now

 

Edit: send me your Extra folder

 

 

95 0 0xffffff7f817c8000 0x4000 0x4000 com.superhai.driver.VoodooPowerMini (1.2.49) <7 5 4 3>

97 3 0xffffff7f817d1000 0x42000 0x42000 org.virtualbox.kext.VBoxDrv (4.2.12) <7 5 4 3 1>

98 0 0xffffff7f81813000 0x8000 0x8000 org.virtualbox.kext.VBoxUSB (4.2.12) <97 45 35 7 5 4 3 1>

99 0 0xffffff7f8181b000 0x5000 0x5000 org.virtualbox.kext.VBoxNetFlt (4.2.12) <97 7 5 4 3 1>

100 0 0xffffff7f81820000 0x6000 0x6000 org.virtualbox.kext.VBoxNetAdp (4.2.12) <97 5 4 1>

101 0 0xffffff7f81826000 0x28000 0x28000 com.paragon-software.filesystems.ntfs (100) <7 5 4 1>

Link to comment
Share on other sites

First steep if you want sleep working delete all this kext, then repair permissions with Kext Wizard/reboot, put your machine to sleep, look if this work now

 

Edit: send me your Extra folder

 

 

95 0 0xffffff7f817c8000 0x4000 0x4000 com.superhai.driver.VoodooPowerMini (1.2.49) <7 5 4 3>

97 3 0xffffff7f817d1000 0x42000 0x42000 org.virtualbox.kext.VBoxDrv (4.2.12) <7 5 4 3 1>

98 0 0xffffff7f81813000 0x8000 0x8000 org.virtualbox.kext.VBoxUSB (4.2.12) <97 45 35 7 5 4 3 1>

99 0 0xffffff7f8181b000 0x5000 0x5000 org.virtualbox.kext.VBoxNetFlt (4.2.12) <97 7 5 4 3 1>

100 0 0xffffff7f81820000 0x6000 0x6000 org.virtualbox.kext.VBoxNetAdp (4.2.12) <97 5 4 1>

101 0 0xffffff7f81826000 0x28000 0x28000 com.paragon-software.filesystems.ntfs (100) <7 5 4 1>

 

I deleted those kexts and no luck again.

 

By the way I don't have any kexts in my Extra folder. I had AppleACPIPlatform1067.kext and I moved it to S/L/E folder.

AppleACPIPlatform1067.kext.zip

Link to comment
Share on other sites

search in S/L/E and delete all that I post, then change your Extra with this one/reboot, DSDT is patched and I change smbios and boot.plist of accord your model Laptop

 

 

Extra.zip

 

Fan still works and the result is still the same.

Link to comment
Share on other sites

 Share

×
×
  • Create New...