Problemilla con Vagrant y VirtualBox en Ubuntu

Hace uno días actualicé el kernel a la versión 4.2 en Ubuntu 15.04 para probar algunas cosillas.

Hasta ahora todo ha funcionado bien. Hace un rato he intentado levantar una instancia con "vagrant up" y me ha saltado el siguiente error:

The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:

VirtualBox is complaining that the installation is incomplete. Please
run `VBoxManage --version` to see the error message which should contain
instructions on how to fix this error.


Y VBoxManage --version me devuelve lo siguiente:

WARNING: The character device /dev/vboxdrv does not exist.
    Please install the virtualbox-dkms package and the appropriate
    headers, most likely linux-headers-generic.

    You will not be able to start VMs until this problem is fixed.
4.3.26_Ubuntur98988


Este último mensaje me da a entender que hay algo mal con la versión del kernel que tengo instalada.

¿Qué puede ser y cómo lo puedo solucionar? Me valdría un apaño temporal hasta que Ubuntu 15.10 sea estable.
Tienes que configurar los modulos cuando cambias de kernel ( o eso me pasaba cuando usaba kubuntu) .

Mira haber si te sirve algo de lo que ahi en esta pagina. :
https://obux.wordpress.com/2008/12/01/s ... de-ubuntu/
1 respuesta