tools kali linux-kernel install kernel virtual-machine vmware-tools

linux kernel - kali - instalación de herramientas vmware: no se reconoce la ruta a los archivos genéricos del kernel 3.8.0-19



vmware tools linux download (1)

Así que estoy usando Lubuntu y ejecutándome como VM usando vmplayer y estoy tratando de instalar herramientas vmware. Después de hacer

./vmware-install.pl

y haciendo la configuración por defecto, ahora está diciendo

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?

y cuando lo hice

whereis 3.8.0-19-generic kernel

dice

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

Probé los cuatro y ninguno de los caminos funcionó. Todavía se dice que la ruta no es una ruta válida a 3.8.0-19-generic / kernel.

Tenga en cuenta que antes cuando lo hice

whereis 3.8.0-generic kernel

solo me dio los núcleos ''-19'', pero luego lo hice

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

para ver si arreglaría algo pero no lo hizo. Añadió los núcleos ''-30'', pero eso no pareció solucionar los problemas. ¿Alguna idea sobre lo que está mal?


Edición: recuerde leer los comentarios de esta pregunta ya que otros usuarios proporcionaron soluciones más actualizadas y precisas.

Bien, entonces lo que hice fue, cuando dijo

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

Escribí en ''no'', entonces se detuvo la instalación. Entonces escribí el

usr/bin/vmware-config-tools.pl

comando de nuevo y automáticamente, creo que salté los pasos, y dijo

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

Si mis herramientas de VMware no se ejecutan correctamente, responderé en esta publicación. También, gracias a la persona que votó esto sin siquiera responder o decirme por qué.

Bueno, empecé a usar VMware, funciona bien! Necesitaba configurar una unidad compartida entre mi SO host y VM y necesitaba ejecutar el

sudo vmware-config-tools.pl

otra vez y en las indicaciones, dijo que la ruta ''/ usr / bin / gcc'' parece válida, la ruta en ''lib / modules / 3.8.0-30-generic / build / include'' parece ser válida (si lees mi publicar, si ustedes no lo hicieron

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

probablemente dirá ''lib / modules / 3.8.0-19-generic / build / include'' en lugar de ''lib / modules / 3.8.0-30-generic / build / include''). Si tiene ''-19'' y no ''-30'' y si NO funciona, intente ejecutar los dos comandos de arriba y vea si funciona.