Specializations

Tuesday, November 20, 2012

LAN Driver for Windows Server 2008 R2 on Intel DH67BL Motherboard

Fix:
With the bundled Driver DVD
Copy the contents of DVD to desktop and edit
\Software\Drivers\LAN\PRO1000\Winx64\NDIS62\e1c62x64.inf
++++++++++++++++++++++++++++++++++++++++++++++++++
[ControlFlags]
ExcludeFromSelect = \
PCI\VEN_8086&DEV_1502,\
PCI\VEN_8086&DEV_1503
[Intel]
[Intel.NTamd64.6.1.1]
; DisplayName                   Section              DeviceID
; ———–                   ——-              ——–
%E1502NC.DeviceDesc%            = E1502.6.1.1,       PCI\VEN_8086&DEV_1502
%E1503NC.DeviceDesc%            = E1503.6.1.1,       PCI\VEN_8086&DEV_1503
[Intel.NTamd64.6.1]
; DisplayName                   Section        DeviceID
; ———–                   ——-        ——–
%E1502NC.DeviceDesc%            = E1502,       PCI\VEN_8086&DEV_1502
+++++++++++++++++++++++++++++++++++++++++++++++++++
remove entries from ExcludeFromSelect
and copy
%E1503NC.DeviceDesc%            = E1503.6.1.1,       PCI\VEN_8086&DEV_1503
to entries in [Intel.NTamd64.6.1]
+++++++++++++++++++++++++++++++++++++++++++++++++++
Saving the .inf file should be like this:
[ControlFlags]
ExcludeFromSelect =
[Intel]
[Intel.NTamd64.6.1.1]
; DisplayName                   Section              DeviceID
; ———–                   ——-              ——–
%E1502NC.DeviceDesc%            = E1502.6.1.1,       PCI\VEN_8086&DEV_1502
%E1503NC.DeviceDesc%            = E1503.6.1.1,       PCI\VEN_8086&DEV_1503
[Intel.NTamd64.6.1]
; DisplayName                   Section        DeviceID
; ———–                   ——-        ——–
%E1502NC.DeviceDesc%            = E1502,       PCI\VEN_8086&DEV_1502
%E1503NC.DeviceDesc%            = E1503.6.1.1,       PCI\VEN_8086&DEV_1503
******************************************************************************************************
Reinstall the LAN driver pointing to the edited intaller files in desktop.






http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22108&lang=eng


http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22108&lang=eng




http://www.missingremote.com/guide/installing-server-os-intel-media-series-motherboards
http://www.missingremote.com/guide/installing-server-os-intel-media-series-motherboards


http://www.devid.info/mn/27822/Intel(R)+82579V+Gigabit+Network+Connection

http://www.devid.info/mn/27822/Intel(R)+82579V+Gigabit+Network+Connection

No comments:

Post a Comment