Skip to content

Instantly share code, notes, and snippets.

@staaldraad
Created February 22, 2014 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staaldraad/9151497 to your computer and use it in GitHub Desktop.
Save staaldraad/9151497 to your computer and use it in GitHub Desktop.
VWare Workstation 10 on Fedora 20 or kernel 3.13+ systems
# Ensure all kernel headers are installed
yum install kernel-devel kernel-headers
# Make a copy of version.h to a location known to Vmware
cp /usr/src/kernels/`uname -r`/include/generated/uapi/linux/version.h /lib/modules/`uname -r`/build/include/linux/
#fix vmnet build
cd /usr/lib/vmware/modules/source/
curl http://pastie.org/pastes/8672356/download -o vmware-netfilter.patch
tar xf vmnet.tar
patch -p0 -i vmware-netfilter.patch
tar -cf vmnet.tar vmnet-only
rm -rf vmnet-only
vmware-modconfig --console --install-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment