My user was not added to vboxusers group, son can't attach USB devices to guest. None is present.
Fixed with this:
Code: Select all
sudo adduser $USER vboxusersCode: Select all
sudo adduser $USER vboxusersThe virtualbox installer makes the group. You have to add yourself to it manually. That you needed to do it manually shows that Virtualbox is working as designed.The Linux installers create the system user group vboxusers during installation. Any system user who is going to use USB devices from Oracle VM VirtualBox guests must be a member of that group. A user can be made a member of the group vboxusers either by using the desktop user and group tools, or with the following command:
sudo usermod -a -G vboxusers username