Cada kernel do linux possui seus cabeçalhos, então toda vez que você atualizar o seu kernel, você precisará baixar os cabeçalhos e recompilar os módulos do vmware.
Para fazer isto digite os seguintes comandos:
$ sudo apt-get install linux-headers-$(uname -r) gcc
$ sudo vmware-modconfig --console --install-all
or / ou
# apt-get install linux-headers-$(uname -r) gcc
# vmware-modconfig --console --install-all
Espero ter ajudado, até a próxima!
---------------------------------------------------------------------------------------------------------
Each linux kernel has your headers, so every time you update the kernel, you will need download the headers and compile the vmware module.
To do this, type the following commands:
$ sudo apt-get install linux-headers-$(uname -r) gcc
$ sudo vmware-modconfig --console --install-all
or
# apt-get install linux-headers-$(uname -r) gcc
# vmware-modconfig --console --install-all
Hope it helps, see you!
Thanks for your help !
ResponderExcluir