VirtualBox

Changes between Initial Version and Version 1 of USB_on_Ubuntu_7.04


Ignore:
Timestamp:
Jun 14, 2007 3:49:17 PM (17 years ago)
Author:
Michael Thayer
Comment:

Added a howto on setting up USB on Ubuntu 7.04

Legend:

Unmodified
Added
Removed
Modified
  • USB_on_Ubuntu_7.04

    v1 v1  
     1= Setting up USB on Ubuntu 7.04 =
     2Contributed by Ibrahim Ben Faruhn, 2007/06/14
     3
     4After I had a taken a look into the insides of Ubuntu 7.04, I managed to get !VirtualBox's USB-Support in that system in such a way that the user only needs to be a member of a group called usbusers.  This howto describes how I did it.
     5
     6Basically, you just have to tell Ubuntu that a group called usbusers should have read
     7and write access to all usb devices.
     8
     91. Create a group called usbusers
     10
     112. Add yourself to this group
     12
     133. Edit the file /etc/udev/rules.d/40-permissions.rules (for this, you must have administrative privileges)
     14
     15    3.1 Search for the following lines
     16{{{
     17# USB devices (usbfs replacement)
     18SUBSYSTEM=="usb_device",                    MODE="0664"
     19}}}
     20
     21    3.2 Change them to the following
     22{{{
     23# USB devices (usbfs replacement)
     24SUBSYSTEM=="usb_device", GROUP="usbusers", MODE="0664"
     25}}}
     26
     274. Restart udev:
     28{{{
     29sudo /etc/init.d/udev restart
     30}}}
     31
     325. You should now have write access to all usb devices.

© 2023 Oracle
ContactPrivacy policyTerms of Use