Today I upgraded kernel of debian testing to 4.0.0-2, but when I restart ,I found that vmnet module can't be recompiled I use vmware workstation of version I search and find that all the thing about kernel 3.19.
# curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch # cd /usr/lib/vmware/modules/source # tar -xf vmnet.tar # patch -p0 -i /tmp/vmnet-3.19.patch # tar -cf vmnet.tar vmnet-only # vmware-modconfig �Cconsole �Cinstall-all But this method is not right in Debian testing with kernel 4.0.0-2. vmnet module can't be compiled successfully. I need a patch for kernel 4.0.0-2 so that I can use vmware normally. Thanks in advance. - mudongliang