I like lemonade.

Setting up USB on Ubuntu 9.04

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> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <code>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.