You are not logged in.
Pages: 1
Kernel: linux 5.16.4-arch1-1
Vbox:
Oracle VM VirtualBox VM Selector v6.1.32
(C) 2005-2022 Oracle Corporation
All rights reserved.
No special options.
Upon installing virtualbox https://wiki.archlinux.org/title/VirtualBox and choosing
virtualbox-host-modules-archoption, I attempted to load the vboxdrv modules with
sudo modprobe vboxdrvand received the FATAL "module not found" error. I then tried to run
sudo vboxreloadand received several more of the same error, one for each of the vbox modules i.e. vboxdrv, vboxnetadp, and vboxnetflt.
Offline
Yes this is completely normal as the kernel you had before the update will have been 5.16.3 and not 5.16.4 for which you installed the virtualbox-modules.
Kernel modules need to match the kernels they are compiled for, if you had an update including the kernel you'll generally need to reboot as all packages at that point work on the assumption of the new kernel.
Offline
In my case rebooting doesn't help.
sudo vboxreload
Unloading modules:
Loading modules:
modprobe: FATAL: Module vboxnetadp not found in directory /lib/modules/5.16.4-arch1-1
modprobe: FATAL: Module vboxnetflt not found in directory /lib/modules/5.16.4-arch1-1
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.16.4-arch1-1I tried reinstalling the virtualbox package with
pacman -S virtualboxbut it doesn't help.
I also tried loading the module manually:
sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.16.4-arch1-1Offline
What version of virtualbox-host-modules-arch? Sounds like a partial update.
Edit: Wait, this is a hijack. aqualatus, it's unlikely your issue is the same.
Last edited by Scimmia (2022-01-31 13:43:48)
Online
Pages: 1