No USB Devices from ssh

Hello!

I am currently having an issue with my Xavier AGX where my usb devices are not listed when I access the device by ssh over the network. If I plug a keyboard and mouse and display into the device and login, then the devices are revealed in both my ssh session and the directly connected session.

Is there any way to reveal connected usb devices via a ssh session without having to log in to the device directly?

Thanks!

I solved this by installing usb tools:

sudo apt-get install usbtools
1 Like