Read on full site | Join TechSpot! (it's free) | Bookmark / Share this



Some Help to Understand/Fix Windows Device Driver Install Problems

LookinAround
04-16-2007, 11:33 AM
A number of different problems can occur when trying to install device drivers in a Windows computer. It can be frustrating as hell at times trying to figure out just what's going on.

Here's a couple things I've found that make it easier (tho not necessarily easy) to figure out what the heck Windows is doing during the driver selection and install process. That knowledge should help you understand and fix the issue affecting your install.


The DevCon Utility
http://support.microsoft.com/kb/311272 for a full description of the tool. The article also contains a download link. Note the download provides both a 32- and 64-bit implementation. Select the one appropriate to your machine.

DevCon is a command line tool. It allows you to

Control an individual device or group of devices (e.g. enable, disable, restart, update and more)
It also allows you to review the lower level device and driver information Windows uses itself to select a driver.


Example: List the Device Instance ID for each USB device
devcon find usb\*
Example: For each PCI device, list all drivers which could be used for that device along with its driver rank as determined by Windows. This allows you to see Window's ordered preference when it has to select one driver from a group of candidate drivers. You can also see if the driver you want is even in the list of what Windows is considering!
devcon drivernodes pci\*
Example: List all hardware IDs of mouse class devices on the system.
devcon hwids=mouse
Example: List the Device Instance ID for each bluetooth device. In addition, it lists

The filename of the .inf file used to install this device (so you know which of many .inf files you see under %systemroot%/inf was actually used for this device)
Lists each file this device driver has installed
devcon driverfiles *blue*


Useful Microsoft Articles to Review

How Windows determines the most suitable device driver to install during Setup (http://support.microsoft.com/kb/279112)
Troubleshoot device driver problems (http://www.microsoft.com/windowsxp/using/setup/support/driver.mspx)
Detecting and upgrading plug-and-play devices and device drivers (http://support.microsoft.com/kb/887411)

Post a reply, see related topics & more

Tip: Download Advanced SystemCare 3 Free - Clean, Repair, Protect & Optimize your PC.



 Top Technology News

TechSpot Blog: Disable Windows automatic check for solutions after a program crashes

Weekend Open Forum: Google Chrome OS and the future of cloud computing

Tech Tip of the Week: Unearth Region-Specific Windows 7 Themes

Weekend tech reading: How to run Chrome OS as a virtual machine

Sony: PlayStation 3 to be 3D-capable via firmware update

iSuppli: DDR3 to account for over half of DRAM shipments by Q2 2010

Facebook named third most popular video website behind YouTube and Hulu

Patriot introduces new PS-100 SSD series

More Tech News

  
 Software Downloads

Norton Virus Definitions 2003-07 November 20, 2009

AVG Anti-Virus Updates November 20, 2009

Norton Virus Definitions 2008-09 November 20, 2009

avast! Virus Definitions November 20, 2009

McAfee SuperDAT Update 5808

Kaspersky Anti-Virus Update November 20, 2009

Google SketchUp 7.1.6087

More Downloads



Copyright © 1998-2009 TechSpot.com. TechSpot is a registered trademark. All Rights Reserved.