|
|
#1 | |
|
Registered User
|
Good evening and a happy christmas
i've got a big problem. I want to use my Geforce 4 4200 on a Debian 3.0 (kernel 2.4.18) system but i can't install the sources. He complains about the compiler. Which compiler do i have to use to make the the sources running? I'm no advanced Linux-User and so please describe your solutions a bit more cleare Thx CU juhge |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2002
Posts: 43
|
First of all, please paste here the output of the following:
cat /proc/version cc -v Essentially what you need to do is install the appropriate kernel-headers package matching the kernel version you have installed. Then you need to compile the Nvidia kernel module against those headers. Also, you need to edit your /etc/X11/XF86Config-4. |
|
|
|
|
|
|
#3 |
|
Registered User
|
cat /proc/version shows:
Linux version 2.2.20-idepci (gcc-version 2.7.2.3) and cc -v gcc version 2.95.4 (Debian prerelease) |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2002
Posts: 6
|
youl need to update to a 2.4 kernel.. looks like your still booting the default installed one.
the command uname -a will identify the kernel version. you can do apt-cache search kernel |more to take al ook at all of debians packages then to install one. use.. apt-get install kernel-image-2.4.18-k7 apt-get install kernel-headers-2.4.18-k7 try that first or you can get the source apt-get install kernel-source-2.4.18 or alternativly there is documentation on Debian kernel builder make_kpkg on the net.. its been awhile since ive used Debian so I wont try to go any more in depth. it may be called kernel-package or something like that.. and it will place most of the files needed for building kernel source on your system, please refer to debian documentation on thsi before doing anything. BTW- I think the old 2880 drivers are actualy included with woody.. try apt-cache search nvidia |
|
|
|
|
|
|
#5 |
|
Registered User
|
Yes i found this mistake too *blushing* I thought i installed kernel 2.4 but my install-disk used kernel 2.2
Thank you for your help. CU juhge |
|
|
|
![]() |
| 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 |
| Debian + Nvidia drivers, bad compilation | Prodigy | NVIDIA Linux | 16 | 09-10-02 07:13 PM |
| Debian 3.0 / NVidia 2960 | rakerzZz | NVIDIA Linux | 9 | 08-08-02 12:00 AM |