Contribute
Register

i5 3570K, GA-Z77-DS3H, Nvidia 660 GTX, Sleep failure code 0x00000000 0x1f006700

Status
Not open for further replies.
Joined
Apr 12, 2013
Messages
9
Motherboard
Z77-DS3H Rev 1.1
CPU
i5 3570K
Graphics
EVGA Nvidia 980 GTX 4GB
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
I recently built my machine and I have properly configured everything except that sleep and wake don't work. Here is my org.chameleon.Boot.plist
Code:
<?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>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GenerateCStates</key>
    <string>Yes</string>
    <key>GeneratePStates</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>darkwake=0</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
    <key>UseKernelCache</key>
    <string>Yes</string>
       <key>ForceWake</key>
       </string>No</string>
</dict>
</plist>


and I am running 10.8.3. I do not have nullcpupowermanagement or sleepenabler installed, I thought that these were not necessary on this motherboard. Has anyone else had this error code? I pulled this from the console today. "Sleep failure code 0x00000000 0x1f006700"
 
Well I reinstalled ML 10.8.3 and I still can't get sleep to work at all. The screen just stays off, earlier on the HD4000 it woke up just fine so I know its a problem with the GTX 660. Does anyone have this working yet?
 
This is my org.chameleon.boot.plist. Same motherboard and video card, on a Core i7. OS X 10.8.3, haven't moved to .4 yet.
Note the different kernel flags. No drivers installed except network and audio.
I have zero problems with this system, sleeps works fine.
The darkwake=8 flag i set after reading a long thread somewhere on this server. The other params I'm not sure where I got, but it was from a guide on this forum :)

Code:
<?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>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GenerateCStates</key>
    <string>Yes</string>
    <key>GeneratePStates</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>darkwake=8 PCIRootUID=0 npci=0x3000</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
    <key>UseKernelCache</key>
    <string>Yes</string>
</dict>
</plist>
 
Status
Not open for further replies.
Back
Top