Estou tentando instalar o virtualbox e fazê-lo funcionar, mas parece que não consigo. Na imagem você pode ver a saída.
Se eu correr VBoxManage --version
, recebo:
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.10_Ubuntur93012
Mas o virtualbox-dkms já está instalado e na versão mais recente. Então eu tentei reinstalá-lo e consegui isso:
Qualquer ajuda será apreciada.
EDITAR:
A saída após a reconfiguração (sugestão de M.Tarun):
EDIT 2:
Também instalei as fontes como o @Hmayag instruiu, eliminou o virtualbox e o instalou novamente, mas eu tive o mesmo problema.
uname -a
e dpkg -l | grep linux-headers
?
Module build for the currently running kernel was skipped since the kernel sources for this kernel does not seem to be installed.
Verifique se você tem aqueles instalados. Verifique se eles correspondem à versão do kernel em execução. Eu acho queapt-get source linux-image-$(uname -r)
deveria fazê-lo.