Skip to main content

Posts

Showing posts from January 7, 2009

pci.ids and usb.ids lists

You know that there are lists of PCI and USB devices that Linux uses to identify those devices? The files containing the lists are named pci.ids and usb.ids . It seems that I have some hardware on my Linux box that is "unknown". How does that get fixed or changed? Over time, those devices will get added to a list that Linux uses to identify devices. Here's how to add new hardware to the list and how to get the most current lists to drop in you own Linux box. PCI The list is maintained by The PCI ID Repository . You can download the most current file from there or submit new devices or discuss changing old entries. Download it with: wget -nd http://pci-ids.ucw.cz/v2.2/pci.ids To locate where on your system the files are located, use the find command and then copy the new files to that location. This works on my system: sudo mv pci.ids /usr/share/ USB The USB list lives at Linux-USB.Org . You can download the most current file from there or submit