Difference between revisions of "Usb"

From Noah.org
Jump to navigationJump to search
m (Created page with 'Category:Engineering == lsusb does not identify a device == <pre> sudo update-usbids.sh </pre>')
 
Line 2: Line 2:
  
 
== lsusb does not identify a device ==
 
== lsusb does not identify a device ==
 +
 +
If the manufacturer and/or product name column is blank then run the following command to update your USB ID database. This may fill in the empty space. Even new distros often have out of date USB ID databses.
  
 
<pre>
 
<pre>
 
sudo update-usbids.sh
 
sudo update-usbids.sh
 
</pre>
 
</pre>

Revision as of 19:15, 22 January 2010


lsusb does not identify a device

If the manufacturer and/or product name column is blank then run the following command to update your USB ID database. This may fill in the empty space. Even new distros often have out of date USB ID databses.

sudo update-usbids.sh