by martinfromdublin on Sun Apr 20, 2008 5:53 pm
Thanks for that but the problem still persists.My USB mouse and keyboard are recognised and were right from the start but VirtualBox can't see my USB floppy drive (needed to start the installation of WIN 2000 or 98) nor my exernal 320 gig hard drive (divided in 4 partitions) but strangly enough the VDI files are all stored on that external drive. Could I have created a conflict by accident? The USB mouse and keyboard are running off USB hubs, the external drive is on a direct connection.
I've created the usbusers group and added myself and root to it and editied the permissions rule file, here's what it now looks like;
# Sound devices
SUBSYSTEM=="sound", GROUP="audio"
# USB devices (usbfs replacement)
SUBSYSTEM=="usb_device", GROUP=”vboxusers”, MODE="0664"
# vc (virtual console) devices
SUBSYSTEM!="tty", GOTO="vc_end"
KERNEL=="console", GROUP="root", MODE="0600"
KERNEL=="ptmx", GROUP="root", MODE="0666"
KERNEL=="pty*", GROUP="tty", MODE="0666"
KERNEL=="tty", GROUP="root", MODE="0666"
KERNEL=="tty[0-9]*", GROUP="root"
LABEL="vc_end"
What should I try next and thanks for all the help so far, I'd really like to get this fixed as it'd save me having to re-boot to XP each time I need to run an 'XP only' application (one incompatible with Linux).
Martin