Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
vmware player on deepin with 4.9 kernel
Community Discussion
1434
views ·
1
replies ·
To
floor
Go
tristar
deepin
2017-02-28 22:11
Author
Edited by tristar at 2017-2-28 14:13
After you download vmware player, you can install it with this command:
chmod +x VMware-Player-12.5.2-4638234.x86_64.bundle
sudo ./VMware-Player-12.5.2-4638234.x86_64.bundl
Copy the Code
After that you need apply this patch so vmware player can compile his components compatibile with deepin kernel 4.9:
cd /usr/lib/vmware/modules/source
tar xf vmmon.tar
mv vmmon.tar vmmon.old.tar
sed -i 's/uvAddr, numPages, 0, 0/uvAddr, numPages, 0/g' vmmon-only/linux/hostif.c
tar cf vmmon.tar vmmon-only
rm -r vmmon-only
tar xf vmnet.tar
mv vmnet.tar vmnet.old.tar
sed -i 's/addr, 1, 1, 0/addr, 1, 0/g' vmnet-only/userif.c
tar cf vmnet.tar vmnet-only
rm -r vmnet-only
vmware-modconfig --console --install-all
Copy the Code
That's All.
Reply
Like 0
Favorite
View the author
All Replies
南浦月
deepin
2017-02-28 22:14
#1
https://gist.github.com/nanpuyue/d6fccf18d11ee3030ba935ae86cfe437
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Calender app not opening.
Popular Events
More
After you download vmware player, you can install it with this command:
After that you need apply this patch so vmware player can compile his components compatibile with deepin kernel 4.9:
That's All.