Vmware Unable to install all modules
在kali中安装了vmware workstation-15.5.6,在启动时,第一次报找不到内核头文件。
升级内核后,启动时需要编译vmmon和vmnet,在编译这两个modules出现了错误。
下面是VM社区找到的解决方案
I had to install the sys-kernel/linux-headers to be able to build vmmon-only and vmnet-only modules (because these two were not working at all).
To install modules, simply run make and make install as root. It will replace modules initially installed by the vmware installer.
Summary of all commands :
git clone https://github.com/mkubecek/vmware-host-modules.git
cd vmware-host-modules
git checkout workstation-15.5.1
make
make install
在Kali中安装VmwareWorkstation-15.5.6后,启动时报错无法找到内核头文件。升级内核后,编译vmmon和vmnet模块时出现错误。本文提供解决方案,通过安装sys-kernel/linux-headers并运行make和make install命令,成功编译并替换初始安装的模块。

541

被折叠的 条评论
为什么被折叠?



