Thursday, October 29, 2009

Kernel 2.6.18-164.2.1.el5.plus - cannot compile vmnet for vmware-2.0.2

apply the patch to file vmnet-only/compat_netdevice.h inside
/usr/lib/vmware/source/vmnet.tar
should fix the problem

266c266
< #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 24)
---
> #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 18)