尝试让 VMW Pro 12 运行带有 4.13.0-26-generic 内核的 16.01。
一直出现“无法构建 vmnet。无法执行构建命令。”
任何帮助将不胜感激!
答案1
尝试这个方法:
cd /usr/lib/vmware/modules/source
tar -xf vmmon.tar
nano vmmon-only/linux/hostif.c
get_user_pages
搜索并替换所有实例get_user_page_remote
tar -cf vmmon.tar vmmon-only
让我们编辑vmnet.tar
tar -xf vmnet.tar
nano vmnet-only/linux/hostif.c
get_user_pages
搜索并替换所有实例get_user_page_remote
tar -cf vmnet.tar vmnet-only
现在,您应该能够编译模块了!