Monday 12 July 2010

Importing E4310 Drivers into SCCM issue

I experienced an issue where I simply could not import any NIC drivers for a Dell E4310. Anyway after doing some research I came across this little gem:

http://social.technet.microsoft.com/forums/en-US/configmgrosd/thread/30b382fa-58d0-4d80-9675-d8bc803af57d/
Thank you jboehlke926 !!!!!!

I decided to edit the .inf file in the Dell driver. Here is the way the file looks now, what I did (bold) was to remark some lines and change one other line so that the only section was [Intel] as mentioned in the threads above.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[Manufacturer]
;%Intel% = Intel, NTx86.6.0, NTx86.6.0.1
%Intel% = Intel

[ControlFlags]


[Intel]

;[Intel.NTx86.6.0.1]
; DisplayName Section DeviceID
; ----------- ------- --------

%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5
%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5&SUBSYS_10F58086

;Dell
%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5&SUBSYS_02331028
%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5&SUBSYS_02341028
%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5&SUBSYS_024D1028
%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5&SUBSYS_024F1028
%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5&SUBSYS_02501028
%E10F5NC.DeviceDesc% = E10F5, PCI\VEN_8086&DEV_10F5&SUBSYS_02771028

%E10BFNC.DeviceDesc% = E10BF, PCI\VEN_8086&DEV_10BF
%E10BFNC.DeviceDesc% = E10BF, PCI\VEN_8086&DEV_10BF&SUBSYS_10BF8086
%E10CBNC.DeviceDesc% = E10BF, PCI\VEN_8086&DEV_10CB
%E10CBNC.DeviceDesc% = E10BF, PCI\VEN_8086&DEV_10CB&SUBSYS_10CB8086

;[Intel.NTx86.6.0]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


After that, I was able to successfully import the Win7 driver into my driver package, update the DP.

No comments:

Post a Comment