Quote:
Originally Posted by jschiwal
You should be able to simply install the kernel source package for your version of Mandrake. Also install the kernel-headers package. That will be the one that supplies the version.h file. You need the module-init-utils package installed. It probably already is. Otherwise you may need to run the full "make oldconfig && make xconfig && make modules_install" process.
|
Great thanks. Using Debian Etch AMD 64.
So what I'll do is:
Install module-init-utils if not allready there.
Install kernel-headers and tar zvxf the tarball it puts in /usr/src if that's what it does. That's what kernel-source did.
Try to install drivers:
bash nvidia*.run.
If this does not work:
cd /usr/src/somethingOrOtherLinuxSource-*6.18
make oldconfig
make xconfig
make modules_install
Have my doubts about last make - the nvidia installer usually does that doesn't it?
All that make stuff is new to me.
I'll get back if it does not work if that's ok.
