Contribute
Register

GA-Z68XP-UD3P owners

Status
Not open for further replies.
OK i want to get sleep working now and forever! :D

Still does not work grrrr.

So anyone?


10.10.4

pmset -g assertions
2015-07-29 13:02:47 +0200
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 0
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 0
PreventUserIdleSystemSleep 0
NetworkClientActive 0
Kernel Assertions: 0x4=USB
id=500 level=255 0x4=USB mod=29-07-15 13:05 description=EHC2 owner=AppleUSBEHCI
id=501 level=255 0x4=USB mod=29-07-15 13:05 description=EHC1 owner=AppleUSBEHCI

When i put it to sleep it boots back after 3 seconds
I am using clover

thankx
 
Did you install 10.11?i have a problem about SLEEP.now,OS X 10.11 can't auto sleep and can't wakeup after manual click sleep

btw:SLEEP is OK on 10.10
 
@ Discreetlogic

Thanks for this great Thread. As i have nearly the same Hardware, now running 10.9.5 i still have some problems:

1. Any suggestions on how to run my RAM @ 1600 (instead of the boards standard 1333)?

2. Any suggestions on making an SSDT for usage with 4.2Ghz max clock ?

System:

10.9.5
GA Z68XP UD3P UEFI
4x4 1600Mhz HyperX Ram
i5 2500K@stock (which had no problems running 4.2 under 10.7.3 for years)
 
Despite my unfulfilled wishes to OC the rig, i have a slight problem: After every reboot i get an error message, that the system wasn't powered off correct.

Ive been reading on this for a while now, made a new ssdt (and the speedsteps seem to work) but i'm getting the panic(cpu 2 caller 0xffffff7f81e3cc52): pmLock: waited too long, held by 0@0xffffff8002e44ef

eventually its caused by the appleintelcpupowermanagement ? any ideas about that ?


regards
 
I gave up on oc'ing on this board myself to tell you the truth.

It was too much hassle for what it was worth.

Even when I oc'd to 4.2, I would get side effects :

-every so often usb was flaky, I have a clover usb key to boot and it ejected it every return from sleep. stock clocks, usb's fine.
-Every so often waking up, the computer would start spinning fans, waking up, then shut down, woke up again in a loop... until I shut the power supply and wait a couple seconds.

Gigabyte has been disappointing bios wise, they released a uefi bios, which is cool, but it stayed beta... wtf.

Next upgrade cycle I'm going back to ASUS, seems like they are hackintoshable now anyways. (And some have intel nics...)

About memory at 1600 : It should be 1600 in the bios, if try forcing it? XMP doesn't work well on my gskill ram, but it's detected at 1600.

About El capitan, I'm waiting till it's out.

I already put in the clover stuff for csr and updated clover though. (RtVariables section)

Here's my config.plist minus the serial numbers :


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>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <dict>
                <key>ATI</key>
                <false/>
                <key>Firewire</key>
                <true/>
                <key>HDA</key>
                <true/>
                <key>HDMI</key>
                <true/>
                <key>IDE</key>
                <false/>
                <key>IntelGFX</key>
                <false/>
                <key>LAN</key>
                <true/>
                <key>LPC</key>
                <false/>
                <key>NVidia</key>
                <true/>
                <key>SATA</key>
                <false/>
                <key>SmBUS</key>
                <false/>
                <key>USB</key>
                <true/>
                <key>WIFI</key>
                <false/>
            </dict>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP_0001</key>
                <true/>
                <key>AddHDMI_8000000</key>
                <true/>
                <key>AddPNLF_1000000</key>
                <true/>
                <key>DeleteUnused_400000</key>
                <true/>
                <key>FIX_ACST_4000000</key>
                <true/>
                <key>FIX_ADP1_800000</key>
                <true/>
                <key>FIX_RTC_20000</key>
                <true/>
                <key>FIX_S3D_2000000</key>
                <true/>
                <key>FiX_TMR_40000</key>
                <true/>
                <key>FiX_WAK_200000</key>
                <true/>
                <key>FixAirport_4000</key>
                <true/>
                <key>FixDarwin_0002</key>
                <true/>
                <key>FixDisplay_0100</key>
                <true/>
                <key>FixFirewire_0800</key>
                <true/>
                <key>FixHDA_8000</key>
                <true/>
                <key>FixHPET_0010</key>
                <true/>
                <key>FixIPIC_0040</key>
                <true/>
                <key>FixLAN_2000</key>
                <true/>
                <key>FixRegions_10000000</key>
                <true/>
                <key>FixSATA_0400</key>
                <true/>
                <key>FixSBUS_0080</key>
                <true/>
                <key>FixShutdown_0004</key>
                <true/>
                <key>FixUSB_1000</key>
                <true/>
                <key>NewWay_80000000</key>
                <true/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>CpuPm</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>Cpu0Ist</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
        </array>
        <key>HaltEnabler</key>
        <true/>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>EnableC2</key>
            <true/>
            <key>EnableC4</key>
            <true/>
            <key>EnableC6</key>
            <true/>
            <key>EnableC7</key>
            <true/>
            <key>Generate</key>
            <true/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>slide=0 dart=0 nvda_drv=1 kext-dev-mode=1</string>
        <key>CustomLogo</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>DefaultLoader</key>
        <string>boot.efi</string>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <string>Yes</string>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>Detect</string>
            <key>ResetHDA</key>
            <true/>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
    </dict>
    <key>GUI</key>
    <dict>
        <key>ConsoleMode</key>
        <string>Max</string>
        <key>Hide</key>
        <array>
            <string>Microsoft Reserved</string>
            <string>Untitled</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <false/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <true/>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>maverickslogin</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>KernelCpu</key>
        <true/>
        <key>KernelPm</key>
        <true/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>t1-10.9-10.10-AppleHDA/Resources/xml&gt;zml</string>
                <key>Find</key>
                <data>
                eG1sLnps
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                em1sLnps
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.9-10.10-AppleHDA/Realtek ALC889</string>
                <key>Find</key>
                <data>
                ixnUEQ==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                iQjsEA==
                </data>
            </dict>
            <dict>
                <key>Find</key>
                <data>
                QVBQTEUgU1NEAA==
                </data>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAA==
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>MLB</key>
        <string>C02032109R5DC771H</string>
        <key>ROM</key>
        <string>UseMacAddr1</string>
            <key>CsrActiveConfig</key>
            <string>0x3</string>
            <key>BooterConfig</key>
            <string>0x28</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>10/17/11</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>IM121.88Z.0047.B1D.1110171110</string>
        <key>Board-ID</key>
        <string>Mac-942B59F58194171B</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardSerialNumber</key>
        <string>C02FPMB7DHJP12345</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>iMac-Aluminum</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>13</string>
        <key>Family</key>
        <string>iMac</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>ProductName</key>
        <string>iMac12,2</string>
        <key>SerialNumber</key>
        <string>OMITTED</string>
        <key>SmUUID</key>
        <string>OMITTED</string>
        <key>Trust</key>
        <false/>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
Despite my unfulfilled wishes to OC the rig, i have a slight problem: After every reboot i get an error message, that the system wasn't powered off correct.

Ive been reading on this for a while now, made a new ssdt (and the speedsteps seem to work) but i'm getting the panic(cpu 2 caller 0xffffff7f81e3cc52): pmLock: waited too long, held by 0@0xffffff8002e44ef

eventually its caused by the appleintelcpupowermanagement ? any ideas about that ?


regards

Have a look at MIT current status in the BIOS/UEFI

If it's blank, pull the battery, wait a bit, re-check. if still blank, reinstall bios.

Happened to me once. Lost a whole evening on that one. :banghead:

My board is rev 1.0 not 1.3.

But you've probably have a problem with the ssdt if you;ve tinkered.
 
Anyone know why I would be able to get the Nvidia web drivers to work on this board with a GTX960 when system id is set to MacPro6,1 but not when set to iMac12,2?
 
Anyone know why I would be able to get the Nvidia web drivers to work on this board with a GTX960 when system id is set to MacPro6,1 but not when set to iMac12,2?

If anyone cares: I was able to fix this issue with the iMac12,2 system definition and Nvidia web drivers by adding an entry for the iMac12,2 board-id in AppleGraphicsDevicePolicy.kext's Info.plist and setting the config entry to none. Only problem remaining is that the system seems to poweroff too quickly for a proper shutdown and I'm getting recovered files folders in my trash on every boot. Annoying but not too much of an issue. Anyone know why it does that and if anything can be done about it?
 
I gave overclocking a shot the other day, and got a 4.2 overclock on stock voltages working without the side effects (ejected usb, monitor taking two keyboard presses to turn on)

Here are my settings if anyone want to give it a try.

UEFI full res clover booting style. Looks nice.

FYI OS Type is windows whql

Going to wipe my ssd-raid-0 volume for El Cap and start "native" clover from day 1.

Want to see if it creates the recovery partition, among other things.

Good times.

150930010709.jpeg150930010729.jpeg150930010802.jpeg150930010808.jpeg150930010819.jpeg
 
Want to see if it creates the recovery partition, among other things.
With a proper Clover config.plist and ssdt.sml on the Clover/El Capitan bootdisk, it does create the recovery partition without an additional reboot. Caught me by surprise.
 
Status
Not open for further replies.
Back
Top