Jump to content
3 posts in this topic

Recommended Posts

I have been digging around in the plists for the 802.11n enabler to find out if I could possibly get it working under 10.5 (working by the way), however I have run across something mildly interesting...

 

function installationCheck()

{

var property = system.sysctl("hw.model");

if (property && (property == "MacBookPro2,1") ||

(property == "MacBookPro2,2") ||

(property == "MacBook2,1") ||

(property == "MacPro1,1") ||

(property == "iMac5,1") ||

(property == "iMac6,1")) {

return true;

}

 

The current MBPs are 2,1.

 

This would make it look like even the new computers will need the enabler patch.

Edited by Adrian Fogge
Link to comment
https://www.insanelymac.com/forum/topic/40992-new-mbp-on-the-horizon/
Share on other sites

×
×
  • Create New...