Skip to content

Instantly share code, notes, and snippets.

@rubiojr
Last active December 23, 2015 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubiojr/6570361 to your computer and use it in GitHub Desktop.
Save rubiojr/6570361 to your computer and use it in GitHub Desktop.
One Tip a Day

VMware tools can't find Linux headers path in Saucy (13.10)

tags: vmware ubuntu saucy

apt-get install linux-headers
ln -s /usr/src/linux-headers-`uname -r`/include/generated/uapi/linux/version.h /usr/src/linux-headers-`uname -r`/include/linux/version.h

Then re-run the VMware tools installer

See http://askubuntu.com/questions/231876/vmware-cant-find-linux-headers-path

Retrieve VMware tools version

vmware-toolbox-cmd -v

See http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment