I am trying to install vmware workstation 10.1 on Ubuntu 14.04 and I got following errors.
How do i fix it ?
Virtual machine monitor done
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet failed
VMware Authentication Daemon done
Step No 1
create a file in tmp directory name filter.c.diff and copy paste the following code init.
nano /tmp/filter.c.diff
Step No 2
After that just run vmware and it will work fine.
Note : You also need to chown the .vmware directory otherwise your vmware changes will not save
example
Where one is my username and one is my group.
sudo chown -R $USER:$USER .vmware
HELP
Step No 1
Step No 2
Rebuilding modules, Extract module sources:
Step No 3
Apply the patch:
Step No 4
Recreate the archives:
Step No 5
Remove leftovers:
Step No 6
Rebuild modules:
To fix the issue on Ubuntu 14.x kernel 3.19.x, run the following steps as Root (in a terminal):
log in as root (e.g. sudo -s)
Enter your Root password.
Enter these commands:
I just had this same problem. You can also just create a script containing this:
Just make sure you run it as root. Then start VMWARE again and it should compile and run again.
Thanks to http://fazlearefin.blogspot.ca/2014/03/vmware-workstation-10-not-working-on.html for creating this script.
This was also an issue in the kernel module source code delivered with VMware Player 6.0.1 when running on Linux 3.3.13.
VMware has fixed the issue on april 17th in VMware Player 6.0.2 (https://www.vmware.com/support/player60/doc/player-602-release-notes.html) and VMware Workstation 10.02 (https://www.vmware.com/support/ws10/doc/workstation-1002-release-notes.html).
Upgrading to the above releases will add support for Ubuntu 14.04 to VMware.
Mikkel