LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   After installing nvidia drivers, nvidia.ko not found (https://www.linuxquestions.org/questions/linux-software-2/after-installing-nvidia-drivers-nvidia-ko-not-found-680647/)

robogymnast 11-02-2008 11:03 AM

After installing nvidia drivers, nvidia.ko not found
 
I was attempting to get my OpenGL libraries working and reinstalled my nvidia drivers in the process by running the "NVIDIA-Linux-x86-177.80-pkg1.run" script. Now when I boot up I am getting an error message
"nvidia.ko for kernel 2.6.29.6-79.fc9.i686 was not found
The nvidia driver will not be enabled"

I don't know much about X or driver issues, could someone point me in the right direction? This is on a Thinkpad T61.

Quakeboy02 11-02-2008 11:11 AM

Did you install a new version of the kernel after you installed the nvidia driver? I'm running the same driver, and I haven't seen this problem.

hulk321 11-02-2008 11:14 AM

there is an updated kernel available. install the updated kernel and repeat the Nvidia installation process again. it will resolve your problem. further check out this thread;

http://www.linuxquestions.org/questi...for-f9-678566/

hope it will solve your problem.

robogymnast 11-02-2008 01:26 PM

I tried installing the livna-release (no updates necessary) and akmod-nvidia, but they didn't help. To update the kernel do I use "yum install kernel"? If so than there were no updates available.


Something that I noticed: after running the install script and then starting X it appears to work fine, but if I switch to tty1 I am seeing
Code:

> Warning:  Multiple doodads named ""
>            Using first definition
Errors from xkbcomp are not fatal to the X server

After I restart X will still run but a lot of the functionality is missing.

farslayer 11-03-2008 07:38 AM

Have you read this ?
http://www.nvnews.net/vbulletin/showthread.php?t=72490

Are there any actual errors in the Xorg log ?

cat /var/log/Xorg.0.log | grep EE

robogymnast 11-08-2008 09:36 AM

Quote:

Originally Posted by farslayer (Post 3330013)
Have you read this ?
http://www.nvnews.net/vbulletin/showthread.php?t=72490

Are there any actual errors in the Xorg log ?

cat /var/log/Xorg.0.log | grep EE

I followed all the steps for Fedora in that article and it did install and update some packages but there is no change with the problem I am having.

There are warnings but no errors in the Xorg log, and they all have to do with my resolution, which is probably a separate issue.

Any other suggestions? I appreciate everyone's help but I'm really not sure where to go from here :-(

farslayer 11-08-2008 01:06 PM

2.6.29 kernel.. does the nvidia module compile against that kernel and work ?
I am not finding any references of this driver being compiled against that new of a kernel, is it completing the compile and installation successfully ?

Check /var/log/nvidia-installer.log
Quote:

default@debianetch:$ cat /var/log/nvidia-installer.log | grep complete
-> Kernel module compilation complete.
-> Driver file installation is complete.
(version: 177.80) is now complete. Please update your XF86Config or
From that initial error message it looks like there is no kernel module present.
did you try to locate the file after compiling ?

Quote:

default@debianetch:~$ uname -r
2.6.18-6-686

default@debianetch:~$ locate nvidia.ko
/lib/modules/2.6.18-6-686/kernel/drivers/video/nvidia.ko
can't think of why it wouldn't find that module, unless the compilation failed.

Quakeboy02 11-08-2008 01:28 PM

Quote:

Originally Posted by farslayer (Post 3335516)
2.6.29 kernel.. does the nvidia module compile against that kernel and work ?
I am not finding any references of this driver being compiled against that new of a kernel, is it completing the compile and installation successfully ?

In fact, there is no such kernel on kernel.org. I didn't catch the 29 earlier.


All times are GMT -5. The time now is 05:02 PM.