i knew there are some problems with VMware workstation, and it drove me
crazy.
that is no problem with installation, but crashed when running.
so i found a script to fix the bug, and it worked fine, would u like to
try it?
just copy and paste in a new file and chmod +x
#!/bin/bash
cd ~
rm -rf vmware-modules
mkdir vmware-modules
cd vmware-modules
find /usr/lib/vmware/modules/source -name “*.tar” -exec tar xf ‘{}’ ;
mkdir -p /lib/modules/uname -r
/misc
rm -f /lib/modules/uname -r
/misc{vmblock.ko,vmci.ko,vmmon.ko,vmnet.ko,vsock.ko}
cd vmblock-only; make; cd …; cp -p vmblock.o /lib/modules/uname -r
/misc/vmblock.ko
cd vmci-only; make; cd …; cp -p vmci.o /lib/modules/uname -r
/misc/vmci.ko
cd vmmon-only; make; cd …; cp -p vmmon.o /lib/modules/uname -r
/misc/vmmon.ko
cd vmnet-only; make; cd …; cp -p vmnet.o /lib/modules/uname -r
/misc/vmnet.ko
#cd vmppuser-only; make; cd …; cp -p vmppuser.o /lib/modules/uname -r
/misc/vmppuser.ko
cd vsock-only; make; cd …; cp -p vsock.o /lib/modules/uname -r
/misc/vsock.ko
depmod -a
service vmware restart
enjoy it!
–
jessegraf
jessegraf’s Profile: http://forums.opensuse.org/member.php?userid=19636
View this thread: http://forums.opensuse.org/showthread.php?t=404502