I have "unknown PCI device" in Windows 7 device manager. What can it be?

Solution 1:

When you have unknown hardware which is 20 years or less old you usually can get the PCI device ID. This will help you indentify which hardware it is, rather than a generic PCI Simple Communication Controller or similar.

For unix like OS'ses such as FreeBSd, Linux or OS X use lspci or pciconf.

For windows you can use the hardware ID tab in the device manager.

To start the device manager either go to [start] [run] and type devmgmt.msc or right click on the [my computer] icon on your desktop, select "manage" and click on the device manager option.

(Screenshots from win 7. It is similar in XP).

Starting the device manager via start run devmgmt.msc

Starting the device manager via my computer and manage

From device manager:

  • Go to the device you want to find the hardware ID from.
  • Right click on it and select "properties".
  • Go to the tab "Details" and change "Device description" to "Hardware ID".

Image of the harware IDs in the device management screen

Note the value with the lines like this one: PCI\ven1002&dev_6898&subsyst_0b...

Search for that in the internet or use a site like http://www.pcidatabase.com/.

Note that these IDs have a fixed format. The first number will always indicate the manufacturer. In the demonstrated case in the screenshots that is ATI/AMD (ATI was bought out by AMD).

enter image description here

The remaining numbers indicate all the details, often down to the revision number.

Solution 2:

Go into proporties/details under the pci device in question and google for the value (don't google for the whole string though) for example, my Network controller has the value:

"PCI\VEN_10EC&DEV_8168&subsys_e000145&REV_06

if I google for

"ven_10EC dev_8168"

Then the top google results gives me a good indication what the drivers are for. (then I just google for the official site of the hardware to get the drivers)

Solution 3:

Interesting how this is still very much a current issue when upgrading Lenovo laptops to Windows 10, where no media card reader driver is loaded/installed by Windows. At this time (August 2015) when Windows 10 was just released, Lenovo had no Windows 10 driver available, although the previous Windows 8.1 version works fine. I downloaded and installed it manually. Search "Realtek Media Card Reader Driver" on Lenovo's website.