Hang on...

Setting up USB on Ubuntu 9.04

Share |

Start using VirtualBox 2.x USB support by following these easy steps.
Thanks to virtualbox.org and Ibrahim Ben Faruhn.

UPDATE: Please note that these changes have been done automatically in VirtualBox 3.x

1. Create a group called usbusers

sudo groupadd usbusers

2. Add yourself to this group

useradd -G {group-name} username

3. Edit the file /etc/udev/rules.d/40-permissions.rules (for this, you must have administrative privileges)

3.1 Search for the following lines

# USB devices (usbfs replacement)

SUBSYSTEM=="usb_device", MODE="0664"


3.2 Change them to the following

# USB devices (usbfs replacement)

SUBSYSTEM=="usb_device", GROUP="usbusers", MODE="0664"


4. Restart your PC

5. You should now have write access to all USB devices.

Comments

I can't find the file 40-* in

I can't find the file 40-* in /etc/udev/rules.d/.

Look for the file called

Look for the file called "10-vboxdrv.rules". Please note that these changes should be done automatically in VirtualBox 3.x

i cant find

i cant find 40-permissions.rules file in Ubuntu 9.04...pls help me.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <caption> <tbody> <tr> <td> <em> <b> <u> <i> <strong> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <param> <strike>
  • Web page addresses and e-mail addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. The supported tag styles are: <foo>, [foo].

More information about formatting options