更新 arch linux 后 Virtualbox 不起作用?

hea*_*prc 6 arch-linux virtualbox

我对我的 arch-linux 进行了更新,然后我尝试运行 virtualbox,我收到以下错误消息:

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing '/sbin/vboxconfig'  
Run Code Online (Sandbox Code Playgroud)

当我尝试执行命令时,我得到:

/sbin/vboxconfig: No such file or directory
Run Code Online (Sandbox Code Playgroud)

我也试过modprobe vboxdrv,并得到消息:

Module vboxdrv not found in directory /lib/modules/4.8.13-1-ARCH 
Run Code Online (Sandbox Code Playgroud)

对问题的任何帮助!

Mar*_*ark 2

内核模块是按版本安装的。升级到新的内核版本后,您需要重新安装 VirtualBox 模块(以及任何其他树外模块,例如闭源视频驱动程序)。