Ir al contenido principal

Enable VirtualBox USB support in Ubuntu 12.10 Quantal Quetzal


The next big version of Ubuntu is now out. I downloaded the image file and made my 4 GB pendive bootable with the help of Image Writer. I am impressed with the overall look and feel of the new Ubuntu. I erased Windows 7 and used the complete hard disk for Ubuntu. But, the problem is I cannot use Itunes to sync application in and out from my Iphone in Ubuntu. Itunes simply does not work in WINE software also. So, I brooded over how to upgrade applications in Iphone through Linux and VirtualBox is the answer.
I installed VirtualBox from Ubuntu software center. But, I could not access any of the devices plugged into the USB port of the laptop. Later I found out the solution. It is simple. Follow the simple steps detailed below.
How to install VirtualBox in Ubuntu
Actually you can do it two ways
  1. Install from the Ubuntu software center.
  2. Install from the terminal.
The first option is relatively simple to do. Ubuntu software center now does not show the software libraries and dependencies of main software that you mark to install. It only shows the main software. It is good for newbies as it greatly reduces confusion in them. The second option is good if you want to save time and to learn some basics of Linux. I went for the second option and installed the VirtualBox from the terminal.
Type this command in terminal and enter
sudo apt-get install virtualbox
when prompted give your password. This will install VirtualBox in Ubuntu.
Next go to https://www.virtualbox.org/wiki/Downloads and select appropirate Extension Pack for your installed version of VirtualBox. The VirtualBox and the Extension Pack version should be same. Choose the exact version before downloading. Double click on it and it will install the Extension Pack automatically.
Next, you need to edit user privileges. This is done to make VirtualBox user able to access USB hubs in VirtualBox. Else the USB will not be recognized in the VirtualBox. So, the next step is to add our username to VirtualBox group. There is one problem. In the latest Ubuntu 12.10 the user group does not come with the option to add users to one particular group. As the default User Settings does not allow to edit the privileges, you need to install the traditional Gnome System Tools from the Ubuntu Repository. To do this, type the following command in the Terminal and press Enter.
sudo apt-get install gnome-system-tools
After the installation, type ‘users’ in the Ubuntu dash board search box and it will show two user applications. One is “User Accounts” and the second is “Users and Groups”. Click on the second one, Users and Groups.

Click on “Advanced Settings”.

When prompted, enter the password. You can see three tabs in the ‘Advanced Settings.’ Click on the second tab “User Privileges”

At the bottom of the User Privileges menu, there is one “Use virtualbox virtualization solution”. Click on it and tick in the check box. Save it.
Note: I did not see the ‘save’ option in this menu. So I clicked on the tab button in the keyboard twice and pressed enter and this done the job. Earlier, when I closed the menu after checking the check box, it was not saved when I opened it after some time. Obviously it has to be saved and the ‘save button’ (if there is one) is hidden below the bottom of the screen. So, the best option is to open user privileges one more time to check if the check-box is ticked.
Now we are almost done and you can see attached USB devices in VirtualBox. To enable USB, go VirtualBox → Settings → USB → click on the “+” mark. It will list all the available USB devices currently plugged into your system.

Remember that when a USB device is enabled in the VirtualBox USB, it cannot be used in the host machine. You need to disable USB from the VirtualBox USB option to enable it in the host machine.
Enjoy!

Entradas populares de este blog

Fallo al obtener la lista de compartición del servidor

 - Ubuntu Karmic Koala El problema. El detalle es que a veces tengo que revisar archivos que están en otras computadoras que utilizan windows. Al momento de darle en el menú Lugares - Red - Red de Windows y al elegir el grupo de trabajo en el que están mis equipos me aparece el siguiente error. No se puede montar el lugar. Fallo al obtener la lista de compartición del servidor. La solución . La encontré en este articulo de los Foros de Ubuntu, lo voy a copiar tal cual, espero que no le moleste al autor y solo a manera de respaldo. # — Aquí inicia el articulo de los foros de Ubuntu – 1- En principio es necesario que estén instalados: samba samba-common smbclient winbind   2- Luego editar el archivo /etc/samba/smb.conf sudo gedit /etc/samba/smb.conf   A los cambios necesarios para adaptar el sistema, según los tutoriales de samba es necesario tener presente que: a- Donde dice workgroup = WORKGROUP, reemplazar WORKGROUP por el nombre de grupo de ...

Rootear en Ubuntu un teléfono Android

Tengo un teléfono con Android, concretamente un Motorola Defy, y resulta que en Android, basado en Linux, eres un simple usuario y solo puedes realizar algunas tareas. Otras te están vetadas. Conseguir los permisos de superusuario, se llama entre los entendidos rootear el móvil. En principio es una operación que no entraña riesgos, pero en esta vida todo puede fallar. Así que debe quedar claro que si decides rootear el teléfono, lo haces bajo tu propia responsabilidad. También debes entender, que si rooteas el teléfono, los SAT aprovechan para lavarse las manos de cualquier problema y anular la garantía. Y por último, debes saber que es posible que ya no recibas las actualizaciones automáticas de Android. Para rootear teléfonos se utiliza una aplicación llamada Superoneclick . En mi caso, esta parece ser la única solución. Pero este es un programa para Windows, por lo que.... Afortunadamente, esta escrito en .NET, por lo que vamos a poder ejecutarlo con MONO en nuestro ...

Descargar Packet Tracer 5.2 [Windows y Linux]

Packet Tracer 5.2 [Windows y Linux] Packet Tracer es la herramienta de aprendizaje y simulación de redes interactiva para los instructores y alumnos de Cisco CCNA. Esta herramienta les permite a los usuarios crear topologías de red, configurar dispositivos, insertar paquetes y simular una red con múltiples representaciones visuales. Packet Tracer se enfoca en apoyar mejor los protocolos de redes que se enseñan en el currículum de CCNA. Este producto tiene el propósito de ser usado como un producto educativo que brinda exposición a la interfaz comando – línea de los dispositivos de Cisco para practicar y aprender por descubrimiento. Packet Tracer 5.2 es la última versión del simulador de redes de Cisco Systems, herramienta fundamental si el alumno está cursando el CCNA o se dedica al networking. En este programa se crea la topología física de la red simplemente arrastrando los dispositivos a la pantalla. Luego clickando en ellos se puede ingresar ...