sergioll Posted December 26, 2006 Share Posted December 26, 2006 any idea how i can get the lan on board working with the 10.4.8,? i have an intel 945 gtpl, usb working, sound,but no lan... Link to comment https://www.insanelymac.com/forum/topic/36824-intel-945gtpl-lan/ Share on other sites More sharing options...
fiap Posted May 5, 2007 Share Posted May 5, 2007 hey... you need to change the IONetworkingFamily.kext for the one I attached, repair permission. The follow this guide and good luck Open up terminal. and write: CODE sudo vi /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntel8255x.kext/Contents/Info.plist it will prompt for password. move with cursor keys and you will find this section: <key>IOPCIMatch</key> <string>0x10518086 0x10508086 "0x27dc8086" 0x10298086 0x10308086&0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&0xfff0ffff</string> You will need to add " " text. to add text in vi, you'll need to push "i" key - to get into "insert" mode. if you got it there, pres ESC and write ":wq!" to exit vi editor and save changes. now, you'll need to clear kext cache, so when osx will start, it will rebuild with your changes. this is the command: CODE sudo rm /System/Library/Extensions.* Repair permissions and restart IONetworkingFamily_10.4.3.kext.zip Link to comment https://www.insanelymac.com/forum/topic/36824-intel-945gtpl-lan/#findComment-359375 Share on other sites More sharing options...
Recommended Posts