| ID: 123 |
Category: Ubuntu |
Date Posted: 06/02/2010 |
Page Impressions : 1,347 |
|
 |
How to check what USB devices are connected in Ubuntu by using the lsusb command |
|
To display a list of currently connected USB devices in Ubuntu, open your terminal and issue the following command :
lsusb
I needed to check if my mobile phone was detected by Ubuntu, when I plugged it in. As you can see from the list below, my Sony Ericsson Mobile was detected.
Bus 001 Device 005: ID 0fce:e039 Sony Ericsson Mobile Communications AB
Bus 001 Device 003: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 005: ID 06f2:0011 Emine Technology Co. KVM Switch Keyboard
Bus 002 Device 004: ID 045e:00db Microsoft Corp. Natural Ergonomic Keyboard 4000 V1.0
Bus 002 Device 003: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 002 Device 002: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Running the lsusb command is a quick way to know if your USB device has been detected or not.
|
|
|