View Single Post
 
Old 11-20-2011, 08:52 AM
ScAwN7 ScAwN7 is offline
Cheetah
 
Join Date: Oct 2011
Location: Ohio, USA
Posts: 3
xxxslayeriiixxx, I want to start getting speedstep and native power management working, but I am concerned about just jumping to Airwalk's SL method and using it for Lion. After reading Airwalk's post about power management and comparing it to my tutorial, it appears I need to do the following steps:

1. Downgrade my BIOS to E758_SZ2Z (I've already obtained those but not flashed yet).
2. Remove NullCPUPowerManagement, OpenHaltRestart, and PlatformUUID from /S/L/E folder (I already have the rest of the required kexts in use).
3. Add ssdt-1.aml and ssdt.aml to my /Extras folder.

After that, it gets a bit fuzzy. I'm not sure what to do about the smbios, boot.plist, and dsdt files. I'm currently using Airwalk's DSDT so I should be fine there. The smbios and boot.plist files you included have a lot more stuff in them, but from my minimal understanding, I don't believe it is all necessary. Here is what my files currently have in them and I have included my system specs at the bottom to see if you can help me.

-----org.chameleon.Boot.plist-----
===================================
<?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>Graphics Mode</key>
<string>1920x1080x32</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x2000 darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Theme</key>
<string>Blackosx_Default_II</string>
<key>Timeout</key>
<string>2</string>
</dict>
</plist>
===================================

-----smbios.plist-----
===================================
<?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>SMbiosvendor</key>
<string>Apple Inc.</string>
<key>SMbiosversion</key>
<string>MP31.88Z.006C.B05.0802291410</string>
<key>SMboardproduct</key>
<string>Mac-F42C88C8</string>
<key>SMfamily</key>
<string>MacPro</string>
<key>SMmanufacturer</key>
<string>Apple Inc.</string>
<key>SMproductname</key>
<string>MacPro3,1</string>
<key>SMserial</key>
<string>XX111111XXX</string>
</dict>
</plist>
===================================

System specs:
Intel Core i7 920
EVGA x58 SLI
Patriot Viper 3x2GB DDR3 1600
Zotac GTX 560 Ti OC
Patriot Torqz2 128GB SSD (OSX install)
WD 500GB 7200rpm (Windows 7 has 400GB / OSX Adobe Scratch Disk has 100GB)
WD 1TB Green driver (contains all music, pictures, videos)

Last edited by ScAwN7; 11-21-2011 at 02:35 PM.
Reply With Quote