How to find vendor and model of unknown drivers

Duncan Krebs

I reinstalled windows on a new machine and the drivers are not present for the product network card.

When in device manager all I get is the question mark and I am unable to figure out the actual name of the vendor or model of the card. This is making my search to find the correct driver hard.

Anyone know how I to find out more about the hardware that does not have drivers?

nixda

Use PCI database (online website)

  1. go to the device manager
  2. open the properties of the unknown device
  3. click on details → Hardware IDs
  4. extract the vendor ID and the device ID like shown in the screenshot
  5. search on the PCI database for the vender and database ID.
    The database is regularly updated by users. Scroll down Intel's page as an example.
    The results will show a driver name which can be googled

    enter image description here


Use Unknown Devices (portable offline tool)

The portable tool even shows old drivers which are normally only visible if you type SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 in an elevated CMD prompt before opening the device manager.

enter image description here


Use DriverIdentifier (offline tool with online database)

Install it or extract it with UniExtract if you need a portable version. It will scan your drivers and compare them with its online database.

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Find unknown device vendor info (so I can locate drivers)

From Dev

How does vendor/assets stylesheet find vendor/img images

From Dev

How to extend and modify a vendor model in Laravel 5?

From Dev

How to match usb device UUID to MODEL and VENDOR?

From Dev

How to extend a vendor model abstract class into an entity

From Dev

How to find vendor name from JEDEC id?

From Dev

How to find list of ODBC drivers installed on Linux

From Dev

How to find my CPU's drivers source?

From Dev

How to find the proprietary drivers of my machine components?

From Dev

Find django object by .id only (unknown Model)

From Dev

Additional Drivers unknown

From Dev

How to find the base directory where vendor is installed from a composer package

From Dev

Find out hadoop vendor

From Dev

How do I find version of Intel graphics card drivers installed?

From Dev

how do I find the location of mysql drivers on CentOS 7?

From Dev

How to find an element with a data attribute with unknown value?

From Dev

How to use find command with unknown file extension?

From Dev

How to find a router at an unknown location in a house?

From Dev

How to find an element with a data attribute with unknown value?

From Dev

How to find an unknown average in a set of data in Excel

From Dev

Unknown Wireless USB Adapter Drivers Needed

From Dev

What is this "unknown device" in my "Additional Drivers"?

From Dev

How to find accuracy of a model in CNN?

From Dev

Usage of bapi_vendor_find

From Dev

How can I access a protected property of a Model located in a package (vendor folders)

From Dev

how to precompile assets in vendor?

From Dev

how to precompile assets in vendor?

From Dev

How to replace by NA the unknown factors for lm model in R?

From Dev

How to replace by NA the unknown factors for lm model in R?

Related Related

  1. 1

    Find unknown device vendor info (so I can locate drivers)

  2. 2

    How does vendor/assets stylesheet find vendor/img images

  3. 3

    How to extend and modify a vendor model in Laravel 5?

  4. 4

    How to match usb device UUID to MODEL and VENDOR?

  5. 5

    How to extend a vendor model abstract class into an entity

  6. 6

    How to find vendor name from JEDEC id?

  7. 7

    How to find list of ODBC drivers installed on Linux

  8. 8

    How to find my CPU's drivers source?

  9. 9

    How to find the proprietary drivers of my machine components?

  10. 10

    Find django object by .id only (unknown Model)

  11. 11

    Additional Drivers unknown

  12. 12

    How to find the base directory where vendor is installed from a composer package

  13. 13

    Find out hadoop vendor

  14. 14

    How do I find version of Intel graphics card drivers installed?

  15. 15

    how do I find the location of mysql drivers on CentOS 7?

  16. 16

    How to find an element with a data attribute with unknown value?

  17. 17

    How to use find command with unknown file extension?

  18. 18

    How to find a router at an unknown location in a house?

  19. 19

    How to find an element with a data attribute with unknown value?

  20. 20

    How to find an unknown average in a set of data in Excel

  21. 21

    Unknown Wireless USB Adapter Drivers Needed

  22. 22

    What is this "unknown device" in my "Additional Drivers"?

  23. 23

    How to find accuracy of a model in CNN?

  24. 24

    Usage of bapi_vendor_find

  25. 25

    How can I access a protected property of a Model located in a package (vendor folders)

  26. 26

    how to precompile assets in vendor?

  27. 27

    how to precompile assets in vendor?

  28. 28

    How to replace by NA the unknown factors for lm model in R?

  29. 29

    How to replace by NA the unknown factors for lm model in R?

HotTag

Archive