Out of the box, VMware does not work after Ubuntu upgrade. I found a solution in adding a additional lib to the path enviroment: After executing these 2 commands: echo /usr/lib/vmware/lib/libglibmm-2.4.so.1 | sudo tee -a /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf sudo ldconfig VMware was able to start again.
Author: waldmeisda
Aside
Hi,
gestern Abend hatte ich die Idee mein Notebook (Dell E6530) auf das neue LTS Release von Ubuntu zu upgraden.
Das letzte Mal gab es Schwierigkeiten mit den X-Edgers PPA, also diesmal vorsorglich ein:
ppa-purge xorg-edgers
durchlaufen lassen um den Nvidia Treiber von der Platte zu fegen.
Im BIOS hatte ich Nvidia Optimus deaktiviert um die Intel Grafikkarte abzuschalten.
Damit lief dann auch das
do-release-upgrade
problemlos durch.
Anschließend hatte ich noch ein Problem mit meiner VMWARE Workstation Installation was sich aber durch einen Patch der vmnet Sourcen beheben lies. ( Quelle hier:)
#Change directory into the vmware module source directory cd /usr/lib/vmware/modules/source # untar the vmnet modules tar -xvf vmnet.tar #run a the patch (download link below) patch vmnet-only/filter.c < ~/vmnet313.txt # re-tar the filter.c file tar -uvf vmnet.tar vmnet-only #delete the previous working directory rm -r vmnet-only
Danach sollte die VMWARE Gui das module wieder normal kompilieren.
[media-downloader media_id=”8″ texts=”VMWare Workstation 10 Patch for Kernel 3.13″ ]
Uncategorized
Hello world!
by waldmeisda • • 0 Comments
Das wird eher ein (public) Notizbuch für mich 🙂 Lets see.