安装vmware工具:无法识别3.8.0-19通用内核文件的路径

时间:2013-09-14 19:40:02

标签: linux-kernel install kernel virtual-machine vmware-tools

所以我使用Lubuntu并使用vmplayer作为VM运行,我正在尝试安装vmware工具。做完

./vmware-install.pl

并执行默认设置,现在说

The path "" is not a valid path to the 3.8.0-19-generic kernel headers. 
Would you like to cange it? [yes]

Enter the path to the kernel header files for the 3.8.0-19-generic kernel?

当我做的时候

whereis 3.8.0-19-generic kernel

它说

3.8:
kernel: /usr/src/linux-headers-3.8.0-30/kernel /usr/src/linux-headers-3.8.0-19/kernel  /usr/src/linux-headers-3.8.0-19-generic/kernel /usr/src/linux-headers-3.8.0-30-generic-kernel

我尝试了所有这四个,但没有一条路径有效。它仍然说该路径不是3.8.0-19通用/内核的有效路径。

请注意,在我做之前

whereis 3.8.0-generic kernel

它只给了我'-19'内核,但后来我做了

sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install linux-headers-generic

看看它是否可以解决任何事情,但事实并非如此。它添加了'-30'内核,但似乎没有解决问题。关于什么是错的任何想法?

1 个答案:

答案 0 :(得分:15)

编辑:请记住阅读此问题的评论,因为其他用户提供了更多最新,最准确的解决方案。

好的,我所做的就是,当它说

The path "" is not a valid path to the 3.8.0-19-generic kernel headers. 
Would you like to cange it?

我输入'no',然后它停止了安装。然后我写了

usr/bin/vmware-config-tools.pl

再次自动命令,我认为跳过了步骤,然后说

The configuration of vmware tools 9.2.3 build-1031360 for linux for this running kernel  completed
successfully. you must restart your X session before any mouse or graphics cahnges can   take  effect.
you can now run vmware tools by invoking "/usr/bin/vmware-toolbox-cmd" from the command   line.
to enable X features (e.g., guest resolution fit, drag and drop, and file and text   copy/pase),
you will need to do one (or more) of the following:
1. manually start /usr/bin/vmware-user
2. log out and lokg back into your desktop sessionl and,
3. restart your X session

to use the vmxnet driver, restart networking using the following commands:
/etc/init.d/networking stop
rmmod pcnet32
rmmod vmxnet
modprobe vmxnet
/etc/init.d/networking start

如果我的VMware工具运行不正常,我会在这篇文章中回复。 此外,感谢投票的人甚至没有回复或告诉我原因。

好的,我开始使用VMware,效果很好!我需要在我的主机操作系统和VM之间建立一个共享驱动器,我需要运行

sudo vmware-config-tools.pl

再次在提示中,它表示路径'/ usr / bin / gcc'显示有效,'lib / modules / 3.8.0-30-generic / build / include'的路径似乎有效(如果你看了我的帖子,如果你们没有做的话

sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install linux-headers-generic

它可能会说'lib / modules / 3.8.0-19-generic / build / include'而不是'lib / modules / 3.8.0-30-generic / build / include')。如果您有'-19'而不是'-30'并且它不起作用,请尝试运行上面的两个命令,看它是否有效。