apt-get install kernel-headers-2.6.x.x
apt-get install tk8.4
apt-get install make
apt-get install gcc
apt-get install bin86
apt-get install libc6-dev
apt-get install kernel-package
apt-get install libncurses5-dev
No sé exáctamente cuáles de todas esas librerias me
hicieron falta, pero tuve que instalarlas para poder
compilar mis kernels y poder instalar sin problemas los
drivers Nvidia en varias máquinas.
Despues del
apt-get install kernel-headers-2.6.x.x
no te olvides de hacer un link
cd /usr/src
rm linux (por si existiera ya antes el link)
ln -s kernel-headers-2.6.x.x linux
Cordiales Saludos
"La Voluntad es el único motor de nuestros logros"
Mstaaravin
http://www.mstaaravin.com.ar
blue wrote:
Hola: bueno el problema es que no puedo instalar los drivers para mi
tarjeta grafica NVIDIA. En mi instalacion anterior si que podia.
He mirado los 2 tutoriales que hay en www.esdebian.org, tambien he echo
esto
apt-get install nvidia-glx nvidia-glx-dev nvidia-kernel-source
nvidia-kernel-common
Luego tambien instale
apt-get install kernel-headers-2.6.7-1 linux-kernel-headers
Cuando intento instalar el driver con sh NVIDIA-Linux... .run me da el
siguente error:
Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would
you li
ke the installer to attempt to download a kernel interface for your
kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp
site;
this means that the installer will need to compile a kernel interface
for
your kernel.
-> Kernel source path: '/lib/modules/2.6.7/build'
-> Performing cc_version_check with CC="cc".
ERROR: If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.
If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the appropriate nvidia-installer command line option.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find
suggestions
on fixing installation problems in the README available on the
Linux
driver download page at www.nvidia.com.
Entonces hago un sh NVIDIA-Linux... .run --extract-only
Entro en el directorio, y hago un make install
SYSINCLUDE=/usr/src/kernel-headers-2.6.7-1/include
Y me da el mismo error
Realmente buscando por google, para la rama 2.6 de kernels, dice que con
instalar nvidia-glx y nvidia-glx-dev es suficiente. Que puedo estar
haciendo mal¿?
Muchas gracias