I'm trying to discover the USB VID for a keyboard that I intend to use as a second keyboard for macros. I have found a tutorial that tells me to use the command lsusb
to discover this, but when I try to type lsusb
in the terminal it does not work, stating that the command was not found.
How can I use this command? I use Xubuntu 16.04.
On my system
lsusb
runs, so I look for the fileI look for what package the command is found
At this point I'd probably have the answer you want, ie. ensure that package is installed, on my box I can use
or in summary; check you have
usbutils
installed, andsudo apt install usbutils
if you don't.