VMware Workstation 10.01 and kernel 3.14 patch
This patch provides the necessary bits required for VMware Workstation 10.0.x to compile and run on kernel 3.14.
Download this patch
Then follow these steps from a terminal as root user
# cd /usr/lib/vmware/modules/source/ # cp vmnet.tar vmnet.tar.original # tar xvf vmnet.tar vmnet-only/filter.c # patch vmnet-only/filter.c < /location_of_filter.c.diff/kernel-3.14-vmware-filter.c.diff # tar -uvf vmnet.tar vmnet-only/filter.c # rm -rf vmnet-only/ # vmware-modconfig --console --install-all
Enjoy!
(Visited 1 times, 1 visits today)
Related Articles
Mar 17th, 2023
SUSE Linux Enterprise Micro 5.4 Public RC is out!
Apr 16th, 2024
Unlock the Easiest Path to HA SQL Server in Kubernetes
Oct 01st, 2024
No comments yet