Skip navigation
VMware

This Question is Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (6 pts)
56,107 Views 90 Replies Last post: Oct 1, 2009 2:11 AM by ElectroVM RSS
1 2 3 ... 7 Previous Next
Krellan Enthusiast 90 posts since
Jun 16, 2008
Currently Being Moderated

Apr 4, 2009 2:42 AM

Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

Here we go again, with VMware Workstation 6.5.2 (including VMware Player 2.5.2).

 

Here is a patch to get their modules to cleanly build on Linux kernel version 2.6.29.

 

It's a followup from this earlier thread, that was for the earlier 6.5.1 version:

 

http://communities.vmware.com//thread/202340

 

The changes between 6.5.1 and 6.5.2 are minimal.  VMware, thankfully, no longer attempts to re-define the APIC_BASE_MSR symbol, making one part of the patch no longer necessary on 2.6.29, so it has been removed.  That was what was causing the earlier error: the patch was attempting to patch something that no longer existed in the code.

 

Here's the new 6.5.2 patch, and a shellscript to help you apply it, attached.

 

Make sure your /usr/lib/vmware/modules/source directory is pristine.  Reinstall 6.5.2 if you have to, in order to return this directory to its unchanged settings, if you had trouble applying the patch earlier.

 

Use the bash command to run the script:

 

bash ./vmware-6.5.2-modules-2.6.29-fix.sh

 

It should now apply cleanly, and there should be no errors.

 

Hope this helps!

 

Josh

avigator Lurker 3 posts since
Oct 16, 2008
Currently Being Moderated
1. Apr 4, 2009 4:54 AM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

yeah, this is real great jobs, it's worked perfect and without any fail or error.

 

==============================================

 

 

$ patch -N -p1 < vmware-6.5.2-modules-2.6.29-fix.patch

patching file vmblock-only/Makefile

patching file vmci-only/Makefile

patching file vmmon-only/include/x86apic.h

patching file vmmon-only/linux/driver.c

patching file vmmon-only/linux/hostif.c

patching file vmmon-only/Makefile

patching file vmnet-only/Makefile

patching file vmnet-only/netif.c

patching file vsock-only/Makefile

 

 

===============================================

apkarako Lurker 3 posts since
Apr 3, 2009
Currently Being Moderated
2. Apr 4, 2009 7:13 AM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

 

Thank you a lot, works great....

 

 

 

 

 

kennycrudup Novice 5 posts since
May 2, 2005
Currently Being Moderated
3. Apr 4, 2009 2:17 PM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

Thanks for this- it's unfortunate it's necessary, considering 2.6.29 came out a week before the 6.5.2/156735 release.

h2-2 Novice 15 posts since
Nov 19, 2006
Currently Being Moderated
4. Apr 4, 2009 3:47 PM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

Patches for 2.5.2 tested and working perfectly on vmplayer 2.5.2, 2.6.29 kernel, 32 and 64 bit.

 

Thanks a lot for your efforts on this, much appreciated.

gallienus Novice 5 posts since
Dec 21, 2006
Currently Being Moderated
5. Apr 4, 2009 6:06 PM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

I was hoping someone had made a patch for 2.6.29. One question, this patch only affects the vmware kernel modules right? I doesn't actually affect the kernel or the kernel modules that came with my distros?

phocean Lurker 1 posts since
May 14, 2008
Currently Being Moderated
6. Apr 6, 2009 2:11 AM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

Thank you very much, nice job that works perfectly !

eleventh-hour Lurker 1 posts since
Jan 28, 2005
Currently Being Moderated
8. Apr 12, 2009 2:02 PM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

 

Thanks for all your work Josh. Worked like a charm on slackware with kernel 2.6.29.1 and workstation 6.5.2.

 

 

 

 

 

--Troy

 

 

gallienus Novice 5 posts since
Dec 21, 2006
Currently Being Moderated
9. Apr 12, 2009 3:04 PM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

Worked great in sabayon 4.1 with a 2.6.29 kernel. Now all I need to do is figure out how to make the modules persistant, but that's for another thread.

Andreas Johan… Enthusiast 45 posts since
Nov 18, 2006
Currently Being Moderated
10. Apr 12, 2009 5:01 PM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

Thanks for the nicely written patch and clear instruction. One question though, in what way does the ".../modules/binary" directory confuse VMware? (I haven't moved/renamed it in my installation and it works perfectly)

 

 

 

 

 

Kind Regards

 

 

Andreas

Stumpy842 Lurker 2 posts since
Apr 12, 2009
Currently Being Moderated
11. Apr 12, 2009 9:21 PM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

 

Hi folks, first let me apologize for posting about VMware Tools in the Workstation thread, but I don't see a separate area for Tools, and I modified Krellan's work to use it to install VMware Tools-7.7.5-156745 in the guest OS running kernel 2.6.29. If there is a better area to post this please let me know.

 

 

You can get the patch files & script here

 

 

Thanks to Krellan and the others for their prior work!

 

 

 

 

 

sxxe Lurker 1 posts since
Jun 9, 2008
Currently Being Moderated
12. Apr 14, 2009 5:52 AM in response to: Krellan
Re: Here is patch for Workstation 6.5.2 on Linux 2.6.29 kernel

 

Thank you very much for this patch, i use it on archlinux and it works great.

 

 

Keep up the good work.

 

 

 

 

 

bye

 

 

Go to original post 1 2 3 ... 7 Previous Next

Bookmarked By (0)

Share This Page

Communities