VMware Communities
eris23
Contributor
Contributor
Jump to solution

failed to build vmnet in 8.0.4 with linux kernel 3.2.0

failed to build vmnet in 8.0.4 with linux kernel 3.2.0

Can someone update the 3.2.0 patch for 8.0.4?

0 Kudos
1 Solution

Accepted Solutions
Martin1000
Contributor
Contributor
Jump to solution

Download the patch from lucasmv at http://communities.vmware.com/message/2017935 (the same one as for 8.0.2).

1. Modify patch-modules_3.2.0.sh :

     vmreqver=8.0.4
     plreqver=4.0.4

2. Remove the patch marker to be able to run it again :

     rm /usr/lib/vmware/modules/source/.patched

3. Run as usual (sudo).

Works on Ubuntu 12.04.

View solution in original post

0 Kudos
5 Replies
Martin1000
Contributor
Contributor
Jump to solution

Download the patch from lucasmv at http://communities.vmware.com/message/2017935 (the same one as for 8.0.2).

1. Modify patch-modules_3.2.0.sh :

     vmreqver=8.0.4
     plreqver=4.0.4

2. Remove the patch marker to be able to run it again :

     rm /usr/lib/vmware/modules/source/.patched

3. Run as usual (sudo).

Works on Ubuntu 12.04.

0 Kudos
eris23
Contributor
Contributor
Jump to solution

Thanks!

I've attached the modified patch for VMware Workstation 8.0.4 on Linux kernel 3.2.0.

0 Kudos
SlugiusRex
Contributor
Contributor
Jump to solution

I encountered that same 'already patched' problem because I had previously applied the patch for 8.0.3.

$ sudo ./patch-modules_3.2.0.sh
/usr/lib/vmware/modules/source/.patched found. You have already patched your sources. Exiting

I thought about just removing that .patched file, and then just repapplying the patch - but wan't sure what else still might have beel left over from 8.0.3.   So instead of finishing the upgrade in place approach I went to the VMWare site and dowloaded a completly fresh install of Workstation 8.0.4.

I then uninstalled the 8.0.4 that was done with the upgrader from 8.0.3 using

$ sudo vmware-installer --uninstall-component=vmware-workstation

When prompted to remove the configuration settings I was obligated to choose 'yes' ( the 'no' option didn't work the first time ).   Once that was done, I was able to install the install the fresh install I had jsut downloaded.

$ sudo sh ./VMware-Workstation-Full-8.0.4-744019.x86_64.txt   (for my processor)

After that runnning the patch was no problem.  I just followed the patch process described in RageBoar's post #7 above.
BTW  - The full uninstall-component fixed the VMTools issue I ws having in post 10.  I am no longer seeing those messages.
0 Kudos
eris23
Contributor
Contributor
Jump to solution

I actually ran the uninstall program before patching.  Without running the uninstall the patch failed.

0 Kudos
SlugiusRex
Contributor
Contributor
Jump to solution

Ubuntu published an updated version of the Kernel over the weekend.  Updater continues to fail.  It looks like everyone will need to repeat the UNINSTAL-REINSTALL-PATCH sequence again.

0 Kudos