Hello, here is an install of "VMwarePlayer" on my Fedora 9 config (kernel 2.6.25.4-30.fc9.i686)
I think it's the same for "VMware Workstation"
used from:
http://blog.creonfx.com/linux/how-to...on-2625-kernel
On my machine here is a sumary of what I have done :
# uname -a
Linux sirna 2.6.25.4-30.fc9.i686 #1 SMP Wed May 21 18:12:35 EDT 2008 i686 i686 i386 GNU/Linux
# Remove the previous VMwarePlayer version
rpm -e VMwarePlayer
\rm -r /usr/lib/vmware
# Install VMware-player 2.0.4 Build 93057
mkdir /tmp/VMWARE
cd /tmp/VMWARE
wget
http://download3.vmware.com/software...93057.i386.rpm
rpm -i -v -h VMware-player-2.0.4-93057.i386.rpm
# Patch with any-any-update-117-very-ALPHA (it's not a standard any-any-update patch)
wget
http://blog.creonfx.com/temp/vmware-...very-ALPHA.tgz
cd /usr/lib/vmware/modules/source
tar xvfz /tmp/VMWARE/vmware-any-any-update-117-very-ALPHA.tgz
./vmware-2.6.25.sh
# Configure
/usr/bin/vmware-config.pl
# All is done correctly and VMwarePlayer works well under the kernel 2.6.25.4-30.fc9.i686
After updating the kernel to this one 2.6.25.6-55.fc9.i686
I Just need to recompile using "vmware-config.pl" and all works well
Trying to help
--
Chris