since the latest version of vmware palyer (and workstation) does not support the HH kernel this is a work around on getting it installed and running:
First download the latest any-any-116:
http://groups.google.com/group/vmker...update-116.tgz
unpack it to a subfolder.
Now download the vmware player:
http://www.vmware.com/download/player/
unpack that and change to the unpacked folder. Now open a terminal and run:
Accept the defaults.
When it comes to the section where it asks if you want to run vmware-config STOP! and keep the terminal open!
Now change back to the any-any-116 file you just unpacked, open a terminal and run:
it will most likely spit out some errors. IGNORE THEM!
Go back to your terminal running the vmware-install and now accept the offer to run vmware-config.
Done
I hope this helps any body wanting to delve into vmware player (WS) on HH.
As HH goes through its upgrades to final you will probably have to run:
whenever the kernel version changes.
First download the latest any-any-116:
http://groups.google.com/group/vmker...update-116.tgz
unpack it to a subfolder.
Now download the vmware player:
http://www.vmware.com/download/player/
unpack that and change to the unpacked folder. Now open a terminal and run:
Code:
sudo ./vmware-install.pl
When it comes to the section where it asks if you want to run vmware-config STOP! and keep the terminal open!
Now change back to the any-any-116 file you just unpacked, open a terminal and run:
Code:
sudo ./runme.pl
Go back to your terminal running the vmware-install and now accept the offer to run vmware-config.
Done
I hope this helps any body wanting to delve into vmware player (WS) on HH.
As HH goes through its upgrades to final you will probably have to run:
Code:
sudo /usr/bin/vmware-config.pl
Comment