Pular para o conteúdo

Virtualbox Kernel driver not installed (rc=-1908)

Responder tópico
  • Denunciar
  • Indicar

1. Virtualbox Kernel driver not installed (rc=-1908)

Enviado em 27/08/2017 - 11:53h

Preciso de virtualizar o janelas para usar o odin ( ele não funciona no wine ;/ ) mas fica dando esse erro , fui procurar na net respostas e não consegui resolver , o que eu posso fazer para resolver isto ?

https://imgur.com/a/uByeB

Já tentei seguir as dicas da janela mas não da certo

Responder tópico

2. Re: Virtualbox Kernel driver not installed (rc=-1908)

Enviado em 27/08/2017 - 14:07h

Já aconteceu aqui comigo um erro que não é igual a esse, mas é parecido. Eu resolvi reinstalando a Virtualbox.

3. Re: Virtualbox Kernel driver not installed (rc=-1908)

Enviado em 27/08/2017 - 14:10h

Aqui também
Removi e reinstalei
Resolveu

---------------
clodoaldops
https://dicaslinuxmint.blogspot.com.br/

6. Re: Virtualbox dando erro

Enviado em 27/08/2017 - 15:11h

Manjaro 17.0.2

não estava não e.e mas já instalei o pacote

não sei se estou fazendo algo errado mas quando jogo
sudo modprobe vboxdrv
retorna isso
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.9.34-1-MANJARO

7. Re: Virtualbox Kernel driver not installed (rc=-1908)

Enviado em 27/08/2017 - 15:34h

JOAOVITORCUNHA escreveu:

Manjaro 17.0.2

não estava não e.e mas já instalei o pacote

não sei se estou fazendo algo errado mas quando jogo
sudo modprobe vboxdrv
retorna isso
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.9.34-1-MANJARO
Olha o que tá escrito na wiki! Você não instalou o modulo correspondente ao seu kernel, logo, tentar o comando não vai funcionar, pq ele não pode carregar algo que não tá instalado. Se quiser fazer graficamente, basta digitar "virtualbox" na barra do pamac e procurar o modulo com a versão do seu kernel e instalar. Veja o exemplo, pelo terminal, da wiki abaixo:

Install VirtualBox
Tip: You will need to know what kernel version is being run when installing VirtualBox. To acquire this information, enter the command uname -r into the terminal.


To install VirtualBox, enter the following command in the terminal:

sudo pacman -S virtualbox


It will then be necessary to select the appropriate VirtualBox Host Module to install, depending on the kernel version currently being run. Rather like installing a driver, doing so will ensure that VirtualBox is able to run properly. For example, where running kernel 3.7, the appropriate number would be entered to install the following module:

uname -r

You will have something like : 3.7.4-1-MANJARO. It means that the kernel is linux37. Then install it with

sudo pacman -S linux37-virtualbox-host-modules


Once the installation has completed, it will then be necessary to add the VirtualBox Module to your kernel. The easy way is to simply reboot your system. Otherwise, to start using VirtualBox immediately, enter the following command:

sudo modprobe vboxdrv

9. Re: Virtualbox Kernel driver not installed (rc=-1908)

Enviado em 28/08/2017 - 09:48h

JOAOVITORCUNHA escreveu:

Já tentei seguir as dicas da janela mas não da certo
em geral, basta executar como root o script "vboxdrv" que o virtualbox instalou em algum lugar dependendo da distribuição.

esse erro é comum acontecer após a atualização do kernel.

em algumas distribuições o arquivo é esse (no meu caso, o slackware):
/etc/rc.d/rc.vboxdrv
basta rodar como root passando o parâmetro "setup".

o comando ficaria assim:
/etc/rc.d/rc.vboxdrv setup 

Responder tópico

Responder tópico

Entre na sua conta para responder.

Fazer login para responder