
vpmaciel
(usa Linux Mint)
Enviado em 17/09/2016 - 18:59h
Tenho estas versões do tópico do virtualbox e do ubuntu atualizados. Me deparo com o seguinte erro :
*********************************************************************************************************************************************************
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 install virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
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.
*********************************************************************************************************************************************************
Quando eu executo o comando: sudo modprobe vboxdrv, dá a mensagem de erro abaixo:
modprobe: ERROR: could not insert 'vboxdrv': Required key not available
paulo@paulo-pc:~$ sudo modprobe vboxdrv
[sudo] senha para paulo:
modprobe: ERROR: could not insert 'vboxdrv': Required key not available
*********************************************************************************************************************************************************
O que devo fazer ?