[Share Experiences] vmware workstation 需要编译内核解决方法
Tofloor
poster avatar
151******02
deepin
2023-03-10 08:27
Author

转载分享

vmware workstation 无法运行需要编译内核解决方法:

打开终端输入如下:

sudo apt install gcc

sudo apt install git

git clone https://github.com/mkubecek/vmware-host-modules.git

cd vmware-host-modules

git checkout workstation-xxx(输入你安装的vmware版本号)

查看版本号方法 终端输入: vmware -v

make

(如果make提示缺失依赖就需要安装缺失部分再次make)

sudo make install

安装成功后启动虚拟机失败终端输入如下:

sudo /etc/init.d/vmware start

更多Linux疑难杂症请关注我的微博之夜(页)

https://weibo.com/u/7521945488

Reply Favorite View the author
All Replies
fuuko
deepin
2023-03-10 16:53
#1

一看就不是基于Deepin的doubt

Deepin安装完成后自带gcc

Reply View the author
wlly-lzh
deepin
2023-03-10 17:11
#2

人生苦短,我用virtualbox。

Reply View the author
W2J
deepin
2023-03-10 17:26
#3

vmware什么时候开源了?

Reply View the author
135******75
deepin
2023-03-10 21:37
#4
W2J

vmware什么时候开源了?

vmware没有开源的,只是linux版vmware需要使用一些功能(如和宿主机共享、网络等)需要使用内核模块(.ko),需要自己编译,比较费事,而且容易遇到各种问题

Reply View the author