Enviado em 26/01/2016 - 15:37h
Olá, baixei o VirtualBox no site oficial, fiz a instalação usando dpkg, não houve nenhuma depedência, então executei o software, porém ele está dando erro na hora de começar a emular as máquinas virtuais. Antes quero deixar claro que eu vi o post " https://www.vivaolinux.com.br/topico/vivaolinux/Virtual-Box-Kernel-driver-not-installed-rc-1908 " que acredito que seja o mesmo problema que o meu, porém a solução não funcionou aqui.
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/rcvboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Eu executei os seguintes comandos no terminal:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install dkms (pois o VB recomenda instalar esse pacote);
aptitude install -y linux-headers-$(uname -r) (pois no post do amigo pede que faça isso)
root@filho-debian-noteavell:/home/filho# /sbin/rcvboxdrv setup
Bad argument setup (gera esse erro)
Porém o erro persiste e não sei mais o que fazer.
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/rcvboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Eu executei os seguintes comandos no terminal:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install dkms (pois o VB recomenda instalar esse pacote);
aptitude install -y linux-headers-$(uname -r) (pois no post do amigo pede que faça isso)
root@filho-debian-noteavell:/home/filho# /sbin/rcvboxdrv setup
Bad argument setup (gera esse erro)
Porém o erro persiste e não sei mais o que fazer.