Jump to content
8 posts in this topic

Recommended Posts

Yes - when you install, don't install the USBFix - that will disable USB. Sound will have to be patched - look around here for how to handle that. IONetworking family kext will have to be loaded from an earlier version 10.4.6 or 10.4.7 should do it.

 

Patrick

Well, I have about 10 posts on you, so I'm no expert.

 

However, if you look in /System/Library/Extensions, you'll find a file named IONetworkingFamily.kext - this needs to be replaced with an earlier version I got mine from the HOTiSO dvd. As long as you get something before 10.4.8, you should be fine.

 

Copy it into /System/Library/Extensions, it'll ask for your password when you try and replace it. When done, go to /System/Library/ and delete Extensions.mkext and Extensions.kextcache, then run DiskUtility and repair permissions.

 

Reboot and you should have your Ethernet back.

 

Patrick

open /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Contents/Info.plist with text editor,

find line with _many_ 0x.. numbers and add 0x27dc8086 there. then delete Extensions.mkext and Extensions.kextcache

 

this will work if you have the same network chip as I have on 954 board

Ok thanks for reply, but I have to ask a stupid question first.

When I edit the file, I couldn't save it! It says I have no permission to save the file in that folder!

My account is admin already. Can you tell me how to change the permission?

If you are editing it from the terminal, put sudo before your edit command (i.e. cd /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Content; sudo emacs Info.plist). You will be asked for your password. If you are not using Terminal, then save your file to your desktop, then drag it into /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Content and you'll be asked for your password. Make sure you repair permissions before you reboot.

 

Patrick

×
×
  • Create New...