![]() | 1 | initial version |
No you need to patch it, run these commands as root
http://forums.fedoraforum.org/showpost.php?p=1730109&postcount=4
Step 7, A patch is available at:
curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch
Step 8, Extract the vmnet module sources: $ cd /usr/lib/vmware/modules/source
tar -xf vmnet.tar
Step 9, Apply the patch:
patch -p0 -i /tmp/vmnet-3.19.patch
Step 10, Recreate the archive:
tar -cf vmnet.tar vmnet-only
Then launch using the vmplayer menu launcher.
![]() | 2 | No.2 Revision |
No you need to patch it, run these commands as root
http://forums.fedoraforum.org/showpost.php?p=1730109&postcount=4
Step 7, A patch is available at:
curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch
Step 8, Extract the vmnet module sources:
$ cd /usr/lib/vmware/modules/sourcesources:
cd /usr/lib/vmware/modules/source
tar -xf vmnet.tar
Step 9, Apply the patch:
patch -p0 -i /tmp/vmnet-3.19.patch
Step 10, Recreate the archive:
tar -cf vmnet.tar vmnet-only
Then launch using the vmplayer menu launcher.