Friday, September 28, 2012

How to solve VMware Kernel Module Update issue in Ubuntu 12.04

After successful installation of VMware 5.0, following issue occurred while i was using it in Ubuntu 12.04 (32 bit).

run following command and then you can check the Kernel version that you are currently using in Ubuntu.

uname -a 

execute following command line operations so that you can fix the problem.


cd /lib/modules/$(uname -r)/build/include/linux
sudo ln -s ../generated/utsrelease.h
sudo ln -s ../generated/autoconf.h 

When you are done with execution of the above commands, run you VMware player

Enjoy VMware :)

1 comment:

Unknown said...

No working its giving me the same Massage.