Adrian Fogge Posted February 3, 2007 Share Posted February 3, 2007 (edited) 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 February 3, 2007 by Adrian Fogge Link to comment https://www.insanelymac.com/forum/topic/40992-new-mbp-on-the-horizon/ Share on other sites More sharing options...
Colonel Posted February 3, 2007 Share Posted February 3, 2007 I think the 17" Core 2 MBP is the MacBookPro2,2. Link to comment https://www.insanelymac.com/forum/topic/40992-new-mbp-on-the-horizon/#findComment-292920 Share on other sites More sharing options...
Soündless Posted February 4, 2007 Share Posted February 4, 2007 i have a 15"er2_2.tiff Link to comment https://www.insanelymac.com/forum/topic/40992-new-mbp-on-the-horizon/#findComment-293128 Share on other sites More sharing options...
Recommended Posts