|
|
#1 | |
|
Registered User
Join Date: Apr 2003
Location: Denmark
Posts: 11
|
i am using debian woody, and have a Geforce2MX card.
first i tried running NVIDIA-Linux-x86-1.0-4349.run but it was unablt to find the kernel header, so i install the correct kernal header and it's still the same, i also tried running the program with -kernel-/usr/src/kernel-headers-2.2.20-idepci and its still the same. i also tried unpacking the .run file and then install manualy, but then it says [gcc check] error 1. i tried inserting IGNORE_CC_MISMATCH in the Makefile, but that dosen't help it just writes missing seperator. i'm new to linux so any help would be appreciatet |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Apr 2003
Location: Denmark
Posts: 11
|
btw. the output of gcc -dumpversion is 2.95.4 and the output of cat /proc/version is gcc version 2.7.2.3
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
That's your problem -- there's a compiler version mismatch.
What you need to do is recompile your kernel with your system compiler, boot to the new kernel, and then retry the nVidia drivers.
__________________
Registered Linux User #219692 |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Apr 2003
Location: Denmark
Posts: 11
|
thanks, i'll try that
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2003
Posts: 7
|
Help
how do i recompile my kernel? im a REALLY new to linux, and dont know how to do this. got the same problem, the driver doesnt find my kernel header files. thx for help |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
If the problem is just that it doesn't find the headers, then you can fix the problem by installing your distro's kernel-source package.
If you're getting a "compiler version mismatch" message in your nvidia-installer.log file (which is in /var/log), and if you are using Debian, then yes, you should recompile your kernel, as the Debian default kernel (in Woody at least) was compiled with an extremely old version of gcc, that isn't even installed in Woody anymore. If you're getting compiler mismatches and you don't use Debian, though, then look into /proc/version and gcc -dumpversion to see which is newer. You may be able to fix the problem by upgrading gcc, or installing it if it isn't. Post the contentst of /proc/version and the output of gcc -dumpversion, too.
__________________
Registered Linux User #219692 |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Apr 2003
Posts: 7
|
Well i installed a new kernel via apt-get, the 2.4.18-k7, and it was the same problem.
any ideas? will try that with recompiling and pointing at the headers. pointing at the headers didnt work with 2.2.20 as far as i remember, so lets try with the new. |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
Well, I do believe I asked for the contents of /proc/version and the output of gcc -dumpversion, so if you want to provide that information, you'll get a bit better answer from me...
__________________
Registered Linux User #219692 |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Apr 2003
Posts: 7
|
um sorry... but i looked that stuff up, and it says 2.95.4 in both cases, so it cant be that mismatch.
pleese help i want to play quake3 and ut2k3 ^^ well my problem is the kernel headers. they arent found even if i point at them. |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Apr 2003
Posts: 3
|
Post your installer log
|
|
|
|
|
|
#11 |
|
Registered User
Join Date: Apr 2003
Posts: 7
|
so should i make it with makefile again, or u mean the errormessages with sh NVIDIA-Linux.... ?
with that sh option, its always that he doesnt findt my kernel-headers. i apt-gettet them for both my 2.2.20 kernel and my 2.4.18. do i have to make more that apt-get to install the headers? otherwise, i would have to make it with make again to get the error messages. sorry. im very new to linux |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
Don't bother with make, try to get the installer working. Tarballs won't be provided outside the installer framework in the future anyway (which doesn't make much sense to me, but I don't decide this kind of stuff, so oh well), so it's worthless if you can only get them to work.
![]() The installer looks for your kernel headers in /lib/modules/$(uname -r)/build/include, then (if they're not in that directory) in /usr/src/linux/include. Make sure that /lib/modules/$(uname -r)/build is a symlink to the base of your kernel source tree, or make sure that /usr/src/linux is a symlink to the base of the source tree. I believe that Debian's "kernel-headers" package is just kernel-source for any other distro, and I'm pretty sure it installs in /usr/src/linux-<version>/include.
__________________
Registered Linux User #219692 |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| monitor not recognised after installing nvidia drivers | Horaciusl | NVIDIA Linux | 3 | 08-10-12 10:59 PM |
| Radeon 9700 not all that? | sancheuz | Other Desktop Graphics Cards | 200 | 10-12-02 09:31 PM |
| Installing nForce drivers on Debian 3.0 | Doink | NVIDIA Linux | 4 | 09-14-02 08:34 PM |
| Closing Xwindows, RH73, for installing nV drivers | redigjohn | NVIDIA Linux | 1 | 09-06-02 11:26 AM |
| nvidia drivers in a motherboard with AGP 1.0 (motherboard MVP3+) | knocker | NVIDIA Linux | 1 | 08-19-02 01:57 AM |