VMware setup

From SoftwareGuy
Revision as of 16:32, 19 March 2023 by 47.14.99.190 (talk) (Created page with "How to get VMware working under linux. * First download a version of VMWare, I have last used this distribution file:vmware-7.1.6.bundle and to install simply use the following command: sudo sh VMware-Workstation-Full-7.1.6-744570.x86_64.bundle Now you need to update the linux headers with the following script file:patch-modules_3.2.0.sh and patch file:vmware-715-kernel32.patch: sudo ./patch-modules_3.2.0.sh Additionally you may have to run the console...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to get VMware working under linux.

  • First download a version of VMWare, I have last used this distribution File:Vmware-7.1.6.bundle and to install simply use the following command:
sudo sh VMware-Workstation-Full-7.1.6-744570.x86_64.bundle

Now you need to update the linux headers with the following script File:Patch-modules 3.2.0.sh and patch File:Vmware-715-kernel32.patch:

sudo ./patch-modules_3.2.0.sh

Additionally you may have to run the console rebuild if the <code>/dev/vmmon</code> is missing File:Vmware-player-console-rebuild.sh

sudo ./vmware-player-console-rebuild.sh