On an older Gateway P4 with 512M, I'm running kubuntu 8.10 with KDE 4.2, have added xVM VirtualBox ver. 2.1.2 and created a win-XP box allowing only 228M ram. VB is set to allow usb 1.1 and they show as active but I cannot access any usb devices. I saw an answer to kubuntu 7.04 but the 40-permissions.rules file is different and I don't what or where to make changes to allow pass-through. Following is the rule from my *rules file.
# USB serial converters
SUBSYSTEM=="usb_device", GOTO="usb_serial_start"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="usb_serial_start"
GOTO="usb_serial_end"
LABEL="usb_serial_start"
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", \
MODE="0660", GROUP="dialout"
LABEL="usb_serial_end"
# USB serial converters
SUBSYSTEM=="usb_device", GOTO="usb_serial_start"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="usb_serial_start"
GOTO="usb_serial_end"
LABEL="usb_serial_start"
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", \
MODE="0660", GROUP="dialout"
LABEL="usb_serial_end"
Comment