VMware modules, Arch Linux & kernel 4.8.13
After upgrading the kernel to 4.8.13-1-ARCH some of the vmware kernel modules failed to compile: /tmp/modconfig-6BT70S/vmmon-only/linux/hostif.c:1592:47: error: ‘NR_ANON_PAGES’ undeclared (first use in this function) /tmp/modconfig-BBuLH6/vmnet-only/netif.c:468:7: error: ‘struct net_device’ has no member named ‘trans_start’; did you mean ‘mem_start’? The fix: [codesyntax lang=”bash”] cd /usr/lib/vmware/modules/source tar xf vmnet.tar tar xf vmmon.tar mv vmnet.tar vmnet.old.tar mv vmmon.tar vmmon.old.tar sed … Continue reading VMware modules, Arch Linux & kernel 4.8.13