vmware player Linux Kernel 3.8.x patch

 Ubuntu 13.04 下 用 vmware player 5.0.2安装win7 时,当安装vmware-tools时 vmware app loader崩溃,错误信息: 'error updating software component'

 

解决:

1、下载补丁 vmware9.k3.8rc4.patch

2、安装补丁:

su root

cd /usr/lib/vmware/modules/source

tar -xf vmci.tar

cd vmci-only

cp /home/sjw/down/ vmware9.k3.8rc4.patch  .

patch -p1 < vmware9.k3.8rc4.patch

提示:patching file linux/driver.c

 

cd ..

tar -cf vmci.tar vmci-only/

 

3、编译:

vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"

提示:

。。。。。。。。。

Starting VMware services:

   Virtual machine monitor                                             done

   Virtual machine communication interface                             done

   VM communication interface socket family                            done

   Blocking file system                                                done

   Virtual ethernet                                                    done

   VMware Authentication Daemon                                        done

   Shared Memory Available                                             done

 

 

搞定!

 

参考:

http://communities.vmware.com/thread/432897?start=0&tstart=0

你可能感兴趣的:(补丁,patch,vmware player)