bitcraze / bitcraze-vm

This repository is used to track issues and information about the Bitcraze Virtual Machine, but doesn't contain the machine itself. The virtual machine contains the full development environment for all our projects.
MIT License
61 stars 33 forks source link

No access to USB in VirtualBox #61

Closed aalessi3 closed 1 year ago

aalessi3 commented 1 year ago

Despite having the proper filters, usb permissions and VM usb3 selected I was unable to access the CrazyRadio usb from my VM. The solution was adding my user to the vboxusers group on my host machine (Ubuntu 20.04)

sudo adduser $USER vboxusers

Determine $USER with

whoami
krichardsson commented 1 year ago

Thanks for sharing!