View Single Post
 
Old 07-20-2009, 05:57 PM
kizwan kizwan is offline
Jaguar
 
Join Date: Jun 2009
Posts: 36
@jinnggoff
Try set to "MacBook5,1" in your SMBIOS kext. Also try it with your original & modified DSDT. I have Intel Core 2 Duo T5600 with speedstep working in Mac OS X with original DSDT (aside HDEF & GFX modification). Or you can set to any of this:-
Code:
                                                <key>PLimitDict</key>
                                                <dict>
                                                        <key>MacBook5,1</key>
                                                        <integer>0</integer>
                                                        <key>MacBook5,2</key>
                                                        <integer>0</integer>
                                                        <key>MacBookPro5,1</key>
                                                        <integer>0</integer>
                                                        <key>MacBookPro5,2</key>
                                                        <integer>0</integer>
                                                        <key>MacPro3,1</key>
                                                        <integer>0</integer>
                                                        <key>Macmini3,1</key>
                                                        <integer>0</integer>
                                                        <key>iMac9,1</key>
                                                        <integer>0</integer>
                                                </dict>
This list is taken from:-
/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Info.plist

kizwan
Reply With Quote