PDA

View Full Version : [ubuntu] virtual box


adamogardner
June 27th, 2008, 10:02 PM
got it installed created VM and now want to install vista. it's not installing. there is an error window "fail to access usb subsystem" is this why after mounting my dvd drive nothing installs or is it something I'm not doing? what can I do?

flytripper
June 27th, 2008, 10:05 PM
make sure nothing is mounted in the usb icon at the bottom .....also maybe try installing with usb disabled

adamogardner
June 27th, 2008, 10:19 PM
i don't really now what that means..lets see, under settings i hilight USB and it is not selected. I tried selecting it but nothing happens it deselects on its own.

adamogardner
June 30th, 2008, 11:00 AM
how do i set write permissions for /dev/vrboxdrv by adding them to vboxusers group? this is what the window says to do.

damis648
June 30th, 2008, 11:04 AM
For the permissions:
Go to System>Administration>Users and Groups and unlock it with your password. Go to Manage Groups and get to the properties of the "vboxusers" group. Put a check next to your user and root. Click OK and close that.

For the USB message:
Open a terminal and type
sudo gedit /etc/fstab
and enter. Type your password. At the end of the document that opened, paste in
#usbfs
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
at the very end. USB devices will now work when mounted in the VM.

Now reboot and your problems will be solved. :popcorn::popcorn::popcorn:

bumanie
June 30th, 2008, 11:05 AM
Suggest you download the binary (free for home use) from the sun/innotek site and then follow this guide (http://www.ubuntu1501.com/2007/12/installing-virtualbox-with-usb-support.html)

dondad
June 30th, 2008, 12:23 PM
got it installed created VM and now want to install vista. it's not installing. there is an error window "fail to access usb subsystem" is this why after mounting my dvd drive nothing installs or is it something I'm not doing? what can I do?


If you are using the open source version from the repos, it doesn't support usb. To get that, you need to download and install the binary version from the virtual box website.

adamogardner
June 30th, 2008, 12:28 PM
how do I check to see what version I have?

The usb warnning popps up when I hit the settings button, still after follow damis' s directions

damis648
June 30th, 2008, 12:39 PM
Did you reboot? And could you paste the exact message?

adamogardner
July 1st, 2008, 10:43 AM
yes i rebooted i cant copy and paste but will write it out, also I got several operating systems started on it but there is a problem getting any touchpad control. Could this be why the USB window popps when I hit the settings button?

'failed to access the usb subsystem
could not host the usb proxy service (VERR_FILE_NOT_FOUND)
THE SERVICE MIGHT NOT BE INSTALLED ON THE HOME COMPUTER {sorry caps on}

then it goes on to describe the result code, component, interface and callee; 0x00004005, Host, IHost, Ihost{81729c22-laec-46f5-b7co-cc7364738fdb, and IMachine{f95c0793-7737-49a1-85d96da81097173b} , respectively. Thanks for helping out!

wariskampar
July 1st, 2008, 11:09 AM
Facing similar problem this morning. Able to solve it by following instruction in this page:

http://www.ubuntu-unleashed.com/2008/04/howto-install-virtualbox-in-hardy-heron.html

Make sure to re-start

Success!