Thread: Wrong CPU info
View Single Post
 
Old 08-22-2009, 10:00 PM
omargoa's Avatar
omargoa omargoa is offline
Puma
 
Join Date: Aug 2009
Posts: 21
Add "SMexternalclock" and "SMmaximalclock" strings to your Extra/smbios.plist with the correct info for your CPU
Exemple for my CPU Q6600 2,4 GHz :

Code:
        <key>SMexternalclock</key>
	<string>267</string>
	<key>SMmaximalclock</key>
	<string>2400</string>
Reply With Quote