在fedora 16的virtualbox中使用usb
1. 取得vboxusers的gid(假设为1001):cat /etc/group | grep vboxusers
2. 将当前用户加入vboxusers组:useradd -aG vboxusers t0nsha
3. 在/etc/fstab文件新增一条记录(1001为第一得到的gid):none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0
4. 重启,即可在virtualbox虚拟机中使用usb设备了。
Having issue on USB using virtualbox? or your having a problem that you cannot use any usb device to detect inside virtualbox? here’s a simple solution just to detect the device based on my experience using fedora 16 installed with virtualbox :
1. Once you install virtualbox, you need to access the user and groups
2. Go to groups and look for vboxusers
3. Double click to go to properties and add your account
4. Once done,you need to edit the /etc/fstab file and just add this line
none /proc/bus/usb usbfs devgid=991,devmode=664 0 0
Note: You need to change the 991 to the group ID which you can locate on the user and groups.
5. reboot your machine
Now you can test to plug any USB device the virtualbox will detect it without an error..
FROM: http://rjiansevilla.com/2011/11/13/fixing-usb-issue-on-virtualbox-in-fedora/
分享到:
相关推荐
DLL Suite helps repair Windows PC problems By Fixing error in DLL files. include with Cracked
在IT领域,特别是软件开发过程中,GUID(全局唯一标识符)是极其重要的组成部分,它用于确保数据对象在所有时间和空间中的唯一性。然而,在使用Visual Studio 2010进行开发时,用户可能会遇到GUID创建过程中的错误。...
"r-suresh-genuine-error-fixing-in-windows-xp_in_error_gaveybm_"这个标题暗示了一个教程或指南,旨在帮助用户识别并解决Windows XP中的错误问题。"HOW TO FIND AND FIX ERROR IN WINDOW 19"的描述可能是个笔误,...
Fixed case insensitive include of device header file (fixing build error on Linux). Updated CMSIS driver: CAN: Corrected MessageSend function to only access required data for sending Corrected abort...
fixing build error on Linux). Updated CMSIS driver: CAN: Corrected MessageSend function to only access required data for sending Corrected abort message send functionality Corrected SetBitrate ...
朱日清、方萍、来桂晓、李亚娟和高松林等人在他们发表的《Effect of Soil Properties on growth and Nitrogenase Activity of Exotic Associative N-fixing Bacteria》一文中,详细探讨了土壤特性如何影响外源固氮菌...
We wanted to make sure that we retained all the good qualities of the first edition, published in 2009, while fixing some of its shortcomings and adding additional material. We continue to follow the...
Fixed case insensitive include of device header file (fixing build error on Linux). Updated CMSIS driver: CAN: Corrected MessageSend function to only access required data for sending Corrected abort...
writing running and fixing codes.one
A hands-on guide to finding the sources of electromagnetic interference and then fixing the problems. Includes basic theory of EMI as well as detailed explanations of why this problem is becoming more...
UnREaL RCE / Fixing Armadillo 5.xx Hardware FingerPrint (with Copy-MemII) <br>This tut is about Fixing Armadillo 5.xx Hardware Fingerprint and defeating Copy-MemII Because something changed in ...
An Analysis of the Automatic Bug Fixing Performance of ChatGPT.pdf
Adobe Photoshop CS2 Classroom in a Book <br>By Adobe Creative Team Publisher: Adobe Press Pub Date: May 24, 2005 ISBN: 0-321-32184-7 Pages: 496 Photoshop is one ...
单词记忆系统 based on 微信小程序 has been actively developed to better assist learners in memorizing words in context and real exam sentences, thus addressing the issue of easily forgetting words ...
Make sure that the TLL6527M's USB-UART port has been mapped to a ttyUSBx device node in the /dev folder on the host PC SDE. See following example: 【技术】Ubuntu下USB转串口芯片驱动程序安装cp210x,pl...