Skip to content

Instantly share code, notes, and snippets.

@mcahriman
Created June 13, 2017 12:39
Show Gist options
  • Save mcahriman/e525d898cab5be2a7d04b88cd08f4379 to your computer and use it in GitHub Desktop.
Save mcahriman/e525d898cab5be2a7d04b88cd08f4379 to your computer and use it in GitHub Desktop.
lsusb trash
root@OrangePi:~# lsusb
Unknown line at line 1
Unknown line at line 2
...
Unknown line at line 1607
Duplicate vendor spec at line 1608 vendor 000b Ƹ�9���5�s��Dh��j�P�Y
Unknown line at line 1609
Unknown line at line 1616
Unknown line at line 1619
Unknown line at line 1620
Unknown line at line 1621
Unknown line at line 1622
Unknown line at line 1629
Unknown line at line 1631
Unknown line at line 1632
Bus 001 Device 001: ID 1d6b:0002
root@OrangePi:~# apt-cache search lsusb
usbutils - Linux USB utilities
root@OrangePi:~# sudo apt-get install usbutils --reinstall
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 201 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports xenial/main armhf usbutils armhf 1:007-4 [201 kB]
Fetched 201 kB in 0s (466 kB/s)
(Reading database ... 40501 files and directories currently installed.)
Preparing to unpack .../usbutils_1%3a007-4_armhf.deb ...
Unpacking usbutils (1:007-4) over (1:007-4) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up usbutils (1:007-4) ...
root@OrangePi:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment