Thanks. I had downloaded that file but wasn't sure what to do with it.
However, now I have another problem. To try to get it working, I attempted to uninstall and reinstall VMWare Player. Now, as I've had happen before, it won't compile vmnet and vmblock.
/tmp/modconfig-BLhq9R/vmnet-only/userif.c: In function ‘VNetUserIf_Create’:
/tmp/modconfig-BLhq9R/vmnet-only/userif.c:1049:34: error: dereferencing pointer to incomplete type
/tmp/modconfig-BLhq9R/vmnet-only/userif.c:1050:34: error: dereferencing pointer to incomplete type
/tmp/modconfig-BLhq9R/vmnet-only/hub.c: In function ‘VNetHubAlloc’:
/tmp/modconfig-BLhq9R/vmnet-only/hub.c:366:28: error: dereferencing pointer to incomplete type
/tmp/modconfig-BLhq9R/vmnet-only/hub.c:367:28: error: dereferencing pointer to incomplete type
make[4]: *** [/tmp/modconfig-BLhq9R/vmnet-only/hub.o] Error 1
make[4]: *** Waiting for unfinished jobs....
/tmp/modconfig-BLhq9R/vmnet-only/netif.c: In function ‘VNetNetIf_Create’:
/tmp/modconfig-BLhq9R/vmnet-only/netif.c:191:33: error: dereferencing pointer to incomplete type
/tmp/modconfig-BLhq9R/vmnet-only/netif.c:192:33: error: dereferencing pointer to incomplete type
make[4]: *** [/tmp/modconfig-BLhq9R/vmnet-only/userif.o] Error 1
make[4]: *** [/tmp/modconfig-BLhq9R/vmnet-only/netif.o] Error 1
/tmp/modconfig-BLhq9R/vmblock-only/linux/control.c:211:4: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
/tmp/modconfig-BLhq9R/vmblock-only/linux/control.c:211:21: warning: assignment makes pointer from integer without a cast [enabled by default]
/tmp/modconfig-BLhq9R/vmblock-only/linux/control.c:221:20: error: dereferencing pointer to incomplete type
Last time, I used this patch and instructions and it worked fine:
but this time, the patch program is giving a lot of errors as though the files it's patching are different. Did a new set of modules come out that require another patch? What am I missing?