Windows Server 2008 R2 Troubleshooting: LAN Driver installation for Intel DH61CR Motherboard
How to Install LAN Driver for Windows Server 2008 R2 on Intel DH61CR Motherboard:
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 installer files in desktop