velkropie Posted June 25, 2007 Share Posted June 25, 2007 Hey, i have succesfully installed 10.4.8(Jas) into this laptop Lenovo ThinkPad R60 9457. sudo nano /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist and changed the en0 to en2. <key>Interfaces</key> <array> <dict> <key>BSD Name</key> <string>en2</string> <key>IOBuiltin</key> <false/> <key>IOInterfaceType</key> <integer>6</integer> <key>IOInterfaceUnit</key> <integer>2</integer> <key>IOLocation</key> <string></string> <key>IOMACAddress</key> <data> ABbTSNWo </data> <key>IOPathMatch</key> <string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge/LANB@7/com_apple_driver_RTL8139/IOEthernetInterface</string> </dict> i followed this guide... http://forum.insanelymac.com/index.php?sho...mp;#entry238508 then sudo nano /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros5424.kext/Contents/Info.plist and added Find <key>IONameMatch</key> and change it to : (delete the old value) <array> <string>pci106b,0086</string> <string>pci106b,1c</string> <string>pci168c,1c</string> <string>pci168c,1014</string> <string>pci168c,13</string> <string>pci168c,14</string> <string>pci168c,15</string> <string>pci168c,16</string> <string>pci168c,17</string> <string>pci168c,18</string> <string>pci168c,19</string> <string>pci168c,1a</string> <string>pci168c,1b</string> <string>pci168c,1c</string> <string>pci168c,52</string> <string>pci168c,55</string> <string>pci168c,57</string> <string>pci168c,58</string> <string>pci168c,58a</string> <string>pci168c,86</string> <string>pci168c,87</string> <string>pci168c,0013</string> </array> follow the guides for loading it and it worked great!!! thanks for posting such great and easy to follow guides!!! Link to comment https://www.insanelymac.com/forum/topic/55263-lenovo-thinkpad-r60-9457-and-1048jas/ Share on other sites More sharing options...
Recommended Posts