LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Failed to initialize the NVdriver kernel module! (slack 8.1) (https://www.linuxquestions.org/questions/linux-hardware-18/failed-to-initialize-the-nvdriver-kernel-module-slack-8-1-a-37872/)

kp01pwg 12-10-2002 12:53 PM

Failed to initialize the NVdriver kernel module! (slack 8.1)
 
I am having trouble istalling my nvidia geforce 2 GTS card, i have downloaded the two neccesary files:

NVIDIA_GLX-1.0-3123.tar.gz
NVIDIA_kernel-1.0-3123.tar.gz

unpacked them and compiled them as written in the readme file, i am running slackware 8.1

when i startx a long list of error messages are displayed, and the important one :
Failed to initialize the NVdriver kernel module!

i have edited the xf86config file correctly!

can anyone help me?

eolson 12-10-2002 04:25 PM

hmm
 
I had the same problem but I was installing with the red hat rpm's. I'm pretty sure I got the same error message because I was using the kernel module for a different kernel version then I was running. I then compiled the .tar.gz file like you did and everything worked.

It sounds like you have the XF86config file configured correctly but the kernel module isn't working.

You may have somehow compiled the NVdriver with different kernel header files. I got this from the readme.

You can explicitly control what kernel header files
are used by building NVdriver from the NVIDIA_kernel tar file with:
'make install SYSINCLUDE=/path/to/kernel/headers'.

try using /sbin/lsmod and see if NVdriver is listed
if it's not listed try loading it with modrope

Hope any of this helps

kp01pwg 12-11-2002 07:48 AM

thnx for the help.

But whats the path to the right kernel header files?

and nvidia module is loaded, i have runned lsmod :)

neo77777 12-11-2002 08:49 AM

the kernel headers are in
/usr/src/`uname -r`/include


All times are GMT -5. The time now is 07:17 AM.