Unsolved
This post is more than 5 years old
1 Rookie
•
48 Posts
0
421202
April 11th, 2011 08:00
Problem with E6420 and Dell Driver Pack .cab
I have downloaded the Dell Driver pack ver A00 for the E6420, extracted the contents and created a Windows 7 x64 driver package for SCCM OSD. When I deploy the driver pack in the task sequence I have issues with two drivers.
1. Nvidia NVS 4200M does not pnp and does not exist in the windows 7 file repository. If I try and point the device to the source inf folder, it fails to install. Seems like this driver may have some issues in the .cab file. I can get this device installed by downloading the driver individually, extracting it, and pointing it to the extracted inf file. I am importing this one into my driver pack to see if it will work.
2. The HECI drivers will not install at all. The device will show as a PCI Simple Communications Controller. If you try and point it to the inf, it will give the error "Windows found the driver for your device but encountered an error trying to install it".
Any ideas on the HECI driver?
1. Nvidia NVS 4200M does not pnp and does not exist in the windows 7 file repository. If I try and point the device to the source inf folder, it fails to install. Seems like this driver may have some issues in the .cab file. I can get this device installed by downloading the driver individually, extracting it, and pointing it to the extracted inf file. I am importing this one into my driver pack to see if it will work.
2. The HECI drivers will not install at all. The device will show as a PCI Simple Communications Controller. If you try and point it to the inf, it will give the error "Windows found the driver for your device but encountered an error trying to install it".
Any ideas on the HECI driver?
No Events found!


DELL-Warren B
1.1K Posts
0
July 15th, 2011 13:00
ChrisClemson
1 Message
0
July 29th, 2011 06:00
I had exactly the same problem with an HP 8200 desktop and an HP 8460p laptop.
The drivers linked from HP are build 1015, yours are 1030.
Chris
orgwizard
12 Posts
0
July 29th, 2011 08:00
did anything come of the NVIDIA visit?
DELL-Warren B
1.1K Posts
0
July 29th, 2011 14:00
NickolajA
8 Posts
0
August 1st, 2011 08:00
orgwizard
12 Posts
0
August 1st, 2011 12:00
I wrote a program that creates drivers packs for offline use, so we can do OS builds without a network connection. Usually works out fine, but looks like the Intel chipset driver in this thread is stumbling.
while the solution works to just add the newer chipset driver from intel, to the driver store, when my program looks at it, it's getting confused.
Apparnetly, while the new intel chipset driver is 9.2.0.1030, if you actually look in the cougme.inf file, it actually has a version number of 1.2.0.1030. so my app acutally things this is an older driver than the bad one referenced in this thread, and therefore skips it.
wonder if this was intentional on Intel's part or on purpose...but looks like a mistake given Intel is advertising this as 9.2.0.1030. If Dell's go their ear, might want to bring this up.
NickolajA
8 Posts
0
August 2nd, 2011 07:00
Thanks to some of the guys here for helping me resolving my issue. I hope that this helps somebody.
DELL-Warren B
1.1K Posts
0
August 29th, 2011 23:00
http://www.delltechcenter.com/page/Dell+Business+Client+Operating+System+Deployment+-+The+.CAB+Files
wallends
1 Message
0
September 12th, 2011 09:00
So I added AMT to another line and that fixed it. Under Service section of the HECI.inf file:
DisplayName = %HECI_AMT_SvcDeSc%
Not sure if doing this actually renders the driver useless? But it installs fine now.
DELL-Warren B
1.1K Posts
0
September 12th, 2011 11:00
checks7
1 Message
0
October 5th, 2011 09:00
Is there an updated HECI.inf available either by Dell or Intel that corrects this issue?
Regards
orgwizard
12 Posts
0
October 5th, 2011 10:00
DELL-Warren B
1.1K Posts
0
October 5th, 2011 11:00
kubasa
22 Posts
0
February 23rd, 2012 08:00
While looking for a solution for my OptiPlex 390, I stumbled across this today and the Intel download solved it for me. Thanks!
HumbleSage
1 Rookie
•
14 Posts
0
April 17th, 2013 13:00
Just in case anyone else is still having this problem, I encountered the same issue installing drivers straight from the support site for 2 Dell Latitude E5510.
I used a standard Windows 7 x64 corporate build I made and after the install was left with 3 devices that needed drivers. They were the Free Fall Sensor, The Wireless Card (Intel), and this PCI Controller problem you are discussing here. Editing the HECI.inf as described by Updequest resolved my issue with this HECI component after it changed to "unknown device" after installing the Intel ME drivers.
Windows thinks the driver is unsigned but that's a given since we manually edit the inf and it fails verification.
Thanks for this fix. (Feel free to move this post or copy if necessary)
- Rob