VirtualBox 安装问题
slackware吧
全部回复
仅看楼主
level 1
Slackware 15.0 alpha1 (2021年2月15日 发布的)
这个版本安装虚拟机后,启动不了虚拟系统。
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'
PS:意思是 VirtualBox Linux内核驱动程序未加载或设置不正确。
我怎么也稿不定了,求助各位大神。
2021年03月03日 11点03分 1
level 1
握了个大草,居然没人。
自己回复:解决了。
2021年03月13日 08点03分 2
level 2
关于这个问题,需要一下小的改动。下面贴出解决方法,
1. 保证本机已安装ethtool
2. 编辑virtualbox-kernel的源文件vboxnetflt/linux/VBoxNetFlt-linux.c,在文件头加上
#include <linux/ethtool.h>
你可以把这个改动写在对应的.Slackbuild文件里面
经测试OK,kernel 5.11.15, Vbox 6.18
2021年04月19日 01点04分 3
1