Help - Search - Members - Calendar
Full Version: Intel 82562V-2 NIC + ICH9
InsanelyMac Forum > OSx86 Project > Hardware and Drivers > LAN and Wireless
cnr0616
I have searched these forums and Goolge for some time now with out a resolution to enable the Intel 82562V-2 NIC.

Intel 82562V-2 10/100 NIC
Vendor: 8086
Device: 10C0

This hardware is on a Dell Inspirion 530 (Desktop).

I have tried the Intel Pro/100 VE - Read this

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.
QUOTE
<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.
QUOTE
0x27dc8086


In the end, it will look like this:
QUOTE
<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
QUOTE
sudo rm /System/Library/Extensions.kextcache

QUOTE
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


Also my Device ID Is listed here but the controller is a 8256x instead of 8255x. Also I have ICH9 which this states at the bottom will probably not work.

QUOTE
Here is a list of device ID's + ICH that will work:
INTEL_8255X_ETHERNET_DEVICE(0x1030, 0),
INTEL_8255X_ETHERNET_DEVICE(0x1031, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1032, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1033, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1034, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1038, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1039, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103A, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103B, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103C, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103D, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103E, 4),
INTEL_8255X_ETHERNET_DEVICE(0x1050, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1051, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1052, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1053, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1054, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1055, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1056, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1057, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1059, 0),
INTEL_8255X_ETHERNET_DEVICE(0x1064, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1065, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1066, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1067, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1068, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1069, 6),
INTEL_8255X_ETHERNET_DEVICE(0x106A, 6),
INTEL_8255X_ETHERNET_DEVICE(0x106B, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1091, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1092, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1093, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1094, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1095, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1209, 0),
INTEL_8255X_ETHERNET_DEVICE(0x1229, 0),
INTEL_8255X_ETHERNET_DEVICE(0x2449, 2),
INTEL_8255X_ETHERNET_DEVICE(0x2459, 2),
INTEL_8255X_ETHERNET_DEVICE(0x245D, 2),
INTEL_8255X_ETHERNET_DEVICE(0x27DC, 7),
If you have ICH8 or later controller, you're probably out of luck for this fix.

If you add your device ID to 8255x kext, you will have to remove or rename AppleIntel8254XEthernet.kext


Has any one else had luck getting this network adapter working?

ThaShef
Did you get this working??? I have the same system and I am trying to get the integrated LAN working...


QUOTE(cnr0616 @ Mar 13 2008, 10:41 AM) *
I have searched these forums and Goolge for some time now with out a resolution to enable the Intel 82562V-2 NIC.

Intel 82562V-2 10/100 NIC
Vendor: 8086
Device: 10C0

This hardware is on a Dell Inspirion 530 (Desktop).

I have tried the Intel Pro/100 VE - Read this
You will have to add the following bit to the end of that line.
In the end, it will look like this:
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
Open Disk Utility and Repair Disk Permissions.

Reboot.

Completed! Open up System Preferences/Network and you should see your Built-In Ethernet

Also my Device ID Is listed here but the controller is a 8256x instead of 8255x. Also I have ICH9 which this states at the bottom will probably not work.
Has any one else had luck getting this network adapter working?

ThaShef
bump???
Anyone know how we can this working. This NIC is built on the Dell Inspiron 530's motherboard.
toml_12953
QUOTE
have searched these forums and Goolge for some time now with out a resolution to enable the Intel 82562V-2 NIC.

Intel 82562V-2 10/100 NIC
Vendor: 8086
Device: 10C0

This hardware is on a Dell Inspirion 530 (Desktop).


I have a Dell Vostro 200 which has the same NIC onboard (does that make it just a NI?) and can't make it work, either. If anyone out there has found a way, PLEASE let us know!

Thanks

Tom Lake
ThaShef
QUOTE(toml_12953 @ Apr 24 2008, 03:09 PM) *
I have a Dell Vostro 200 which has the same NIC onboard (does that make it just a NI?) and can't make it work, either. If anyone out there has found a way, PLEASE let us know!

Thanks

Tom Lake


I am stuck with the same problem and have been researching for awhile, it seems like some 3rd party has to develop a NIC based on that so the drivers can be written by them or Apple has to introduce the driver for this NIC to work. So it seems like we might be stuck...
Oden2k
anybody have any luck on this? would love to get my on board LAN working. i got a Inspiron 530 as well.
Numbnuts
I am also looking for a solution to this. My system is a Gateway GT5628 with an Intel DG33SXG2 motherboard.

G33
ICH9-R
82562V-2 (Ven:Dev - 8086:10C0)
Mac_friendly
Any luck on getting the internet to work? I have the same device. After i boot into mac it says cable is unplugged. I tried all possible things nothing workd

thestevo
There is a solution now, however its still in development. Power management (coming out of sleep) and speed negotiation don't always work perfect, but I'm posting using an 82562V-2 in a Dell E520. Development is on going and new features should continue to come.

http://techresearchinfo.blogspot.com/

Good luck,
theStevo
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.