Changes between Version 81 and Version 82 of User_FAQ
- Timestamp:
- May 16, 2008 9:16:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User_FAQ
v81 v82 34 34 From now on, there should be a directory `/proc/bus/usb/` and the device entries below should be accessible by any user. 35 35 36 * '''USB on openSUSE''': See the [http://en.opensuse.org/Virtualbox this] on the openSUSE support pages. 36 * '''USB on openSUSE''': Add the following entry to `/etc/fstab`: 37 {{{ 38 none /proc/bus/usb usbfs auto,busgid=XXX,busmode=0775,devgid=XXX,devmode=0664 0 0 39 }}} 40 Replace `XXX` by the group ID of the group vboxusers. You can determine this value by executing 41 {{{ 42 grep vboxusers /etc/group 43 }}} 44 Of course, the current user should be member of that group. After the next reboot, there should be a directory `/proc/bus/usb/` and the device entries below should be accessible by any user of the `vboxusers` group. 37 45 38 46 * '''Tickless Linux timer''': !VirtualBox currently does not work well on Linux kernels with tickless timer support (CONFIG_NO_HZ enabled). We are investigating the problem but in the meantime you should disable the tickless timer by disabling that config option or by adding '''nohz=off''' to the Linux kernel command line.[[BR]]