site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=LDbOsKh+KuyAYQvZ/KxKNAfku/WVT+Rz/C7C0q4USiCsIlkRv0nYKhu2zZbmiNGvUJSqnM4mEBJMqKGQxQ9sYfn8t5U0jrbz2nvEYLwQbWCnmbJwow1yirPXbBpe+PmSWHsXe6d0iwREsO1Zz9WvjNQvOyIaw/+A5EzWOAjc+Yg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=Ywb15O1z23H4h9ePfiLYBOguMM5NVc+JFaP6Pf+MLOnbtNgN+qWbfnNvulHmhdCsko7jFcg9v6peSQTZb/iKPMf6cVXc3c35kBi7UbeIWunlooSeE1Clfq7bGB0IE9cl/pzHs18roHbXFkaw4/YNy84n3JE+d4oW/P3hXaLeRNo= On those systems, sysctl returns hw.cpufrequency: 533333332 hw.cpufrequency_min: 533333332 hw.cpufrequency_max: 533333332 When it should report hw.cpufrequency: 867000000 hw.cpufrequency_min: 533333332 hw.cpufrequency_max: 867000000 Thanks, Gary Pederson _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I've been detecting CPU speed in my InstallationCheck scripts using `sysctl -n hw.cpufrequency` and `sysctl -n hw.cpufrequency_max` These are returning the correct values on most machines, but the wrong values on other machines (at least 867MHz G4 PowerBooks in 10.3.9) -- So some of our customers get a confusing message about their CPU being too slow. Is there a way to accurately detect the maximum cpu speed on all OS X Macs? Or at least on the ones I need to support (G4, G5, x86 -- 10.3.9 and later)? This email sent to site_archiver@lists.apple.com
participants (1)
-
Gary Pederson