USB devices not seen in VB 4.0.8r71778
Posted: 18. May 2011, 21:36
USB devices not seen in VB 4.0.8r71778
natty ubuntu 11.04
This is a new installation of VB and WinXp pro.
FIle-prefs-extensions show the Oracle VM VB Extension pack is installed. It is ticked in pale green as active. It is the same version as VB above.
My user name is in the vboxusers group.
The permissions in /etc/init.d/vboxdrv are correct at 750.
# Create the /dev/vboxusb directory if the host supports that method
# of USB access. The USB code checks for the existance of that path.
if grep -q usb_device /proc/devices; then
mkdir -p -m 0750 /dev/vboxusb 2>/dev/null
chown root:vboxusers /dev/vboxusb 2>/dev/null
fi
succ_msg
I have installed WinXp pro. It loads. No printers or other usb devices are showing in VB's devices -usb or in windows printers and faxes. It is not greyout out. it just shows nothing in the way of usb connections.
I would like some help to get the usb devices to work.
Robin
natty ubuntu 11.04
This is a new installation of VB and WinXp pro.
FIle-prefs-extensions show the Oracle VM VB Extension pack is installed. It is ticked in pale green as active. It is the same version as VB above.
My user name is in the vboxusers group.
The permissions in /etc/init.d/vboxdrv are correct at 750.
# Create the /dev/vboxusb directory if the host supports that method
# of USB access. The USB code checks for the existance of that path.
if grep -q usb_device /proc/devices; then
mkdir -p -m 0750 /dev/vboxusb 2>/dev/null
chown root:vboxusers /dev/vboxusb 2>/dev/null
fi
succ_msg
I have installed WinXp pro. It loads. No printers or other usb devices are showing in VB's devices -usb or in windows printers and faxes. It is not greyout out. it just shows nothing in the way of usb connections.
I would like some help to get the usb devices to work.
Robin