You are not logged in.
HI,
I've have followed these instrctions to install the virtualbox guest modules for arch linux.'
I have installed the virtualbox-guest-utils package
But when i run:
# modprobe -a vboxguest vboxsf vboxvideo
I get the following error:
modprobe: WARNING: Module vboxguest not found.
modprobe: WARNING: Module vboxsf not found.
modprobe: WARNING: Module vboxvideo not found.
The /lib/modules directory structure looks like this:
|-->3.14.4-1-ARCH
|-->extramodules-3.14.-ARCH
|----> vboxguest.ko.gz vboxsf.ko.gz vboxvideo.ko.gz version
Why aren't the guest modules loading ?
Last edited by juliendz (2014-05-24 14:45:26)
Offline
run `depmod 3.14.4-1-ARCH`
Edit: extramodules-3.14.-ARCH - is that directory a typo or is that where the modules actually are? That extra period after 3.14 might be what's causing a problem.
Last edited by Scimmia (2014-05-24 14:18:58)
Offline
I have the exact same problem.
`depmod 3.14.4-1-ARCH` outputs nothing.
My vbox* modules are in the /lib/modules/extramodules-3.14-ARCH/ directory (no extra period).
Offline
you ran that as root? There is a bug report where the submitter was able to load modules fine after running depmod.
Offline
run `depmod 3.14.4-1-ARCH`
Edit: extramodules-3.14.-ARCH - is that directory a typo or is that where the modules actually are? That extra period after 3.14 might be what's causing a problem.
The depmod command solved it and the modprobe after worked.
Thank you very much.
3.14.-ARCH was a typo, sorry about that .
Last edited by juliendz (2014-05-24 14:45:56)
Offline
OK, I just elevated the severity of the bug report. Anyone interested can follow it here: https://bugs.archlinux.org/task/40495
Offline
you ran that as root? There is a bug report where the submitter was able to load modules fine after running depmod.
Ah, that fixed it, thanks!!
Offline