VMware Workstation 6.5.3 on Ubuntu Karmic 9.10

VMware workstation 6.5.3 is supported only on Ubuntu Jaunty 9.04 and backwards. With this brief tutorial we’ll have a look on how to install it also on Ubuntu Karmic 9.10. By default the installer would freeze at the “Configuring…” stage, never actually completing.

1) The first step consists in installing the program via terminal and suppressing the warnings otherwise eventually stucking the installer. BitOBear has provided a more in depth explanation of what’s behind the scenes for the installer to stop.

NOTE: I’m considering the 32bit build, if you use the x64 bit build simply replace i386 with x86_64

chmod u+x VMware-Workstation-6.5.3-185404.i386.bundle
while true; do sudo killall -9 vmware-modconfig-console; sleep 1; done

in a separate terminal run:

sudo ./VMware-Workstation-6.5.3-185404.i386.bundle --ignore-errors

when the installer has finished, terminate the previous command (while true…) with a CTRL+C or simply close the terminal window.

vmware-modconfig --console --install-all

BitOBear adds the following tips:

a) Once you have a hung installer session you have to kill the python command that is running the installer. Think of that as a step-0 if it comes up.

b) If the installer still hangs, the kill loop may not be fast enough; start over but leave the ’sleep 1;’ out of the kill loop. It will slow down the install even more, but it is more likely to catch the command in time.

2) The setup step has completed. However you would have to face a few usability issues:

a) The mouse automatically ungrabs outside an area of 640 x 480 (vga resolution)

edit file

/etc/vmware/bootstrap

add at the bottom

VMWARE_USE_SHIPPED_GTK=force

b) If you cannot use any more modifier keys (CTRL ALT SHIFT INS etc.) first check if you have a residual fix from previous setups which is no more needed now. (If this is the first time you install VMware you can skip this step).

Notice, however, that randomly you could still lose modifier keys, typing in any terminal or ALT+F2 field setxkbmap restores them. Furthermore the xkeymap.nokeycodeMap = true is still needed if you are willing to install VMware Workstation 7 beta.

edit file

$HOME/.vmware/config

ensure the following text is not present or commented out with a #

xkeymap.nokeycodeMap = true

as an alternative temporary fix you can simply type

setxkbmap

in any terminal window. This would resume the modifier keys function.

x86_64

Related posts:

  1. Installing VMware 6.0.2 and VMware Server on Ubuntu Hardy 8.04
  2. arrow keys not working with vmware
  3. vmware-config.pl gcc version error
  4. Migrate VMware to VirtualBox
  5. hide user list in Ubuntu Karmic 9.10 login
  6. Do not require the password for cpu frequency scaling in Ubuntu Karmic 9.10
  7. Shrinking windows multiboot CDs
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

29 Responses to “VMware Workstation 6.5.3 on Ubuntu Karmic 9.10”

  1. Ed says:

    Thanks for these instruction. While it took me two times to upgrade VMware (from 6.5.2 to 6.5.3) and Ubuntu (from 9.04 to 9.10), that was reading errors on my part and not the instructions. I have not checked out 2.b modifier keys, but at least VMware is up and running with my Window XP guest system.

    Thanks, again

  2. [...] andere Lösung für das gleiche Problem findet sich unter http://linux.aldeby.org/vmware-workstation-6-5-3-on-ubuntu-karmic-9-10.html . Posted in Tipps und Tricks, linux | No Comments [...]

  3. Great post, helpful, and concise. I used it a few months ago and then just again now after getting a new laptop and putting karmic-64 on it.

    Thanks.

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.