** VMware Workstation Player, is a virtualization software package and can run existing virtual appliances and create its own virtual machines (which require an operating system to be installed to be functional). VMware Player is available for personal non-commercial use.
** VMware Workstation Pro, it enables users to set up virtual machines (VMs) on a single physical machine, and use them simultaneously along with the actual machine. Each virtual machine can execute its own operating system, including versions of Microsoft Windows, Linux, BSD, and MS-DOS.
The problem here is always the same `vmnet` and `vmmon` doesn’t start well or doesn’t start at all, You should find a PATCH deal with changes in vmmon.c and vmnet.c because something breaks or add some parameters to these files, you can found the following:
** know what is your kernel version?: `uname -r`.
** know your Vmware version or install the latest. `/usr/bin/vmware -v`
** Try to find the PATCH for a specific KERNEL version and Vmware.
** You have to deal with sources ( **vmnet** and **vmmon** ) and apply fixed in both of them.
** Try to find the fix for the specific product Vmware and Kernel version.
NOTE: This guide try to help with all this boring stuff.
=== Prerequisite
----
$ sudo dnf install kernel-devel kernel-headers gcc gcc-c++ make git