VMware Player on Xubuntu. From time to time it decides to re-compile itself, without the slightest chance to prevent it. Would not be a problem if it ran well but it fails to compile the network modules.
Now I've found what to do:
And it works! There must be a more elegant, geeky solution but this week - I simply do not care!sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.oldsudo vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"
Thanks, AndreiVajnall!