Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Vmware workstation 8 on Ubuntu 12.04

  1. #1
    Join Date
    Dec 2011
    Beans
    14

    Vmware workstation 8 on Ubuntu 12.04

    Hi All,

    I have Ubuntu desktop version 11.10. I have installed vmware-workstation 8.0.2 long time back in it. After vwmare is installed, I got a message that kernel needs to be updated. I have googled and found a solution. I dont remember those steps, but it is something like apt-get install kernel-headers, apt-get install kernel-dlevel, something like this.. 2 days back, when I have tried to update my software, I got a notification that there is an update. I have updated it successfully. Now my ubuntu version is Ubuntu 12.04 LTS. From the time it is upgraded, I am not able to open vmware. When I open vmware, it gives me a message, "Before you can run vmware, several modules must be compiled and loaded into running kernel". I get a prompt to install or cancel. If I click install, it says stopping vmware services, and after few mins, it says unable to start services. I have googled the same message but no use. For each and every command(like sudo apt-get install linux-headers etc..) it says it is upto date. Please suggest me what to do now.

    Thanks,
    Chaitanya.

  2. #2
    Join Date
    May 2012
    Beans
    1

    Re: Vmware workstation 8 on Ubuntu 12.04

    This is a known issue. VMware 8.0.2 is not compatible with the 3.2.x kernel in 12.04LTS. To get it to work, you will have to patch some of the VMware components.

    Follow the directions in the third message (the message from mfelker) at the link below. First you need to completely uninstall VMware Workstation 8.0.2. Then reinstall it and before you run it the first time, patch it. This procedure fixes the issues for me.

    http://communities.vmware.com/message/2034437

  3. #3
    Join Date
    Dec 2011
    Beans
    14

    Re: Vmware workstation 8 on Ubuntu 12.04

    Hi Jelly Doughnut,

    First of all thank you very much for replying.. I am very sorry to say that I am unsuccessful in using the patch. I have checked the third reply. I have downloaded the tar.gz file, extracted to my desktop. we have .sh script and .patch file in it. I have run .sh script. It gave me a message that this script works only for vmware workstation 8.0.2 and vmware player 4.0.2. While installing, I saw the setup installing vmware player 2 version. Is this the problem and bcoz of this script is not working? Please let me know what needs to be done. I am using vmware 8.0.2 version only. As I was using the same version from more than a month, I am sure about it. Please help....

  4. #4
    Join Date
    Nov 2008
    Location
    Sheffield, UK
    Beans
    1,514
    Distro
    Ubuntu

  5. #5
    Join Date
    Dec 2011
    Beans
    14

    Re: Vmware workstation 8 on Ubuntu 12.04

    No luck slugslug,

    I have gone through both the links. I have already seen http://weltall.heliohost.org/wordpre...l-3-2-and-3-3/ link. I was telling about the same one in my previous post. I downloaded the patch, but while installing, it says, Sorry, this script is only for VMware workstation 8.0.2 or vmware player 4.0.2. Exiting. Please find the same in my attachment. This is what I have mentioned in my previous post... Please do the needful.

    Thanks,
    Chaitanya.
    Attached Images Attached Images

  6. #6
    Join Date
    Nov 2008
    Location
    Sheffield, UK
    Beans
    1,514
    Distro
    Ubuntu

    Re: Vmware workstation 8 on Ubuntu 12.04

    whats output of

    vmware-installer -l

  7. #7
    Join Date
    Dec 2011
    Beans
    14

    Re: Vmware workstation 8 on Ubuntu 12.04

    Hi

    Output is: vmware-workstation 8.0.2.591240. Please find the same in the screenshot.
    Attached Images Attached Images

  8. #8
    Join Date
    Dec 2011
    Beans
    14

    Re: Vmware workstation 8 on Ubuntu 12.04

    Thank you very much guys,

    Now my problem is resolved.

    I did it manually following the below process:


    Find the source code
    On my system it is at /usr/lib/vmware/modules/source

    Untar source modules
    tar xvf vmnet.tar
    This creates a subfolder containing the source files (in this case, vmnet-only).

    Apply the patch
    Assuming the patch file is ~/Downloads/vmware3.2.0.patch
    patch -p1 < ~/Downloads/vmware3.2.0.patch

    Re-Tar the source folder
    tar cvf vmnet.tar vmnet-only/

    Rerun the module compilation process and hope the patches fix the problem.

    Thanks to all,
    Chaitanya.

  9. #9
    Join Date
    Aug 2007
    Beans
    2

    Re: Vmware workstation 8 on Ubuntu 12.04

    Had same problem with Ubuntu 12.04 and workstation 8.04. This fixed it up. Thanks for the info

  10. #10
    Join Date
    Aug 2010
    Beans
    4

    Talking Re: Vmware workstation 8 on Ubuntu 12.04

    Quote Originally Posted by chaitanyakumar View Post
    Thank you very much guys,

    Now my problem is resolved.

    I did it manually following the below process:


    Find the source code
    On my system it is at /usr/lib/vmware/modules/source

    Untar source modules
    tar xvf vmnet.tar
    This creates a subfolder containing the source files (in this case, vmnet-only).

    Apply the patch
    Assuming the patch file is ~/Downloads/vmware3.2.0.patch
    patch -p1 < ~/Downloads/vmware3.2.0.patch

    Re-Tar the source folder
    tar cvf vmnet.tar vmnet-only/

    Rerun the module compilation process and hope the patches fix the problem.

    Thanks to all,
    Chaitanya.
    Happy, happy, happy - thanks so muc, worked like a charm!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •