drivers is the basic building block of all computer systems. Sometimes you can not install the driver for a device that you do not know what it is. Windows does not inform the unit that is missing only the lacking. The following walkthrough describes how I go about finding out what Driver I will look for.
Procedure to find drivers
-
- Start the Device Manager. You can find it in Control Panel > System > Hardware > Device Manager or right-click My Computer and select Manage
- Unknown device is marked with a yellow EXCLAMATORY sign.
-
- Right-click the unknown device you want to find information about and choose properties.
- Go to the Details tab, under Properties, select the Blind "Path to device instance".
- You will be able to see a text like the following:
- PCI \\ VEN_1180 & DEV_ 0843 & SUBSYS_382D17AA & REV_05 \\ 4 & 1697FF41 & 0 & 34F0
- Copies Vendor ID and Device ID of the device. Vendor ID in this case is marked red. The device ID is highlighted green
- Go to the websitehttp://pci-ids.ucw.cz/ and enter the above information to find the supplier and the model.
- Now you can search the Supplier's name and model of your device to download specific drivers for the device.
This is one way to find information about an unknown device. You do not find the right information, you can try the options below.
Alternatively, the 2
- Go to HardwareID object and copy it to the clipboard (The minnet) (Ctrl + C).
- Open Devid.info and paste urklipet in server.
- On the page displayed when all info about device and links to drivers.
Options 3
There is another way. You can download and run DevManView from Nir Sofer http://www.nirsoft.net/utils/device_manager_view.html
Lists information about all eneheter.
Thanks for helping me to see things in a diffeernt light.
Thanks for the tip, had no idea that it was the way to do.
/Sunkan