VirtualBox

Changes between Version 91 and Version 92 of User_FAQ


Ignore:
Timestamp:
Nov 5, 2008 3:27:59 PM (16 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • User_FAQ

    v91 v92  
    4343}}}
    4444  From now on, there should be a directory `/proc/bus/usb/` and the device entries below should be accessible by any user.
     45
     46 * '''USB on Ubuntu/Intrepid''': Finally, the Ubuntu guys completely removed these lines. So you have to manually add them again:
     47{{{
     48mkdir -p /dev/bus/usb/.usbfs
     49domount usbfs "" /dev/bus/usb/.usbfs usbfs -obusmode=0700,devmode=0600,listmode=0644
     50ln -s .usbfs/devices /dev/bus/usb/devices
     51mount --rbind /dev/bus/usb /proc/bus/usb
     52}}}
     53  Note that the udev permissions for the USB devices are still used. For instance, to access a USB disk you have to be member of the group `disk`. Just do
     54{{{
     55/bin/ls -l /proc/bus/usb/*/*
     56}}}
     57  and check if you have '''write access''' to all desired USB devices.
    4558
    4659 * '''USB on openSUSE''': Add the following entry to `/etc/fstab`:

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette