Rousseau
(usa Manjaro Linux)
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