This is a discussion on nvidia driver install on debian within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi, I got a Kanotix/Knoppix port of debian on my drive. Runs smoothly! Now, I'd like to install the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I got a Kanotix/Knoppix port of debian on my drive. Runs smoothly! Now, I'd like to install the nvidia driver, but it refuses, saying something about missing kernel sources. I tried synaptic, but there's so many kernel sources avaiable. What do I need? I got an Athlon XP 1700+ (if that is of any interest). More, Synapric seems to install from "unstable" archives. Can I tell it to use stables only? Thank you, -- -Gernot int main(int argc, char** argv) {printf ("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);} ________________________________________ Looking for a good game? Do it yourself! GLBasic - you can do www.GLBasic.com |
| |||
| Gernot Frisch wrote: > Hi, > > I got a Kanotix/Knoppix port of debian on my drive. Runs smoothly! > Now, I'd like to install the nvidia driver, but it refuses, saying > something about missing kernel sources. Oh, yes, the "something about missing kernel sources" error message. Chances are you have not installed the kernel source files. You must do this. > I tried synaptic, but there's > so many kernel sources avaiable. What do I need? You need the kernel source package that corresponds to your kernel. -- Paul Lutus http://www.arachnoid.com |
| ||||
| Gernot Frisch wrote: > Hi, > > I got a Kanotix/Knoppix port of debian on my drive. Runs smoothly! > Now, I'd like to install the nvidia driver, but it refuses, saying > something about missing kernel sources. I tried synaptic, but there's > so many kernel sources avaiable. What do I need? > I got an Athlon XP 1700+ (if that is of any interest). > > More, Synapric seems to install from "unstable" archives. Can I tell > it to use stables only? > Thank you, > You need to install kernel sources, usually under /usr/src/linux. Of course that kernel will need to be the one that you run the X server under. |