Results 1 to 10 of 10

Thread: Virtual Box - Failed to access the USB subsystem.

  1. #1
    Join Date
    Oct 2011
    Beans
    42

    Virtual Box - Failed to access the USB subsystem.

    Hello everyone,

    I'm having troubles accessing USB on my Virtual Box.

    Here's the message I'm getting:


    p, li { white-space: pre-wrap; } Failed to access the USB subsystem.
    VirtualBox is not currently allowed to access USB devices. You can change this by adding your user to the 'vboxusers' group. Please see the user manual for a more detailed explanation.


    Any help would be appreciated.

  2. #2
    Join Date
    Nov 2011
    Location
    At home
    Beans
    1,359
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: Virtual Box - Failed to access the USB subsystem.

    Here it's explained with pictures:

    http://news.softpedia.com/news/How-t...t-111715.shtml

  3. #3
    Join Date
    Oct 2011
    Beans
    42

    Re: Virtual Box - Failed to access the USB subsystem.

    Thank you for your willingness to help, but this article shows how to deal with it on Ubuntu, and I'm on Kubuntu. It's different.

    I can't follow the steps. When I go to User Groups, there is no "Click the "Unlock" button..."

    I'm attaching a screenshot.
    Attached Images Attached Images

  4. #4
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Virtual Box - Failed to access the USB subsystem.

    from terminal

    Code:
    sudo usermod -a -G vboxusers username
    where username is your username then logout and back in
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  5. #5
    Join Date
    Oct 2011
    Beans
    42

    Re: Virtual Box - Failed to access the USB subsystem.

    That worked!

    Thank you very much!

  6. #6
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Virtual Box - Failed to access the USB subsystem.

    Quote Originally Posted by marer13 View Post
    That worked!

    Thank you very much!
    Of course it worked

    You are welcome.

    Cheers
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  7. #7
    Join Date
    May 2005
    Location
    New Zealand
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Virtual Box - Failed to access the USB subsystem.

    Code:
    sudo usermod -a -G vboxusers username
    didn't work for me. Is it possible that the group is not allowed to access my USB devices??

    Code:
    sudo groups myuser
    myuser : myuser adm cdrom sudo dip plugdev lpadmin sambashare vboxusers
    Weird it doesn't work for me...
    Web Application Design and linux support:
    Tim-H. Heuer.

  8. #8
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Virtual Box - Failed to access the USB subsystem.

    You really should have opened a thread to ask your question. VirtualBox has changed since the tutorial was written, requiring Oracle VirtualBox (non-free) and the VirtualBox Extension Pack installed on the Host computer, as well as the user being part of the vboxusers group.

  9. #9
    Join Date
    Oct 2012
    Beans
    182

    Re: Virtual Box - Failed to access the USB subsystem.

    Quote Originally Posted by geek.de.nz View Post
    Code:
    sudo usermod -a -G vboxusers username
    didn't work for me. Is it possible that the group is not allowed to access my USB devices??

    Code:
    sudo groups myuser
    myuser : myuser adm cdrom sudo dip plugdev lpadmin sambashare vboxusers
    Weird it doesn't work for me...
    Are you sure you have also installed the guest additions extention pack and have enabled USB access in virtualbox Preference

  10. #10
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Virtual Box - Failed to access the USB subsystem.

    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.

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
  •