[problem help] VMware Workstation17安装报错缺少模块
Tofloor
poster avatar
初涉deepin
deepin
2024-08-17 08:53
Author

VMware Workstation17安装报错缺少模块,这个问题一直存在,不会解决,导致我在正式版发布之前放弃deepin,现在安装了正式版 ,此问题还是存在,请问高手如何解决?

Reply Favorite View the author
All Replies
杜梨树下
deepin
2024-08-17 10:02
#1

解决方式:

1、使用17.5.1版本

2、
sudo apt install git
git clone https://github.com/mkubecek/vmware-host-modules
cd vmware-host-modules
git branch -a(查看版本号)
新开终端窗口:
git checkout workstation-17.0.2(安装的VM版本)
sudo make
sudo make install
sudo /etc/init.d/vmware start

3、网络存在问题根据下面连接进行签名

https://blog.csdn.net/wanghuasn911/article/details/138297750

4、重启,正常使用

Reply View the author
raspbian
deepin
2024-08-17 10:12
#2

缺少啥发出来 最起码发个截图 谁有闲心猜你电脑上显示啥啊

Reply View the author
初涉deepin
deepin
2024-08-17 13:57
#3
杜梨树下

解决方式:

1、使用17.5.1版本

2、
sudo apt install git
git clone https://github.com/mkubecek/vmware-host-modules
cd vmware-host-modules
git branch -a(查看版本号)
新开终端窗口:
git checkout workstation-17.0.2(安装的VM版本)
sudo make
sudo make install
sudo /etc/init.d/vmware start

3、网络存在问题根据下面连接进行签名

https://blog.csdn.net/wanghuasn911/article/details/138297750

4、重启,正常使用

到make这一步报这个错怎么搞,请问这错误是什么意思?

image.png

Reply View the author
倒吸一口凉屁
deepin
2024-08-18 00:41
#4

6.3以上的内核都有问题,v23版本内核是6.6和6.9,一定要装VMware的话在星火商店搜内核,出来个管理软件,下载他,降低内核到6.3以下,再安装就行。

Reply View the author
津汐
deepin
2024-08-19 09:04
#5

vmware那边6.9内核还没解决这个问题

https://github.com/mkubecek/vmware-host-modules/issues/239

Reply View the author