VMware server console keyboard problem in Ubuntu Intrepid Ibex

Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.

Few days ago I have upgraded my Ubuntu to latest 8.10 (Intrepid Ibex) and found that keyboard just doesn’t work in VMware Server Console. The problem was that I couldn’t use keyboard under guest operating system including Windows, Linux etc. After few hours of research I found simple solution which works for me:

$ setxkbmap
$ echo "xkeymap.nokeycodeMap = true" >> ~/.vmware/config

After this restart vmware-server-console and see if it helps. If not you can see other solutions of the same problem at this site:
http://nthrbldyblg.blogspot.com/2008/06/vmware-and-fubar-keyboard-effect.html

I hope it helps!

P.S. Here are vmware-server-console’s libs I use:

artemn@artemn-laptop:~$ ls -la /usr/lib/vmware-server-console/lib
total 172
drwxr-xr-x 40 root root  4096 2008-12-24 12:56 .
drwxr-xr-x 11 root root  4096 2008-12-24 12:56 ..
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libart_lgpl_2.so.2
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libatk-1.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libatkmm-1.6.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libcrypto.so.0.9.7
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libexpat.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libfontconfig.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libfreetype.so.6
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgcc_s.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgdkmm-2.4.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgdk_pixbuf-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgdk-x11-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libglade-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libglib-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libglibmm-2.4.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libglibmm_generate_extra_defs-2.4.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgmodule-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgnomecanvas-2.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgnomecanvasmm-2.6.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgobject-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgthread-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgtkmm-2.4.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libgtk-x11-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libpango-1.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libpangoft2-1.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libpangomm-1.4.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libpangox-1.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libpangoxft-1.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libpng12.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 librsvg-2.so.2
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libsexymm.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libsexy.so.1
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libsigc-2.0.so.0
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libssl.so.0.9.7
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libstdc++.so.5
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libview.so.2
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libXft.so.2
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libxml2.so.2
drwxr-xr-x  2 root root  4096 2008-12-24 12:56 libXrender.so.1
-r-xr-xr-x  1 root root 10173 2008-12-24 12:56 wrapper-gtk24.sh

 
 
» You might also be interested in the following articles:
Make a copy of virtual machine with Vmware Server
Vmware Server at Ubuntu Feisty 7.04
Problem with Vmware Server 1.0.* and kernel 2.4.37
FAQ: How to disable/remap a keyboard key in Linux?
Install Ubuntu Chromium browser (Google Chrome for Linux)



» Want to stay up to date? Subscribe to our E-MAIL or RSS feed!

21 Responses to “VMware server console keyboard problem in Ubuntu Intrepid Ibex”


  1. 1 skinnypuppyx

    I also have a fix for problems with VMware:

    sudo apt-get install virtualbox-ose

    ^
    |
    :>

  2. 2 artiomix

    Ha-ha, skinnypuppyx! :-)

  3. 3 0disse0

    Where I can do this command? in the linux vmware server or in my pc client ?

  4. 4 artiomix

    Hi 0disse0,

    Those commands should be entered at client PC where you start vmware-server-console. In my case it’s laptop with Ubuntu :)

  5. 5 MyTer

    Hi
    Thanks!
    did the trick!

  6. 6 Giorgos Kolomvos

    Thank you, i had problem with the arrow and Delete keys since v.1.0.5 of VMware, but thanks to your simple hint it is now solved.

  7. 7 Giorgos Kolomvos

    My present version of VMWare server is v.2 and your hint works great.

  8. 8 Tinhorn

    Thanks

    That worked!
    I did this on my Ubuntu 10.0 workstations and servers the problems that I was having with the keyboard mapping were resolved.

    sudo apt-get install virtualbox-ose
    setxkbmap
    echo “xkeymap.nokeycodeMap = true” >> ~/.vmware/config

  9. 9 mbentley

    thank you for your solution. works perfectly for me as well in 8.10.

    and to Tinhorn:

    the “sudo apt-get install virtualbox-ose” was a joke. that installs another virtualization product called virtualbox ;) i like virtualbox but for a production environment, i am going to stick with vmware.

  10. 10 DownloadFullVersionGames

    thank for the tip!

  11. 11 greg

    worked, you are dreamy

    thanks

  12. 12 Mikepre

    Sorry, it seems it only works with English keyboard layout.
    If you have a LatinAmerica keyboard layout, some keys do not even work.
    I have tried everything, with no luck.

    Ubuntu 8.10 64 bit, VMWare Server 2.0.0 for Linux, Build 122956 64 bit
    VMs: Windows 2000 Server, Windows XP, other Linux distos..

    Mike

  13. 13 Nick

    Thanks, worked for me on Ubuntu 8.10

  14. 14 hrongyorgy

    Very-very thanks for this post. It works with Hungarian keyboard layout on Gentoo host with Win2k3 guests.

  15. 15 pictux

    works like a charm also with debian sid & vmware server 1.8!
    Tnx!

  16. 16 GrandCasinos Minnesota

    Cool tip!

  17. 17 Marco Tonoli

    Thanks it work for me!!!!

  18. 18 Yoeri Van de Moortel

    Hi, thanks for the hint.
    What about the settings when using the remote console as a firefox plugin? I can’t seem to get that to work correctly.

  19. 19 slestak

    Thanks, worked awesome in 9.04

  20. 20 embebmaky
  21. 21 Polterrer

Leave a Reply




Friendly Sites:Who is behind Linux Screw?
Aspiring Sysadmin | GeekyBits³ | Bash Cures Cancer | TOTMS
Linux Operating System | Small Linux Deployments | My SysAd Blog
The Danesh Project | ZEPY | Linux config Wiki | Planet Sysadmin
The Sys Admin | {buhay sysad} | a non-geek's linux notes
Linux HOWTOs, Tutorials & Projects with Adam Palmer | LinuxAlt.Com
My name is Artem Nosulchik (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››