InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   iAtkos 5i (http://infinitemac.com/showthread.php?t=2019)

Notoryous 02-02-2009 01:40 AM

I Have sound working and i no longer need dvd to load leopard. Now i just need to fix my Network card which i dont seem to find the solution for it. Intel Pro/ 100 VE in a Dell Dimension 5150

Daverto 02-02-2009 04:56 AM

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&amp;0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&amp;0xfff0ffff </string>

You will have to add the following bit to the end of that line.
Code:

0x27dc8086
In the end, it will look like this:
Code:

<key>IOPCIMatch</key>
<string>0x10518086 0x10508086 0x10298086 0x10308086&amp;0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&amp;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 :D

Notoryous 02-02-2009 11:29 PM

Thank for posting it, ive been on that thread since saturday and still havent found any real way to solve it, i dont have anything in my network, its completely empty. What do you say