How to Get VMware Player to Work on the New 3.1.x Linux Kernel!

From TheBestLinux.com
Jump to navigation Jump to search

Make sure the kernel headers and kernel source for the currently running 3.1.x version of the Linux kernel are installed.
To check your currently running Linux kernel with the "uname -r" command(using my machine below as an example):

[root@fusion16 etc]# uname -r
3.1.9-1.fc16.x86_64


Download latest 64-bit version from my server and check archive integritry with a quick md5 checksum:

wget http://www.dawgland.com/downloads/Linux/VMware/Player/4.0.1/VMware-Player-4.0.1-528992.x86_64.bundle
wget http://www.dawgland.com/downloads/Linux/VMware/Player/4.0.1/VMware-Player-4.0.1-528992.x86_64.bundle.md5
md5sum -c VMware-Player-4.0.1-528992.x86_64.bundle.md5
VMware-Player-4.0.1-528992.x86_64.bundle: OK


Install the latest vmware-player-x.x.x.bundle as root:

chmod 755 VMware-Player-4.0.1-528992.x86_64.bundle
./VMware-Player-4.0.1-528992.x86_64.bundle


Check to see if "/etc/vmware/not_configured" exists. If it exists, VMware Player will refuse to run with an
error is hasn't been configured correctly for the currently running kernel, and refuse to run with a protection error.

If it does, delete it, and then run "vmplayer" as the root user from the console to configure, build, and set it up.