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

