Showing posts with label virtualbox. Show all posts
Showing posts with label virtualbox. Show all posts

Saturday, August 29, 2015

Install Virtualbox Extension Pack from Bash command line

I recently ran into a problem when upgrading to Virtualbox 5.0. I was not able to install the Extension Pack, to enable USB 2.0, from the command line. Over at virtualbox.org I found the solution.

On my debian box I used aptitude to install gksu. gksu is a GTK+ frontend for su and sudo (check the man page for more info). Then I executed the following command from the directory where I downloaded the Virtualbox Extension Pack.

> gksu VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.0.2.vbox-extpack

After executing this command, my Virtualbox VM would boot up just fine and USB 2.0 controller was active.

Virtualbox Url

Follow the link to the Virtualbox download directory.

http://dlc-cdn.sun.com/virtualbox/

Friday, February 29, 2008

usb devices in virtualbox on ubuntu 7.10

the article at www.arsgeek.com/?p=2776 has all the necessary steps to follow for getting a windows xp vm to recognize usb devices on an ubuntu 7.10 system.

Tuesday, August 7, 2007

audio and usb on winxp vm in virtualbox

below is what i did on my debian box to get audio and usb to work on my winxp vm in virtualbox. i would expect this to work just fine on ubuntu also.


audio

open the innotek virtualbox program
choose the winxp vm and click the settings button for the vm
select audio in the left hand menu
select enable audio
select host audio driver to be ALSA audio driver


usb

execute the following command from the command line as root and add the following command to your /etc/rc.local file

chown -R root:vboxuers /proc/bus/usb


add to following line to the bottom of /etc/fstab

none /proc/bus/usb usbfs devgid=1003,devmode=666 0 0


then execute "mount -a" from the command line as root


start winxp vm

then put a usb thumb drive in a usb port and start a winxp vm in virtualbox
you should be able to here all the cool windows startup sounds ;^)
you should also be able to access any usb device