* [gentoo-user] Virtualbox USB w/o usbfs
@ 2010-07-13 14:28 SpaceCake
2010-07-15 8:26 ` App Deb
0 siblings, 1 reply; 2+ messages in thread
From: SpaceCake @ 2010-07-13 14:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
Hi,
I have a problem with accessing usb devices from virtualbox after some
kernel/system update. Previously it was ok after I've added the following
line to the fstab
usbfs /proc/bus/usb usbfs
devgid=1017,devmode=664 0 0
but now, there is no /proc/bus/usb
how can I enable USB access for a regular user in this new situation? Should
I modify some kernel parameters? should I enable CONFIG_USB_DEVICEFS or
there is some alternative solution?
Thanks
Laszlo
[-- Attachment #2: Type: text/html, Size: 540 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] Virtualbox USB w/o usbfs
2010-07-13 14:28 [gentoo-user] Virtualbox USB w/o usbfs SpaceCake
@ 2010-07-15 8:26 ` App Deb
0 siblings, 0 replies; 2+ messages in thread
From: App Deb @ 2010-07-15 8:26 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1373 bytes --]
You should never add that line in fstab in Gentoo. Don't follow random
tutorials about random distro workarounds. Gentoo bootscripts mount usbfs on
boot with gid=group=usb, so if you want to give user permissions for usbfs,
you add yourself to the "usb" group, you don't need to do anything else, and
Virtualbox will work (of course you also need to be in the vboxusers group).
Anyway, usbfs is not actually needed anymore, it has been replaced by usb
/dev/ entries. VirtualBox will use usbfs if it is mounted, but if it is not,
usb will work with the new improved way (better permission handling, for
printers for example). I don't now of any application that works only with
usbfs anymore, maybe it is time to remove it (or make it optional) from the
default gentoo boot-scripts.
On Tue, Jul 13, 2010 at 5:28 PM, SpaceCake <spacecakex@gmail.com> wrote:
> Hi,
>
> I have a problem with accessing usb devices from virtualbox after some
> kernel/system update. Previously it was ok after I've added the following
> line to the fstab
>
> usbfs /proc/bus/usb usbfs
> devgid=1017,devmode=664 0 0
>
> but now, there is no /proc/bus/usb
>
> how can I enable USB access for a regular user in this new situation?
> Should I modify some kernel parameters? should I enable CONFIG_USB_DEVICEFS
> or there is some alternative solution?
>
> Thanks
> Laszlo
>
>
[-- Attachment #2: Type: text/html, Size: 1762 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-15 8:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 14:28 [gentoo-user] Virtualbox USB w/o usbfs SpaceCake
2010-07-15 8:26 ` App Deb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox