|
|
#1 | |
|
Registered User
Join Date: Aug 2003
Location: EU
Posts: 3
|
Good evening all,
I have downloaded the appropriate 1.0-4496... script file, run it. It says that it is connecting to ftp://nvidia... etc. At this stage it wants to access my Kernel headers (2.4.18-bf2). "Cannot find headers... is then displayed, even though I have EXPLICITLY made sure that EVERYTHING is available that this utility could want. Does anyone have any ideas / caveats???. Merci |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2003
Posts: 1
|
Well, I have a similiar problem. The installer said I had to download header Files. So I downlaoded them and used them with the kernel-include-path option. Well, the tool started to compile, but when it was ready it gave a message like "Can't load module nvidia.o" It said I could have used wrong Kernel headers, so I downloaded 4 or 5 different versions, but none of them worked. i hope anyone can help.
EDIT: Oh, I'm using not a 440MX but a Ti4200 Last edited by ZacKPloK; 09-27-03 at 04:51 PM. |
|
|
|
|
|
|
#3 | |
|
Quadro2 Pro
Join Date: Jul 2002
Posts: 28
|
Quote:
![]() why not 2.4.22 or one of the Alan Cox patch kernels? |
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Aug 2003
Location: EU
Posts: 3
|
Hello all,
I do not want to "taint" my system with a new kernel at the moment. Currently I am running 2.4.18-bf2, this Nvidia utility SHOULD work with this kernel release. Any suggestions?? Bon journee |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Sep 2003
Posts: 2
|
I use a knoppix 3.2 (which is a debian derivated version)
I couldn't compile becauseallways receiving the following message: "current compiler is not the one that compiled kernel". or something like that. I could bypass it by setting the IGNORE_CC_MISMATCH variable to 1 to do this (as root) do root@host# export EXPORT_CC_MISMATCH=1 root@host# ./NVIDIA-Linux-x86-1.0-4496-pkg2.run (depending on the packet you have) after that modify your /etc/XF86Config-4 root@host# modprobe nvidia and your card should be well installed... it works for me ;-) |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Aug 2003
Location: EU
Posts: 3
|
Quote: I use a knoppix 3.2 (which is a debian derivated version)
I couldn't compile becauseallways receiving the following message: "current compiler is not the one that compiled kernel". or something like that. I could bypass it by setting the IGNORE_CC_MISMATCH variable to 1 to do this (as root) do root@host# export EXPORT_CC_MISMATCH=1 root@host# ./NVIDIA-Linux-x86-1.0-4496-pkg2.run (depending on the packet you have) after that modify your /etc/XF86Config-4 root@host# modprobe nvidia and your card should be well installed... it works for me ;-) Unquote. You should read my original E-Mail on this subject. |
|
|
|
|
|
|
#7 | |
|
Quadro2 Pro
Join Date: Jul 2002
Posts: 28
|
Quote:
Only one other alternative I know of, do a "apt-cache search kernel" and find one without bf2 name then apt-get kernel-2.4.?? and the kernel-headers-2.4.?? and kernel-2.4.?? sources (to match newly installed kernel) then run your lilo or grub, reboot, then make menuconfig, make dep, make bzimage real quick then run the nvidia script again. maybe this will do it for you and this way you will not have to build a new yourself manually. Last edited by Max3D; 09-28-03 at 07:33 PM. |
|
|
|
|
|
|
#8 | |
|
Registered User
Join Date: Sep 2003
Posts: 2
|
Quote:
apt-get install kernel-headers.2.4.8-bf2.4 AND NOT apt-get install kernel-headers.2.4.8 You have to get it on the net, so edit your /etc/apt/sources.list. I have this in mine : deb ftp://ftp2.fr.debian.org/debian/ stable main non-free contrib deb-src ftp://ftp2.fr.debian.org/debian/ stable main non-free contrib deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb http://security.debian.org/ stable/updates main contrib non-free then cd /usr/src, and make a proper "linux" link to the header directory. Seems you do not need the kernel sources. It works on my woody bf24 hope this helps jerome |
|
|
|
|
|
|
#9 | |
|
Quadro2 Pro
Join Date: Jul 2002
Posts: 28
|
Quote:
|
|
|
|
|
|
|
#10 | |
|
Registered User
Join Date: Sep 2003
Posts: 2
|
Quote:
Don't forget to : # cd /usr/src # ln -s ./kernel-headers-2.4.18-bf2.4 linux Otherwise, if you really wan't to install the sources, insert your woody installation cdrom, backup your /etc/apt/sources.list, do an apt-cdrom, an apt-get update and then an apt-get install kernel-source, wich is an alias on the right source package. then restore your sources.list and run an apt-get update. |
|
|
|
|
|
|
#11 | |
|
Registered User
Join Date: Sep 2003
Posts: 13
|
Quote:
This should work. You should use /usr/src as the kern source dir |
|
|
|
|
![]() |
| Thread Tools | |
|
|