quinta-feira, 20 de março de 2014

Arrumando o erro vmware kernel module updater / Fixing the error vmware kernel module updater

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!

Um comentário: