Virtual Box: USB Setup
Updated: Jul 20, 2023
In order for usb devices to connect to the vm the following needs to be done (only Linux hosts):
sudo apt install --reinstall virtualbox-dkms && sudo apt install libelf-dev
sudo /sbin/vboxconfig
sudo usermod -aG vboxusers <username> References:


Comments