usb not working in ubuntu 10.04

Discussions related to using VirtualBox on Linux hosts.
Post Reply
nanog
Posts: 2
Joined: 24. Jan 2010, 03:00
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: XP

usb not working in ubuntu 10.04

Post by nanog »

USB no longer works in ubuntu 10.04. There are vbox /dev/bus/usb entries and the host's usb bus shows up in the settings-->usb filter but no devices are detected:

Code: Select all

$VBoxManage list usbhost
<none>
http://ubuntuforums.org/showthread.php?t=1370065

perhaps deprecation of hal is the problem.

(ps: i am using puel, have added myself to the vboxusers group, and usbfs is deprecated in ubuntu)
nanog
Posts: 2
Joined: 24. Jan 2010, 03:00
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: XP

Re: usb not working in ubuntu 10.04

Post by nanog »

udev rules are identical to 9.10:

#cat /etc/udev/rules.d/10-vboxdrv.rules

Code: Select all

KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", GROUP="vboxusers", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers", MODE="0664"
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: usb not working in ubuntu 10.04

Post by Perryg »

Ubuntu 10.04 has eliminated hal in this (beta) version. VirtualBox relies heavily on hal and as such it has broken some things in VirtualBox. Bugtracker and timeline show they are working on this and by the time Ubuntu 10.04 is released it will work.
erkiha
Posts: 5
Joined: 18. Feb 2010, 17:01
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Windows XP

Re: usb not working in ubuntu 10.04

Post by erkiha »

As a temporary workaround for ubuntu lucid (10.4) you can run in terminal:

Code: Select all

hald --daemon=no
before running virtualbox to get usb working for guest os.
vinu76jsr
Posts: 7
Joined: 7. Sep 2008, 04:00

Re: usb not working in ubuntu 10.04

Post by vinu76jsr »

workaround not working , however Ihave not updated since a week , so 'll try after updating
squiddy
Posts: 1
Joined: 24. Apr 2010, 15:05
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: XP

Re: usb not working in ubuntu 10.04

Post by squiddy »

the workaround works well on my machine. still hoping the next vbox release will fix the problem
Quantafac
Posts: 1
Joined: 28. Apr 2010, 05:47
Primary OS: Ubuntu other
VBox Version: OSE other
Guest OSses: Windows XP

Re: usb not working in ubuntu 10.04

Post by Quantafac »

This work around doesn't work for me, is there anything else I can try?

Never mind, I updated ubuntu and it works now.
kronbalt
Posts: 1
Joined: 22. Jul 2010, 19:24
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Backtrack, Windows Xp, Red Hat

Re: usb not working in ubuntu 10.04

Post by kronbalt »

Nice workaround this worked for me as well :)

Thanks a lot
Post Reply