Hello.
I'm trying to deploy Windows 7x64 on a ThinkPad W520 and I encountered some problems with video card driver. The video card installed on the system is Nvidia Quadro 1000M.
So, I imported all the drivers for this model into SCCM 2007, I created a package for those drivers and updated DP's and I added the package into Windows 7x64 task sequence. After deploying this task sequence to the w520, all the drivers that I have added to sccm were installed, except the video card which uses a generic microsoft driver.
I found in setupact.log the following lines:
2011-10-21 11:58:05, Info SYSPRP SPPNP: {Retrieving drivers used by device PCI\VEN_10DE&DEV_0DFA&SUBSYS_21D117AA&REV_A1\4&F1563AD&0&0008}
2011-10-21 11:58:05, Info SYSPRP SPPNP: No device setup class has been specified for device PCI\VEN_10DE&DEV_0DFA&SUBSYS_21D117AA&REV_A1\4&F1563AD&0&0008. We will not attempt to retrieve the device's class filter drivers.
2011-10-21 11:58:05, Info SYSPRP SPPNP: No function driver specified for device PCI\VEN_10DE&DEV_0DFA&SUBSYS_21D117AA&REV_A1\4&F1563AD&0&0008.
2011-10-21 11:58:05, Info SYSPRP SPPNP: No device upper filter drivers are specified for device PCI\VEN_10DE&DEV_0DFA&SUBSYS_21D117AA&REV_A1\4&F1563AD&0&0008
2011-10-21 11:58:05, Info SYSPRP SPPNP: No device lower filter drivers are specified for device PCI\VEN_10DE&DEV_0DFA&SUBSYS_21D117AA&REV_A1\4&F1563AD&0&0008
The drivers were properly imported into sccm, I've tested the installation of drivers using "Update Driver" feature in Device Manager and works fine.
How can I get SCCM to properly install video drivers during windows setup like it does for all other hardware devices?