VirtualBox

Opened 13 years ago

Closed 13 years ago

#8502 closed defect (fixed)

/dev/vboxusb must be created before starting guest => Fixed in SVN

Reported by: Håkan Bergman Owned by:
Component: other Version: VirtualBox 4.0.4
Keywords: Cc:
Guest type: Windows Host type: Linux

Description

System: OpenSuSE 11.3 Linux ernst 2.6.34.7-0.7-desktop #1 SMP PREEMPT 2010-12-13 11:13:53 +0100 i686 athlon i386 GNU/Linux Udev 157-3.1 Motherboard. ASUS M2A-VM-HDMI

USB devices are not hot pluggable in windows guest if not at least one USB device is plugged in before starting VirtualBox. Devicenodes will however be created under /dev/vboxusb with correct permissions, owner root and group vboxusers.Restarting VirtualBox makes no change, shutting down VirtualBox, logging out and restarting VirtualBox works, one USB device plugged in in both cases. Commenting out the following lines in /usr/share/virtualbox/VBoxCreateUSBNode.sh

"if test "$class" -eq 9; then

exit 0

fi"

works and creates and populates /dev/vboxusb with the same content as /dev/bus/usb.

The crucial thing seems to be that /dev/vboxusb must be created before starting VirtualBox.

Attachments (1)

VBox.log (79.2 KB ) - added by Håkan Bergman 13 years ago.

Download all attachments as: .zip

Change History (3)

by Håkan Bergman, 13 years ago

Attachment: VBox.log added

comment:1 by Frank Mehnert, 13 years ago

Summary: /dev/vboxusb must be created before starting guest/dev/vboxusb must be created before starting guest => Fixed in SVN

Fixed in the next maintenance release.

comment:2 by Frank Mehnert, 13 years ago

Resolution: fixed
Status: newclosed

The fix is in 4.0.6.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use