[Share Experiences] vmware-host-modules的手动编译、以适配最新的内核
Tofloor
poster avatar
whoam1
deepin
2022-06-07 19:44
Author

解决使用最新内核VM需要linux-headers的问题

步骤:

1、下载模块、版本为自己安装的VM版本

wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-14.1.1.tar.gz

2、解压

tar -xzf workstation-14.1.1.tar.gz

3、进入并编译

cd vmware-host-modules-workstation-14.1.1 && make

4、安装

make install

Reply Favorite View the author
All Replies
deepin-superuser
deepin
2022-06-07 19:53
#1

like

Reply View the author