Hi;
I've been trying to set up a Centos 7 Linux Guest running under a Windows 7 64-Bit Host. I'm having issues trying to install the VMware tools in the guest.
A) I had to uninstall the packages for 'open-vm-tools'. Maybe that's par for the course.
B) I can't install the file shared folder component. I get the compile errors seen below. This is
with the current kernel 3.10.0-123.4.2.el7.x86_64.
and
C) I get a warning that says:
"The vmxnet driver is no longer supported on kernels 3.3 and greater. Please
upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)"
Looking at the .vmx file it appears that 'e1000' is currently present. I haven't figured out
how to 'upgrade' this. I didn't see any obvious options in the GUI, but maybe I just
missed it.
Any help would be appreciated.
The compile error for item B) above is:
"In file included from /tmp/modconfig-ituPdX/vmhgfs-only/inode.c:36:0:
/tmp/modconfig-ituPdX/vmhgfs-only/inode.c: In function ‘HgfsPermission’:
/tmp/modconfig-ituPdX/vmhgfs-only/./shared/compat_dcache.h:57:38: error: ‘struct dentry’ has no member named ‘d_count’
#define compat_d_count(dentry) dentry->d_count
^
/tmp/modconfig-ituPdX/vmhgfs-only/inode.c:1904:23: note: in expansion of macro ‘compat_d_count’
int dcount = compat_d_count(dentry);
^
CC [M] /tmp/modconfig-ituPdX/vmhgfs-only/cpNameLite.o
make[2]: *** [/tmp/modconfig-ituPdX/vmhgfs-only/inode.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/tmp/modconfig-ituPdX/vmhgfs-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/3.10.0-123.4.2.el7.x86_64'
make: *** [vmhgfs.ko] Error 2
make: Leaving directory `/tmp/modconfig-ituPdX/vmhgfs-only' "
Thanks;