Questions tagged [lsusb]

lsusb is a utility for displaying information about all USB buses in the system and all devices connected to them. To make use of all the features of this program, you need to have Linux kernel 2.3.15 or newer which supports the /proc/bus/usb interface.

36 questions
0
votes
1 answer

Fastboot doesn't recognize my Asus zenfone2 on my ubuntu14.04

On the normal boot mode, my Asus zenfone2(ZE551ML) running android 5.0 is listed when I type adb devices. Then, I put the phone to the fastboot mode by adb boot bootloader. When the phone is already entering the fastboot mode, fastboot devices…
anthonyaje
  • 59
  • 1
  • 6
0
votes
0 answers

Write a bash script that executes a command when a USB device is plugged in/removed

I'm trying to write a bash script so that Linux resets pulseaudio whenever I plug in or remove my USB DAC. So far it looks like this. #/bin/bash while : do sleep 5 if lsusb | grep YOURID then continue fi WHAT YOU…
0
votes
1 answer

Enable Bluetooth Adapter for BeagleBone Black

I recently bought a USB 2.0 Bluetooth Adapter. It claims to have support from Linux kernels of versions 3.4 and higher. I have a BeagleBone Black with Debian GNU/Linux 7 image and kernel 3.8. I am developing on BeagleBone Black by hosting it through…
Thomas Hsieh
  • 691
  • 1
  • 6
  • 26
0
votes
1 answer

Is there any way to see on linux the USB devices on realtime?

My question is simple, is there a way to see in a terminal what usb devices do I have connected to my computer in real time? I already know lsusb, but it just show me the devices on the moment I ask it, I would like to be able to see if one connects…
Sxubach
  • 134
  • 1
  • 1
  • 13
0
votes
2 answers

How to get usb serial number python

Ive been searching around for a little while and this is winding me up... This was easy in C# :/ Anyways.. I found this code, which is the closest i got, but i suck at Regular Expressions, so if someone could narrow that down for me so it isolates…
amartin94
  • 485
  • 3
  • 17
  • 33
-1
votes
1 answer

How to know what block device correnponds to the lsusb output?

I need the information provides lsusb about Manufacturer company in usb pendrives, but I don't know how to link it with the block device. I'm using dbus and python for getting all information about pendrives connected in the system, but DriveVendor…
Gea Planet
  • 87
  • 1
  • 5
1 2
3