I installed the 2.4.18 source by 'apt-get install kernel-source-2.4.18', 
extracted the source and made a symbolic /usr/src/linux -> 
/usr/src/kernel-source-2.4.18/, and followed all the instructions below
as is. 

sh NVIDIA-Linux-x86-1.0-5336-pkg1.run quits with an error. 

# cat /var/log/nvidia-installer.log | grep ^ERROR
ERROR: Unable to determine the NVIDIA kernel module filename.


How to proceed? 

Thanks,

-K

On Tue, 23 Mar 2004, at 3:49pm, pa3gcu wrote:

> If you installed the source for 2.4.18 then you should be able to do the 
> following and get away with it;
> 
> cd /usr/src/linux
> make mrproper
> cp /boot/config-xx .config
> edit Makefile
> change line 4 from 
> EXTRAVERSION =
> To
> EXTRAVERSION = -k7
> save file;
> make oldconfig
> make dep
> Thats it, now rerun
> sh NVIDIA-Linux-x86-1.0-5336-pkg1.run
> 
> Note;
> i am presuming that debian has the default kernel config in /boot, most 
> systems do store it there for your convinance.
> 
> 



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to