Oct
07
07
Get Vendor and Device Info for Devices in Error State
Posted by jbjorkman on October 7, 2010 underDeprecated: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in /var/www/myfoto.se/jbits.se/blog/wp-includes/formatting.php on line 82
Windows
List Device and vendorIDs for PCI devices in error state.
wmic path Win32_PNPEntity where (DeviceID like "PCI%" and Status like "Error") get Description, DeviceID
Lookup the troublesome devices Vendor and Device ID here: http://www.pcidatabase.com/