VMWare 14 on Fedora 26

When upgrading from Fedora 24 to Fedora 26, I found that vmware 12 would not work. To make it work, I had to upgrade to vmware 14, but still, there were problems. I found that I had a message warning that the host machine was running out of memory can could not start the virtual machine. My laptop has 64GB of RAM and the VM only needs 8GB, so something was wrong.

The host machine is running Fedora 24. As usual, with VMWare and Fedora, it is necessary to hack the vmmon and vmnet files in /usr/lib/vmware/modules/source.

To fix, do the following

cd /usr/lib/vmware/modules/source
git clone -b workstation-14.0.0 https://github.com/mkubecek/vmware-host-modules
login as root.
cd vmware-host-modules
cp -r vmmon-only /usr/lib/vmware/modules/source
cp -r vmnet-only /usr/lib/vmware/modules/source
cd /usr/lib/vmware/modules/source
vmware-modconfig –console –install-all
restart the machine.

The problem should now be solved.

 

Problems with pulseaudio when upgrading from Fedora 24 to Fedora 26

I upgraded my Fedora 24 machine to Fedora 26 using the dnf utility, copied the disk to an SSD and then put the SSD into a new laptop. It worked well, except that there was no sound when I had finished. I traced this to pulseaudio not starting. To disgnose the problem, run pulseaudio in verbose mode. It showed that  the sound card was different in the new machine. fix the problem, remove the pulse directory and restart :-

rm -rf ~/.config/pulse