Skip to content

VMware Tools Don’t Work in Ubuntu 8.10

by willwm on November 3, 2008

Found these two links to information about VMware Tools not working with Ubuntu 8.10. I’ve been looking for a solution to this myself since testing with Ubuntu 8.10 Alpha 5…

From the FAQ:

Tools compile cleanly on 8.10 (Intrepid Ibex) but do not work

There are several aspects to this – soft ungrab not working, mouse clicks being displaced, vmware-user not starting (and so Unity and other dependent features don’t work).

Explanation

Soft ungrab not working and mouse clicks being displaced are known Ubuntu vmmouse bugs. An update is not yet available.

vmware-user not starting appears to be related to Intrepid’s autostart format having changed. A workaround is to go to System > Preferences > Sessions in the Ubuntu desktop menu and add /usr/bin/vmware-user as a startup command.

open-vm-tools may also work.

From → Fascinations

6 Comments
  1. Harald permalink

    I have dropped the use of vmware in favour of virtualbox – performance for WinXP client was sooo unbearable, and virtualbox hums like a bee for me.

  2. i don’t know or you already found a solution. I’m using the open-vm-tools like you suggested. (http://www.l4l.be/docs/virt/openvmtools_ubuntu810.php)

    sudo apt-get install linux-headers-`uname -r` build-essential g++ dkms xorg-dev libgtk2.0-dev libdumbnet-dev libicu-dev

    wget http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-2008.12.23-137496.tar.gz?modtime=1230042211&big_mirror=0

    sudo dkms add -m open-vm-tools -v 2008.12.23
    sudo dkms build -m open-vm-tools -v 2008.12.23 -k `uname -r`
    sudo dkms install -m open-vm-tools -v 2008.12.23 -k `uname -r`
    cd open-vm-tools-2008.12.23-137496
    ./configure –disable-unity –without-kernel-modules
    make
    sudo make install

    • Marshall permalink

      But will this work with Unity? I see you have -disable-unity in the ./configure options. I’d really like to get Ubuntu working with Unity.

  3. Raffi permalink

    Hi Harold,
    I tried your solution but when I try to run:
    sudo dkms add -m open-vm-tools -v 2008.12.23

    I get “command not found”.

    Any ideas?

    thanks,

    Raffi

    • Sami permalink

      Try sudo ./dkm add -m open- …

      executables are run that way sometimes.

Trackbacks & Pingbacks

  1. ubuntu 8.10でvmware toolsがまともに動作していていないようなんだが?ecolinuxで動くのに « Deginzabi163’s Blog

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS