before you can run vmware workstation
此问题主要解决在更新内核后,vmware 的使用首先在 lib/modules/linux-2.xxxxx.PAE/ 新建 misc 文件夹
再使用下述方法即可解决
before you can run vmware workstation,several modules must be compiled and loaded into the running kernel
------------------------------------------------------------------------------------------------------------------------------
found the module sources here: /usr/lib/vmware/modules/source and I get them, unpack them and ofcourse compile them.
How to compile this vmware modules ?
I will exemplify with one module and you can apply this to all modules
1. tar -xf vmblock-only.tar.gz
2. cd vmblock-only
3. make
4. cd ..
5. cp -p vmblock.o /lib/modules/`uname -r`/misc/vmblock.ko
Do that for all modules. After that just run as root in console
# depmod -a
and restart vmware service as root
/etc/init.d/vmware restart
页:
[1]