Results 1 to 3 of 3

Thread: [SOLVED] USB on Virtual box

  1. #1
    Join Date
    Jun 2006
    Location
    United States
    Beans
    244
    Distro
    Ubuntu 11.04 Natty Narwhal

    [SOLVED] USB on Virtual box

    I am using Sun Virtual box (the non-open source edition) and I am having an issue with usb. When I click on settings I immediately get an error message stating that "Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND).The service might not be installed on the host computer." I really need to be able to use USB in the virtual machine.
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: USB on Virtual box

    You need to make a modification to your fstab for this to work:
    Open up your fstab for editing
    Code:
    gksudo gedit /etc/fstab
    and add this line at the bottom:
    Code:
    none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
    and save. Reboot, and USB should work.

    EDIT PS: Also, be sure to unmount any devices that will be mounted by the VM, as vbox will forcefully unmount them (equivalent of directly unplugging)
    "If a cluttered desk signs a cluttered mind, Of what, then, is an empty desk a sign?" -Albert Einstein.

  3. #3
    Join Date
    Jun 2006
    Location
    United States
    Beans
    244
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: USB on Virtual box

    That did it thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •