Installing VMWare Workstation 6.5.2 On BackTrack 4
As usual, brand new kernel woes with VMware. Here’s a quick way to patch up VMware 6.5.2 to get the modules to compile.* Start by downloading and installing VMWare Workstation 6.5.2. Once that’s done, run the following commands: rmmod kvm_intel kvm echo kvm >> /etc/modprobe.d/blacklist cd /tmp wget http://www.offensive-security.com/to...-patch.tar.bz2 tar jxpf bt4-vmware-workstation-patch.tar.bz2 chmod 755 vmware-6.5.2-modules-2.6.29-fix* ./vmware-6.5.2-modules-2.6.29-fix.sh vmware-modconfig –console –install-all vmware Done!
More...
Problem installing VMware Workstation
When trying to install VMWare workstation on BT4 pre final I get the following error:
root@BT:~# rpm -i VMware-Workstation.rpm
error: Failed dependencies:
/bin/sh is needed by VMware-Workstation-6.5.1-126130.i386
I forced the install by using:
rpm -i VMware-Workstation.rpm --nodeps
When trying to follow your guide below, I got the following error:
root@BT:~# rmmod kvm_intel kvm
ERROR: Module kvm_intel does not exist in /proc/modules
ERROR: Module kvm does not exist in /proc/modules
I have tried converting the .rpm into a .deb using:
fakeroot alien --scripts VMware-Workstation.rpm
This enabled the file to install without any error messages, but the modules still do not compile. I retried: rmmod kvm_intel kvm and got the same error message.
Needless to say I'm a little stumped!
EDIT: I skipped through the guide and started with the wget line and everything else has worked perfectly. Should have tried that really before making this post.
Silly me!
Installing VMWare Workstation 6.5.2 On BackTrack 4
when install with install guide on blog I see :
root@m3onh0x84-desktop:/tmp# ./vmware-6.5.2-modules-2.6.29-fix.sh
./vmware-6.5.2-modules-2.6.29-fix.sh: line 17: cd: /usr/lib/vmware/modules/source: No such file or directory
Sorry, no tar files found in /usr/lib/vmware/modules/source
Installing VMWare Workstation 6.5.2 On BackTrack 4
I can not reply cause my post have url :(
And I just try synaptic install vmware but not success :(