WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: usb, uhci, usbfs  (Read 1656 times)

Offline Onyarian

  • Sr. Member
  • ****
  • Posts: 337
usb, uhci, usbfs
« on: May 15, 2010, 04:22:17 AM »
I need for VirtualBox (not the OSE edition) the usbfs system to have access to usb devices.
I think for that is necessary to load the uhci module or something lake that, but there is no extension to provide it now.
I think libusb don't provide it nor usb-utils.
Is possible to have this in one extension?
It would create the /proc/bus/usb to mount usbfs?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: usb, uhci, usbfs
« Reply #1 on: May 15, 2010, 04:33:34 AM »
Virtualbox should use libusb instead, but you can add this to bootlocal.sh:

Quote
mount -t usbfs none /proc/bus/usb
The only barriers that can stop you are the ones you create yourself.

Offline Onyarian

  • Sr. Member
  • ****
  • Posts: 337
Re: usb, uhci, usbfs
« Reply #2 on: May 15, 2010, 07:16:44 AM »
Thanks Curaga, you are right.

Now I can select the usb devices, but then the OS in VirtualBox hangs, now I have to work around the permissions.