Hi. The device ID that corresponds with the driver that I need which is located in the INF show it as follows which was taken off INtels PROset 16.5....
[Intel.NTx86.6.1.1]
; DisplayName Section DeviceID
; ----------- ------- --------
%E1502NC.DeviceDesc% = E1502.6.1.1, PCI\VEN_8086&DEV_1502
%E1502NC.DeviceDesc% = E1502.6.1.1, PCI\VEN_8086&DEV_1502&SUBSYS_00011179
%E1503NC.DeviceDesc% = E1503.6.1.1, PCI\VEN_8086&DEV_1503
%E1503NC.DeviceDesc% = E1503.6.1.1, PCI\VEN_8086&DEV_1503&SUBSYS_00011179
These last string of numbers are not the same as from the HWIDs I got off of my laptop. Yet it says something in the INF decripton as 82759LM.
WINDOWS 7 PLATFORMS
;
;===============================================================================
;-------------------------------------------------------------------------------
; Intel(R) 82579LM Gigabit Network Connection
;
[E1502.6.1.1]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
DelReg = Advanced.DelReg
AddReg = e1c.reg, TcpSeg.reg, JumboPacket.reg
AddReg = Copper.reg, Copper1000.reg, Autoneg10100.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg
AddReg = AcDcLink.reg
AddReg = Sips.reg
AddReg = Po.reg
AddReg = MACsec.reg
AddReg = RSS.reg
AddReg = EEE.reg
AddReg = UninstallW2.reg
CopyFiles = winvista.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
Thanks James