http://www.howtoforge.com/installing-nvidia-drivers-on-debian-lenny-manually I followed the HOWTO and tried to compile NVIDIA driver for my 7025 integrated graphics on Debian Lenny. But the compiler has stopped with error: error: CANNOT COMPILE THE NVIDIA KERNEL i'm attaching my installation log. thanks Anoop
It wrote what you had to do in your log file I think that the further problems come from the first error. If you have kernel sources installed properly, I think you just have de run that command. Otherwise, you'll have to install / reinstall kernel sources for the script to find missing files. Third possibility, compile a new kernel from sources to start over from clean sources. Maybe there are some precompiled kernel and sources to do so easily. There are some useful comments below the tutorial also. Please let me know if you solved your problem.
Loading Please wait............. My friend suggested a kernel upgrade as he encountered the same problem. So I downloaded the 2.6.31.1 source and compiled it. It finished successfully with no errors. But at time of booting, just after I select debian from grub, it says" Loading Please wait.." and nothing happens. What could be the reason ?
Is there a kernel panic line ? If you wait long enough (something like 15minutes) does it drop to busy box ? Have you updated grub configuration after installing the new kernel ?
kernel panic - out of range it was bcoz sata and ext3 fs support were added as module. changed as built into kernel and re-compiled. it was ok, but not booting. the screen says "out of range" just when boot begins and nothing happens. system is hang nd i need to reset
Did you try single user mod ? I think this is because resolution imposed by the nvidia driver is too high for your screen. Booting in single user mod will let you modify your xorg.conf to fit your screen highest resolution.
out of range but this happens when boot process starts. ie; just after i select 'Debian' from the grub menu. i didnt enable splash screen. then what image is displaying while booting ?
Yes, the rescue or single user mod can be selected from the grub menu, if you only have linux on the computer this is usually the second line.
nvidia driver atlast i compiled the kernel, downloaded nvidia driver and ran the Nvidia*.run script. It couldnt compile the driver because it couldnt find the auto.conf file in /usr/src/linux/include/. So I typed make prepare. then it says 'no rule to make target ***/boot/Makefile" why this happens