vmware player on deepin with 4.9 kernel
Tofloor
poster avatar
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:

  1. chmod +x VMware-Player-12.5.2-4638234.x86_64.bundle
  2. 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:

  1. cd /usr/lib/vmware/modules/source
  2. tar xf vmmon.tar
  3. mv vmmon.tar vmmon.old.tar
  4. sed -i 's/uvAddr, numPages, 0, 0/uvAddr, numPages, 0/g' vmmon-only/linux/hostif.c
  5. tar cf vmmon.tar vmmon-only
  6. rm -r vmmon-only

  7. tar xf vmnet.tar
  8. mv vmnet.tar vmnet.old.tar
  9. sed -i 's/addr, 1, 1, 0/addr, 1, 0/g' vmnet-only/userif.c
  10. tar cf vmnet.tar vmnet-only
  11. rm -r vmnet-only
  12. vmware-modconfig --console --install-all
Copy the Code

That's All.


Reply Favorite View the author
All Replies
南浦月
deepin
2017-02-28 22:14
#1
Reply View the author