おのたく日記 YouTubeも始めました→
2010-01-07(Thu) linux kernel 2.6.32で動かす [長年日記]
■ [VMware]linux kernel 2.6.32で動かす
VirtualBoxのドライバーのコンパイル vboxdrv setup は難なく終わったけど、VMware Sever 2.0.2のドライバーは vmware-config.pl -d では単純に終わらなかった。
--- vnetUserListener.c.orig 2009-12-05 19:34:44.000000000 +0900
+++ vnetUserListener.c 2009-12-05 18:00:26.000000000 +0900
@@ -31,6 +31,7 @@
#include "driver-config.h" /* must be first */
#include <linux/netdevice.h>
#include <linux/poll.h>
+#include <linux/sched.h>
#include "compat_skbuff.h"
#include "compat_wait.h"
#include "vnetInt.h
[VMware-Player-3.0.0-203739 @Linux 2.6.32より引用]
のバッチと
installing VMware workstation 7 it fails compiling also the vmci and vmci-socket modules..
the solution is to add the #include “compat_sched.h” in ./vmci-only/include/pgtbl.h from the vmci.tar module sources
[Vmware vmplayer and kernel 2.6.32より引用]
の両方のパッチが必要だった。
※上のパッチは、 #include “compat_sched.h” の方が良いのかもしれない??
|