
02-02-2009, 04:56 AM
|
 |
Cheetah
|
|
Join Date: Jan 2009
Location: Colorado
Posts: 8
|
|
Here is a tutorial for your network card:
Quote:
I don't see this posted, so I'm making a HowTo.
Anyways, this for when you have Intel PRO/100 VE. When you go into System Preferences/Network and your Built-In Ethernet is not show/grayed out, this is the fix for you.
You are required to add a product ID AppleIntel8255x.kext, which is located here:
/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntel8255x.kext/Contents/Info.plist
If you don't know how to get into the kext, right click it and choose "Show Package Contents."
Anyways, you will find the following line.
Code:
<key>IOPCIMatch</key>
<string>0x10518086 0x10508086 0x10298086 0x10308086&0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&0xfff0ffff </string>
You will have to add the following bit to the end of that line.
In the end, it will look like this:
Code:
<key>IOPCIMatch</key>
<string>0x10518086 0x10508086 0x10298086 0x10308086&0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&0xfff0ffff 0x27dc8086</string>
Save the .plist file (save it to the desktop with the name "Info.plist" and then drag it into the Contents folder for AppleIntel8255x.kext. It will ask for authentication, which you say yes to (must type password if you have one).
Open up Terminal and type in the following
Code:
sudo rm /System/Library/Extensions.kextcache
Code:
sudo kextcache -k /System/Library/Extensions
Open Disk Utility and Repair Disk Permissions.
Reboot.
Completed! Open up System Preferences/Network and you should see your Built-In Ethernet
|
You can also find it here: http://forum.insanelymac.com/index.php?showtopic=25477
Hope that helps 
CPU: AMD Athlon 64 X2 (1.9 GHz) SSE3 | Motherboard: Nvidia Nforce4 Partially Working/No burning | Video: ATI Radeon HD 2600 Pro (9589) Working 100% | Audio: Sigmatel 9227 HD Audio Working 100% | 2GB RAM - 250 GB Internal - 500 GB External | iPC OSX86 10.5.6 Fully Updated - Voodoo Kernel
|