Thursday, 30 August 2012

Network Driver for LAN Driver for Windows Server 2008 R2 on Intel DH67BL Motherboard.



http://social.technet.microsoft.com/Forums/en-AU/winservergen/thread/5cd65b9c-6bb8-4dfa-bcda-fefdee071a3f


[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

Thanks

No comments:

Post a Comment