scientificlinuxforum.org QR code
Scientific Linux Forum.org



  Reply to this topicStart new topicStart Poll

> FYI: DIY Fix for VMware Player 3.1.4 & SL6.1 Kernels, vmmon module won't load w/SL6.1 kernels
jon4t2
 Posted: Sep 2 2011, 04:32 PM
Quote Post


SLF Junior
**

Group: Members
Posts: 25
Member No.: 53
Joined: 14-April 11









For folks having trouble running VMware Player 3.1.4 on SL 6.1:

As explained very nicely in this post on the ToraCat's Eye blog, vmmon and SL 6.1 kernels do not play well together (the vmmon module won't load at startup). The solution? Compile your own vmmon module.

Here are the essentials:

CODE
Start as a user (not root):

(1) mkdir ~/vmsrc; cd ~/vmsrc
(2) tar xvf /usr/lib/vmware/modules/source/vmmon.tar
(3) cd vmmon-only
(4) make
    [Note: this builds vmmon.ko]
(5) strip --strip-debug vmmon.ko
    [Note: this is optional. Note the two dashes]
(6) su -
(7) cd /lib/modules/`uname -r`/misc
(8) mv vmmon.o vmmon.o.dist
    [Note: save the original just in case]
(9) cp /<path to user’s home>/vmsrc/vmmon-only/vmmon.ko vmmon.o


I followed these instructions to the letter and had no problems. The vmmon module loads and VMware Player runs just fine.

Good luck.
PM
^
spoovy
 Posted: Sep 3 2011, 06:29 AM
Quote Post


SLF Moderator
****

Group: Moderators
Posts: 281
Member No.: 5
Joined: 8-April 11









Thanks jon. I posted a howto on this topic here - http://scientificlinuxforum.org/index.php?showtopic=713

This is a somewhat simpler method, letting vmware's scripts do the hard work!

This post has been edited by spoovy: Sep 3 2011, 08:32 AM


--------------------
PMIntegrity Messenger IM
^
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll