fedora 16 ( Kernel 3.3.2 and VMWare 8.2 ) unable to install vmnet ?? is there is any known issue about ??
this is data from log file [/tmp/vmware-root-1414515415/modconfig-8581.log] which created by vmware
Code:
2012-04-28T15:10:01.322+02:00| vthread-3| I120: Building module vmnet.
2012-04-28T15:10:01.322+02:00| vthread-3| I120: Extracting the sources of the vmnet module.
2012-04-28T15:10:01.332+02:00| vthread-3| I120: Building module with command: /usr/bin/make -j -C /tmp/vmware-root-1414515415/modules/vmnet-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/3.3.2-6.fc16.x86_64/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.6.3
2012-04-28T15:10:05.025+02:00| vthread-3| I120: Failed to compile module vmnet!
i didn't find [modules] directory in [/tmp/vmware-root-1414515415]
i create [modules] directory manually inside [/tmp/vmware-root-1414515415]
then i extracted
tar xvf /usr/lib/vmware/modules/source/vmnet.tar -C [/tmp/vmware-root-1414515415/modules]
tar xvf /usr/lib/vmware/modules/source/vmci.tar -C [/tmp/vmware-root-1414515415/modules]
finally i run
vmware-modconfig --console --install-all
and this is the result and [/tmp/vmware-root-1414515415/modules] and it's all contains are deleted
Code:
CC [M] /tmp/vmware-root-1414515415/modules/vmnet-only/vnetEvent.o
/tmp/vmware-root-1414515415/modules/vmnet-only/filter.c:60:16: error: ‘THIS_MODULE’ undeclared here (not in a function)
make[2]: *** [/tmp/vmware-root-1414515415/modules/vmnet-only/filter.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/tmp/vmware-root-1414515415/modules/vmnet-only/userif.c: In function ‘VNetCsumCopyDatagram’:
/tmp/vmware-root-1414515415/modules/vmnet-only/userif.c:520:3: error: incompatible type for argument 1 of ‘kmap’
include/linux/highmem.h:48:21: note: expected ‘struct page *’ but argument is of type ‘const struct <anonymous>’
/tmp/vmware-root-1414515415/modules/vmnet-only/userif.c:523:3: error: incompatible type for argument 1 of ‘kunmap’
include/linux/highmem.h:54:20: note: expected ‘struct page *’ but argument is of type ‘const struct <anonymous>’
/tmp/vmware-root-1414515415/modules/vmnet-only/netif.c: In function ‘VNetNetIfSetup’:
/tmp/vmware-root-1414515415/modules/vmnet-only/netif.c:134:7: error: unknown field ‘ndo_set_multicast_list’ specified in initializer
/tmp/vmware-root-1414515415/modules/vmnet-only/netif.c:134:7: warning: initialization from incompatible pointer type [enabled by default]
/tmp/vmware-root-1414515415/modules/vmnet-only/netif.c:134:7: warning: (near initialization for ‘vnetNetifOps.ndo_validate_addr’) [enabled by default]
make[2]: *** [/tmp/vmware-root-1414515415/modules/vmnet-only/userif.o] Error 1
make[2]: *** [/tmp/vmware-root-1414515415/modules/vmnet-only/netif.o] Error 1
make[1]: *** [_module_/tmp/vmware-root-1414515415/modules/vmnet-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/3.3.2-6.fc16.x86_64'
make: *** [vmnet.ko] Error 2
make: Leaving directory `/tmp/vmware-root-1414515415/modules/vmnet-only'
Unable to install vmnet