View Single Post
 
Old 10-01-2009, 07:43 PM
jdc1001 jdc1001 is offline
Cheetah
 
Join Date: Jul 2009
Posts: 10
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
  • Chameleon 2 RC 3
  • PC EFI 10.3
  • Fake SMC V2
  • Using IOAHCIBlockStorageInjector.kext to avoid the orange drive icons
  • Installed by restoring an SL disk image to a thumb drive, installing Chameleon, etc.
Contents of /EFI/Extra/Extensions:
  • AD2000b.kext
  • OpenHaltRestart.kext
  • Disabler.kext
  • PlatformUUID.kext
  • IOAHCIBlockStorageInjector.kext
  • fakesmc.kext

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>
smbios.plistt:
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>
Attached Files
File Type: zip dsdt.dsl.zip (58.8 KB, 508 views)

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.
Reply With Quote