User Tools

Site Tools


howtos:virtualbox_and_usb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howtos:virtualbox_and_usb [25/08/2017 13:58] – created domingohowtos:virtualbox_and_usb [02/12/2018 21:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +Insert the following in /etc/fstab
  
 +<code>
 +none /proc/bus/usb usbfs devgid=123,devmode=666 0 0
 +</code>
 +
 +UPDATE:
 +
 +To get it working on Intrepid Ibex I added this:
 +<code>
 +#Make USB Work in Sun VirtualBox
 +none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
 +</code>
 +
 +Execute:
 +<code>
 +sudo mount -a
 +</code>
 +
 +Now you should be okay to run Vbox and use USB devices.
howtos/virtualbox_and_usb.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1