Home > Computers, Howto, Linux > VMware Player on Ubuntu 10.10 Maverick Meerkat

VMware Player on Ubuntu 10.10 Maverick Meerkat

UPDATE: According to one commenter below, this workaround also solves the problem on Fedora 14. Happy days :)

Getting with the excitement of 10/10/10, I upgraded to Ubuntu 10.10 Maverick Meerkat over the weekend. My trusty Dell Studio 1735 seems to be very Ubuntu-friendly, as each upgrade goes without a hitch.

I like the new 10.x layout and, although this update seems to be evolutionary rather than revolutionary, boot time has decreased again and the new font is nice. The only issues are to to with software that worked before the upgrade, but now doesn’t work afterwards. VMware Player is one of those.

Launching VMware Player after the upgrade gives a helpful message to tell you that kernel support needs to be recompiled. Clicking OK produces a little charade – fooling you into thinking that everything is going smoothly. Eventually, however, the process will stop with a message, which reads: “Unable to build kernel module – See log file…”

This can be corrected by opening a terminal window and typing:

cd /tmp
wget http://www.sputnick-area.net/scripts/vmware7.1.1-patch-kernel-2.6.35.bash
chmod +x ./vmware7.1.1-patch-kernel-2.6.35.bash
sudo ./vmware7.1.1-patch-kernel-2.6.35.bash

After the patch has run, type:

sudo vmware-modconfig --console --install-all

Which should terminate with “Starting VMware services” and inform you that they were started successfully. Now it’s just a case of launching VMware Player again.

If you do what I did and accept the link to upgrade VMware Player when it starts, then you’ll probably have to run the process again. Before doing this, though, you’ll have to remove a lock file. Otherwise the patch will “think” it’s already been applied. To remove the lock file type:

sudo rm /usr/lib/vmware/modules/source/.sputpatch

Now you can re-run the patch and the updated VMware Player will work.

  1. subbu
    October 31st, 2010 at 13:17 | #1

    perfect !! it worked in ubuntu 10.10 64 bit, thanks

  2. Niels
    November 4th, 2010 at 09:26 | #2

    Thanks, that also helps on Fedora 14.

  3. November 5th, 2010 at 18:41 | #3

    Thx, it worked like a charm on the upgraded Ubuntu 10.10 64-bit on Dell Inspiron 1501, thx :*

  4. November 9th, 2010 at 09:45 | #4

    You’re welcome – glad it worked for you :) Thanks for taking the time to comment.

  5. Einishi
    November 10th, 2010 at 23:07 | #5

    Thx a lot, it worked perfect on ubuntu 10.10 x64
    Ja ne!!

  6. November 11th, 2010 at 15:43 | #6

    Thanks a lot! worked perfectly on kubuntu 10.10 64 bit
    still much prefer vmware player over vmware server…

  7. mauro
    November 11th, 2010 at 21:40 | #7

    yeeeeeeeeeeeeeah :-)
    thank you very much for the solution.

    Ubuntu 10.10 x64

    I’ll try the fix for the vmware workstation too, which had the same problem.

  8. November 12th, 2010 at 02:44 | #8

    Thanks for your medicine, applied it and VMWarePlayer is now running fine.

    Greetings from a Linux Newbie

  9. November 12th, 2010 at 08:10 | #9

    @Einishi @friesoft Thanks for your comments. Glad VMWare is working ok now.

    @mauro Thanks for your comment too. I’m glad it worked – and would be interested to know if it works with VMWare Workstation as well.

    @MyLinuxMint You’re very welcome, happy to help :)

  10. lbj
    November 16th, 2010 at 11:37 | #10

    Does anyone know if this patch will work on Ubuntu 10.10 32bit as well?

  11. Alfred
    November 16th, 2010 at 15:42 | #11

    Thanks for making this patch! :D

  12. Salva
    November 16th, 2010 at 21:38 | #12

    After using the path I can compile all modules ok. But when I start vmware player nothing happens. If I do it from console I can see a message that explains the module versions and then nothing. Any ideas what is happening?. I’m using Ubuntu 10.10 32 Bits and Vmplayer 7.1.2 build 301548.

    Thanks in advance.

  13. Adrian
    November 22nd, 2010 at 15:13 | #13

    It worked perfectly, but I’m unable to install VMWareTools. They start downloading, then ask for the administrator password, and fails. Do you know a way that I can use to get those installed? I’m using Ubuntu 10.10×64 as host (need to install vmtools for ubuntu 10.04 guest) Thanks for the info.

  14. Pat
    November 23rd, 2010 at 10:01 | #14

    Great! It worked perfectly for my ubuntu 10.10.
    Thanks a lot!

  15. Homan
    December 3rd, 2010 at 02:06 | #15

    thanks, mate!

  16. December 4th, 2010 at 23:55 | #16

    You’re welcome…thanks for the comment :)

  17. December 6th, 2010 at 22:45 | #17

    Thanks so much. This was immensely helpful!

  18. Luis Escobar
    January 25th, 2011 at 19:04 | #18

    Thanks so much. it worked perfectly,

    Thanks again.

  19. PasQty
    January 27th, 2011 at 17:07 | #19

    tnx. Works on ubuntu 10.10 64bit with VMware Workstation 7.1.2 build-301548

  20. steve
    February 5th, 2011 at 05:41 | #20

    not work for me :( ,

    when i execute “sudo vmware-modconfig –console –install-all”
    i got the message “gcc and kernel headers must be installed”

    Im not linux expert :S, but i need to use vmware, help me please

  21. MastroDiCarte
    February 6th, 2011 at 10:58 | #21

    Thank You! Really helpful!

  22. February 6th, 2011 at 22:57 | #22

    @MastroDiCarte Thanks for the comment, glad it worked!

    @steve Please try running the following command:
    sudo apt-get install build-essential linux-headers-`uname -r` linux-source-`uname -r` gcc
    Note that ` is the backquote, which is often located next to the 1 key – it is not an apostrophe ‘

Comment pages
1 2 452
  1. October 12th, 2010 at 04:16 | #1
  2. October 12th, 2010 at 15:53 | #2
  3. October 13th, 2010 at 21:20 | #3
  4. October 14th, 2010 at 10:27 | #4
  5. October 15th, 2010 at 19:39 | #5
  6. December 6th, 2010 at 22:48 | #6