|
|
#1 | |
|
Registered User
Join Date: Aug 2003
Posts: 19
|
Hi Friends!
I installed recently the Debian (bf2.4 flavor) linux in my system. So to install the nvidia driver I, beforehand, installed the kernel-sources package with the command "apt-get install kernel-source-2.4.18". Afther that I noted that the kernel sources was installed in a tar file in the /usr/src directory, so I unpacked it with the "tar -xvjf kernel-source-2.4.18.tar.bz2" command. Then I tried to install the driver using the --kernel-include-path pointing to the /usr/src/kernel-source-2.4.18/include directory but it was unable to install the driver because one file called modversions.h So, I included the nvidia install log file. Thanks in advance. |
|
|
|
|
|
|
#2 | |
|
Quadro2 Pro
Join Date: Jul 2002
Posts: 28
|
go into that kernel source dir and:
make menuconfig (exit, save changes), then: make dep, make clean, (see if that creates the modversions.h file), if it dont, do a: make bzImage, that should do it for ya, been using debian here for a few years, seems the nvidia driver installer needs a built kernel everytime cause there is no .debs from nvidia for pre-built kernels. try make install SYSINCLUDE=/usr/src/kernel-source-2.4.18/include from the NVIDIA_kernel... dir also. Last edited by Max3D; 09-01-03 at 10:53 AM. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Aug 2003
Posts: 19
|
It seems that it resolved only part of the problem. Now the installer said that the headers are of another version than that of my system. What I must do now?
|
|
|
|
|
|
#4 | |
|
Quadro2 Pro
Join Date: Jul 2002
Posts: 28
|
Ok, sorry didnt work out for u first time, I see why now, your kernel sources are not bf like the debian kernel your currently booted up to
do this: cd /usr/src ln -s kernel-source-2.4.18 linux cd linux make mrproper vi Makefile notice at top, should be like this: VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 18 EXTRAVERSION = -bf2.4 save Makefile and exit vi. make menuconfig, dep, clean, bzImage. make install SYSINCLUDE=/usr/src/linux/include from the NVIDIA_kernel... dir. this help? |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Aug 2003
Posts: 19
|
Not worked. I think it produced the same error.
|
|
|
|
|
|
#6 | |
|
Quadro2 Pro
Join Date: Jul 2002
Posts: 28
|
ah well, time to build your own kernel then bootup to it before running the nvidia installer again, hope you've done this before and know your hardware?
BTW: leave all AGP OUT of kernel and let the nvidia video drivers take care of that. some things you should do first dpkg -l|grep kernel apt-get remove any kernel header packages as they wont be needed when you build your own. Last edited by Max3D; 09-01-03 at 04:33 PM. |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Sep 2003
Posts: 1
|
I was having the exact same issue. And was able to fix it last night.
I started out with a cd install woody and imediately upgraded to 2.4.20. In any case I kernel compile was necessary, but once that was done I was set. Thanks for keeping such detailed posts. Helped me a lot. |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Aug 2003
Posts: 19
|
I recompiled the kernel using make-kpkg to create a .deb file (It's the only way that I know). So the driver works now. But, after I recompiled the kernel the system doesn't shutdown automatically neither permits to install UnrealTournament 2003 (It ask to put the cdrom, when I put the cd, it mount and umount the device but not go on)
|
|
|
|
|
|
#9 | |
|
Quadro2 Pro
Join Date: Jul 2002
Posts: 28
|
Quote:
|
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Aug 2003
Posts: 19
|
So, what I must do?
|
|
|
|
|
|
#11 |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
You need to configure your kernel to include support for APM (Advanced Power Management). As an aside, make menuconfig won't configure an unconfigured source tree such that it matches the configuration of the running kernel, it will configure it with the default configuration. The configuration file for the running kernel needs to be used to properly configure unconfigured source trees; Debian GNU/Linux typically installs the configuration file for a given kernel in /boot.
|
|
|
|
|
|
#12 |
|
Registered User
Join Date: Aug 2003
Posts: 19
|
Well, when I configured the new kernel i put the APM and the running kernel shutsdown perfectly. So, what must be done in this case?
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| Problems with a GeForce4 MX 440 under Debian | Iainuki | NVIDIA Linux | 1 | 09-24-02 09:27 PM |
| Riva TNT 2 - Debian (Woody) chipset problem | sindra | NVIDIA Linux | 4 | 08-26-02 03:21 AM |
| nvidea drivers on 2.4.18 Debian (3.0 woody) | thor | NVIDIA Linux | 2 | 08-20-02 02:51 PM |