Page 1 of 1

Fedora Core 9 with VB 1.6.2 - USB issue

Posted: 21. Jun 2008, 12:58
by zithiat
Hi all,

I have a problem with USB Controller on VB.

My host is Fedora Core 9. I had installed VB 1.6.2 successfully from Sun. My VM is XP SP2 guest. I had configured NAT/Bridge as well. Now, my VM works very well, but without USB support.

I had tried with How To: Install VirtualBox on Fedora 8 (Werewolf) « SendDerek’s Blog on http://sendderek.wordpress.com/2007/11/ ... -werewolf/
but still not working. I had tried enable USB with and without 2.0 option, but still unsuccessful. :(

My fstab is:
[root@t60 ~]# cat /etc/fstab
UUID=5c5776a0-6867-4845-aa21-030afd1ff934 / ext3 defaults 1 1
UUID=6b97e5d0-06db-4280-8377-102c98ce85b3 /Data ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
UUID=cf53169e-9552-4309-bad7-a353af010186 swap swap defaults 0 0
#none /proc/bus/usb usbfs devgid=501,devmode=664 0 0
none /sys/bus/usb/drivers usbfs devgid=502,devmode=664 0 0

My /dev/bus/usb:
[quan@t60 ~]$ ls -la /dev/bus/usb
total 0
drwxr-xr-x 7 root root 140 2008-06-21 23:14 .
drwxr-xr-x 3 root root 60 2008-06-21 23:14 ..
drwxr-xr-x 2 root root 80 2008-06-21 17:43 001
drwxr-xr-x 2 root root 60 2008-06-21 23:14 002
drwxr-xr-x 2 root root 60 2008-06-21 23:14 003
drwxr-xr-x 2 root root 80 2008-06-21 23:14 004
drwxr-xr-x 2 root root 80 2008-06-21 23:14 005

My /proc/bus/usb:
[quan@t60 ~]$ ls -la /proc/bus/usb/
total 0
drwxr-xr-x 7 root root 0 2008-06-21 23:14 .
dr-xr-xr-x 6 root root 0 2008-06-21 23:14 ..
dr-xr-xr-x 2 root root 0 2008-06-21 23:14 001
dr-xr-xr-x 2 root root 0 2008-06-21 23:14 002
dr-xr-xr-x 2 root root 0 2008-06-21 23:14 003
dr-xr-xr-x 2 root root 0 2008-06-21 23:14 004
dr-xr-xr-x 2 root root 0 2008-06-21 23:14 005
-r--r--r-- 1 root root 0 2008-06-21 17:43 devices

Could anyone help me howto configure USB working with XP guest on VB1.6.2?

Many tks.

Same problem here

Posted: 24. Jun 2008, 13:11
by zo6speed
Hello.

I, too, am having the same problem. I have added the line:
none /proc/bus/usb usbfs devgid=501,devmode=664 0 0

to my /etc/fstab file. In addition, I have a group user called usbfs on 501

I'm a little lost as far as USB Device Filters in the VirtualBox settings under the USB tab. I've left it blank, I've filled in my device name, and nothing seems to work. I've also similarly tried to check and uncheck the USB 2.0 option with failed results.

It doesn't seem to matter, the VM cannot see the USB device. I have unmounted the device in Fedora 9 too.

So anyone with Fedora 9 (2.6.25.4-30.fc9.i686.PAE) and got this working, please help us. Hate to go back to VMWare.

Thanks.