oracle vm usb,解决virtualbox找不到USB设备
安装Oracle VM VirtualBox Extension Pack,需要把linux用户加入命令:sudo usermod -aG vboxusers 重启系统或者注销用户生效资料来源:http://askubuntu.com/questions/25596/how-to-set-up-usb-for-virtualbox---------------------------------.
安装Oracle VM VirtualBox Extension Pack,需要把linux用户加入
命令:sudo usermod -aG vboxusers
重启系统或者注销用户生效
资料来源: http://askubuntu.com/questions/25596/how-to-set-up-usb-for-virtualbox
-----------------------------------------分割线,下面是老资料-------------------------
sudo adduser 你的linux用户名 vboxusers
然后重新启动
资料来源:
Ok, that's my solution, simplified and improved with the help of vorburger and boechat.
Short answer:
Execute sudo adduser YOURUSERNAME vboxusers, log out and log in again.
Long Answer:
Close virtualbox
Execute in bash: sudo adduser YOURUSERNAME vboxusers
Log out and log in again
Attach to your PC the USB devices you want to be automatically mounted in the VM (virtual machine).
Open Virtualbox
Select your VM and go to "Machine" -> "Settings" -> "USB".
Check "Enable USB Controller"; click on the icon with the USB plug and the plus, and click on the devices you want to be automatically mounted in the VM. Click "Ok".
Click on "Start" toolbar button, and ensure your USB devices are recognized and mounted by the VM. Remember that you have to unmount them in the host OS too if you have to disconnect them after you exit the VM.
Note that Extensions Pack and Guest Additions are not strictly required, but with Extension Pack you can use USB 2.0. You have also to enable it under USB settings. Without it all your USB devices are controlled as USB 1.0, so they will work at lower speed.
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐

所有评论(0)