Debian系Vmware缺少模块问题


Symptom

使用官方包安装Vmware打开后提示Before you can run Vmware, several modules must be compiled and loaded into the running kernel.

Cause

内核缺少相应模块

Solution

编译相关内核组件并安装即可

apt update
apt install build-essential linux-headers-$(uname -r)
git clone https://github.com/mkubecek/vmware-host-modules.git
cd vmware-host-modules
git checkout workstation-16.2.3   # 根据自己安装的版本调整
make
make install

再次运行VMware即可正常

声明:Ethan's Blog|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - Debian系Vmware缺少模块问题


I love you more than I can say. I love you heart and soul. Why must I love you so much?