I'm receiving the following error when using the command lsusb:
~$ lsusb
lsusb: symbol lookup error: lsusb: undefined symbol: libusb_get_port_numbers
I tried uninstalling and re-installing usbutils and libusb-1.0-0 with no luck.
~$ sudo apt-get install usbutils libusb-1.0-0
[sudo] password for my_machine:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
usbutils is already the newest version (1:014-1build1).
libusb-1.0-0 is already the newest version (2:1.0.25-1ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Any idea what could be the issue or what I can try?
Bookmarks