vmnet failed to compile with kernel 3.13

VMware 10.0 will not compile with kernel 3.13 on default ,so you have to patch it!

1
2
3
4
5
6
7
8
# mv pastie-8672356.diff /tmp/vmware-netfilter.patch
# cd /usr/lib/vmware/modules/source
# tar -xvf vmnet.tar
# patch -p0 -i /tmp/vmware-netfilter.patch
# tar -cf vmnet.tar vmnet-only
# rm -r vmnet-only
# vmware-modconfig --console --install-al

then vmware will finally compile the module then start…