![]() |
|
#1
|
|||
|
|||
|
Rampage II Gene Snow Leopard: Can't Restart After Sleep
I've got 10.6.1 up and running pretty well on this board. Great performance, and it seems largely compatible. Everything seems to be working with the exception of a strange interaction between sleep and restart. The system will shutdown / restart fine unless it gets put into S3 sleep (sleep works fine otherwise). After sleep, shutdown and restart will both fail with the system just hanging until I hit the power button. Does anyone have any ideas? Thanks!
Here's my config: General
Patched DSDT with the following (attached):
com.apple.Boot.plist: Code:
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386 -pci0</string>
<key>Graphics Mode</key>
<string>2048x1152x32</string>
<key>Timeout</key>
<string>3</string>
<key>EthernetBuiltIn</key>
<string>y</string>
<key>GraphicsEnabler</key>
<string>y</string></dict>
</plist>
Code:
<key>SMbiosvendor</key>
<string>Apple Computer, Inc.</string>
<key>SMbiosversion</key>
<string>RMPGII904</string>
<key>SMbiosdate</key>
<string>6/29/2009</string>
<key>SMboardmanufacter</key>
<string>Asus</string>
<key>SMboardproduct</key>
<string>Rampage II Gene/string>
<key>SMfamily</key>
<string>MacPro</string>
<key>SMmanufacter</key>
<string>Apple Computer, Inc.</string>
<key>SMmemmanufacter</key>
<string>OCZ Technology </string>
<key>SMmempart</key>
<string>Gold XTC DDR3-1600/string>
<key>SMmemserial</key>
<string>00FF0000</string>
<key>SMmemspeed</key>
<string>1600</string>
<key>SMmemtype</key>
<string>24</string>
<key>SMproductname</key>
<string>MacPro3,1</string>
<key>SMserial</key>
<string>W88033AKY51</string>
<key>SMsystemversion</key>
<string>1.0</string>
Asus Rampage II Gene Rev 904: Intel Core i7 920 3.2GHz, 6 Gb DDR3 RAM, Apple OSX 10.6.1 Snow Leopard Last edited by jdc1001; 10-01-2009 at 11:14 PM. |
|
#2
|
|||
|
|||
|
Its a common issue, i have it too since the first releases of Leopard, but just with the restart, shutdown works fine... found no solution yet
ASUS P5K-E wifi |
|
#3
|
|||
|
|||
|
maybe OpenHaltRestart?
Computer: Gateway 838GM | 9.5.0 Vodoo Kernel |2.0 RC4 Chameleon Bootloader | Processor:Intel Pentium 4 630 / 3 GHz | RAM: 512MB | OS: Windows 7 32BIT, OSx86 iPC 10.5.6 | Mainboard Chipset: Intel 915G Express | Graphics Card:Integrated Intel GMA 900 | Video Memory: Dynamic Video Memory Technology 3.0 | Audio:ALC 860 |Card Reader:8 in 1 Integrated| Hard Drives:1x 200GB SATA(Win 7), 1x 320GB SATA(OS X) Both Internal
|
|
#4
|
|||
|
|||
|
Yup, I've seen a few other posts with people having the same issue. Is it specific to Asus boards? It didn't seem to happen when I was running a GA-G31M-E2SL.
Asus Rampage II Gene Rev 904: Intel Core i7 920 3.2GHz, 6 Gb DDR3 RAM, Apple OSX 10.6.1 Snow Leopard |
|
#5
|
|||
|
|||
|
This happens on my Dell Mini 10v as well, so it's not just asus boards.
GA-Z68XP-UD3: Lion 10.7.3, Windows 7 Professional 64bit SP1 and FreeBSD 9-RELEASE, Core i5 2500K @ 3.3GHz, 16GB 1333 Mhz DDR3 ram(Soon), 1GB GDDR5 Nvidia Geforce GTX 560 Ti, 2X 1TB Samsung F3 SATA HDDs, 1X WDC Blue 500GB HDD; Dell Mini 10v: Obsidian Black, 2GB DDR2 533MHz Ram, 1.6GHz Intel Atom N270, 120GB HDD, 6-Cell, Mac OS X Snow Leopard 10.6.8 Build 10K549 |
|
#6
|
|||
|
|||
|
I've tried it both with and without O/H/R and it doesn't seem to make a difference.
Asus Rampage II Gene Rev 904: Intel Core i7 920 3.2GHz, 6 Gb DDR3 RAM, Apple OSX 10.6.1 Snow Leopard |
|
#7
|
|||
|
|||
|
http://www.mydellmini.com/forum/gene...esolved-3.html Should work for you too.
GA-Z68XP-UD3: Lion 10.7.3, Windows 7 Professional 64bit SP1 and FreeBSD 9-RELEASE, Core i5 2500K @ 3.3GHz, 16GB 1333 Mhz DDR3 ram(Soon), 1GB GDDR5 Nvidia Geforce GTX 560 Ti, 2X 1TB Samsung F3 SATA HDDs, 1X WDC Blue 500GB HDD; Dell Mini 10v: Obsidian Black, 2GB DDR2 533MHz Ram, 1.6GHz Intel Atom N270, 120GB HDD, 6-Cell, Mac OS X Snow Leopard 10.6.8 Build 10K549 |
|
#8
|
|||
|
|||
|
Quote:
Asus Rampage II Gene Rev 904: Intel Core i7 920 3.2GHz, 6 Gb DDR3 RAM, Apple OSX 10.6.1 Snow Leopard |
|
#9
|
||||
|
||||
|
Hi there,
It's great to see someone else using OS X on the GENE. I'm using your DSDT (above) with the same motherboard, only in Leopard 10.5.7, and I still haven't managed to get sound working. Could you perhaps link the kext you're using? Or do you have any other insights? |
|
#10
|
|||
|
|||
|
Quote:
If you end up building your own DSDT, add an HDEF section similar to what's in mine like so: Code:
Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x04)
{
"layout-id",
Buffer (0x04)
{
0x0C, 0x00, 0x00, 0x00
},
"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
Question - Are you having the same problem with not being able to restart or shutdown after sleep that I am? 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. Asus Rampage II Gene Rev 904: Intel Core i7 920 3.2GHz, 6 Gb DDR3 RAM, Apple OSX 10.6.1 Snow Leopard |