赞
踩
查看内核
https://cloud.tencent.com/developer/article/2151418
内核问题
https://blog.csdn.net/m0_37154839/article/details/106127608
解决VirtualBox需要安装内核的DKMS的问题
参考:https://wiki.archlinux.org/title/Dynamic_Kernel_Module_Support
######################
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing
‘/sbin/vboxconfig’
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system’s documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
######################
[jian@dell ~]$ ls /lib/modules
5.15.13-stable 5.15.14-stable 5.16.1-arch1-1
sudo dkms autoinstall
(如果5.15.13-stable与5.15.14-stable内核可能会提示出错,因为是自编译内核。5.16.1-arch1-1内核是ArchLinux系统linux包的内核只要安装了linux头文件包就可以安装DKMS了。)
sudo pacman -S linux-headers
sudo dkms autoinstall -k 5.16.1-arch1-1
sudo dkms autoinstall -k 5.15.14-stable --kernelsourcedir=/data/jian/Kernels/5.15.14/linux-5.15.14.current/
sudo dkms autoinstall -k 5.15.13-stable --kernelsourcedir=/data/jian/Kernels/5.15.13/linux-5.15.13.current/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。