Announcement

Collapse
No announcement yet.

Vmware Player 4.0.3 on 12.04 64bit

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Vmware Player 4.0.3 on 12.04 64bit

    If you try and install / upgrade from vmplayer 4.0.1 you may find that the virtual networks do not compile.

    I found this:
    http://askubuntu.com/questions/13093...u-12-04-64-bit

    It works here.

    Enjoy
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    #2
    I'm hopeful that this will work for me also. Thanks for passing along the link.

    Comment


      #3
      Yeah, I ran into that problem, too -- needing to change the plreqver string.

      Another issue I ran into when trying a fresh install of 4.0.3 with kernel 3.4: the install works, but the initial compile fails because the sources haven't been patched yet. Once you patch the sources, the compile will still fail. Turns out one of the modules actually does compile, but the patch script is unable to unload it. I forget which patch it is at the moment. Just look for a module in
      Code:
      /lib/modules/`uname -r`/misc
      that starts with v and sudo rm it. Reboot. Now run VMware Player. Everything should compile and you'll be good to go.

      Comment


        #4
        Hey Steve. I ran into an issue when trying to compile the same vmyplaer install as above on kernel 3.4.rc6:
        Your kernel was compiled with gcc version 4.4.3 while the version located is 4.6. Compiling kernel modules with this version is not recommended.
        I ran the patch again with that kernel and that gives me a "this patch has already been run" message.

        running your search gives:
        fintan@fintanws2:~$ /lib/modules/`uname -r`/misc
        bash: /lib/modules/3.4.0-030400rc6-generic/misc: Datei oder Verzeichnis nicht gefunden
        fintan@fintanws2:~$
        There is a
        modules.devname
        in:
        /lib/modules/3.4.0-030400rc6-generic/
        any ideas?
        HP Pavilion dv6 core i7 (Main)
        4 GB Ram
        Kubuntu 18.10

        Comment


          #5
          Well, with this command you typed...
          Code:
          fintan@fintanws2:~$ [B]/lib/modules/`uname -r`/misc[/B]
          bash: /lib/modules/3.4.0-030400rc6-generic/misc: Datei oder Verzeichnis nicht gefunden
          ...the shell thinks you're trying to run a program called misc


          I'd suggest you start clean. I will do the same thing and document my steps. We're going to do everything at a console prompt.

          Foricbly delete the modules (the uninstaller failed if I didn't do this):
          Code:
          sudo rm -fv /lib/modules/`uname -r`/misc/*
          (The files should be vmblock.ko, vmci.ko, vmmon.ko, vmnet.ko, and vsock.ko.)

          Reboot.

          Uninstall the player:
          Code:
          sudo vmware-installer -u vmware-player
          Delete any leftover player bits:
          Code:
          sudo rm -rfv /usr/lib/vmware
          sudo rm -fv /usr/bin/vmware*
          Reboot (probably not necessary, but just to be sure).

          Download the latest patch file:
          Code:
          wget http://weltall.heliohost.org/wordpress/wp-content/uploads/2012/04/vmware802fixlinux340.tar.gz
          Next, install the player package:
          Code:
          sudo sh VMware-Player-4.0.3-703057.x86_64.bundle
          The installer will build vmmon.ko but other modules will fail. You can't apply the patch at this point because the patch script tries to unload the module, which will fail. So manually delete it:
          Code:
          sudo rm -fv /lib/modules/`uname -r`/misc/vmmon.ko
          Reboot.

          Now, fix the version check in the script and apply the patch:
          Code:
          sudo -i
          cd /usr/lib/vmware/modules/source
          tar -xvf /[I]path/to[/I]/vmware802fixlinux340.tar.gz
          sed -i 's/4\.0\.2/4\.0\.3/' patch-modules_3.4.0.sh
          sed -i 's/8\.0\.2/8\.0\.3/' patch-modules_3.4.0.sh
          ./patch-modules_3.4.0.sh
          exit
          The patch script will apply the kernel 3.4 patch plus all previous patches for kernels 3.2/3.3 and then compile the modules.

          Now test it:
          Code:
          vmplayer

          Comment


            #6
            Hi Steve, I tried thgis proceedure in kernel 3.4 RC6. Vmplayer install stalls during configuring process throwing me a black screen with all kinds of kernel / mdodule messages.

            It then hangs at reboot, so I tried to get unistall vmplayer again, that didn't work as it cannot find vmplayer>
            Last edited by Fintan; May 16, 2012, 04:47 AM.
            HP Pavilion dv6 core i7 (Main)
            4 GB Ram
            Kubuntu 18.10

            Comment


              #7
              Weird! Let's see what kind of VMcrap might lurk on your machine. Please capture the output of:
              Code:
              sudo updatedb && locate vmware
              copy into http://paste.kde.org and reply with the URL to that.

              Comment


                #8
                OKay, Pasted it. Looks like a sh.....load.

                http://paste.kde.org/480686/33724974/
                HP Pavilion dv6 core i7 (Main)
                4 GB Ram
                Kubuntu 18.10

                Comment


                  #9
                  Here is the txt file as well
                  Attached Files
                  HP Pavilion dv6 core i7 (Main)
                  4 GB Ram
                  Kubuntu 18.10

                  Comment


                    #10
                    This is really weird. I don't notice anything in your output that cries "error!". Do you see any leftover vm* modules anywhere on your hard drive(s)?

                    What if you:
                    Code:
                    sudo rm -rfv /usr/lib/vmware-installer
                    surm rm -fv /usr/sbin/vmware*
                    and try once more?

                    Also... maybe, after a complete VM-clean, perhaps try a different route. Revert to a 3.2 kernel and apply the earlier set of patches. Then reboot into 3.4, and manually edit the single file mentioned in the later post. Finally, start the player. I've followed this process with success, too.

                    Comment


                      #11
                      This is getting wierder.

                      When I try to install vmplayer I get this:
                      fintan@fintanws2:~/Downloads/Vmware$ sudo sh VMware-Player-4.0.3-703057.x86_64.bundle
                      [sudo] password for fintan:
                      Extracting VMware Installer...done.
                      But the installer doesn't show.
                      HP Pavilion dv6 core i7 (Main)
                      4 GB Ram
                      Kubuntu 18.10

                      Comment


                        #12
                        There's a switch you can put on the command line to use text-mode install and also to increase verbosity. Try that? I'm kind of running out of ideas here...

                        Comment


                          #13
                          What is the switch? I can't find anything on the vmware site.
                          HP Pavilion dv6 core i7 (Main)
                          4 GB Ram
                          Kubuntu 18.10

                          Comment


                            #14
                            Code:
                            --console
                            It's in the Getting Started Guide for the player.

                            Comment


                              #15
                              Okay, Thanks. I give that a whirl later.
                              Cheers
                              HP Pavilion dv6 core i7 (Main)
                              4 GB Ram
                              Kubuntu 18.10

                              Comment

                              Working...
                              X