I upgraded to 2.6.11-1.14_FC3<br>
<br>
Then pulled over the latest nvidia driver: NVIDIA-Linux-x86-1.0-7174-pkg1.run<br>
<br>
It installed correctly, no error messages. But on restart, it failed to find the nvidia.ko file<br>
so did not install the driver:<br>
/var/log/messages: Checking for nvidia kernel module failed<br>
<br>
This was working just fine with my previous FC3 kernel, so I looked in the modules folder:<br>
/lib/modules/2.6.10-1.770_FC3/kernel/drivers/video/<span style="font-weight: bold;">nvidia/nvidia.ko</span><br>
<br>
Noticed that nvidia.ko was in the video/nvidia/ directory - it was not
in the video/ directory itself, which is where the file ended up after
running the NVIDIA driver install.<br>
/lib/modules/2.6.11-1.14_FC3/kernel/drivers/<span style="font-weight: bold;">video/nvideo.ko</span><br>
<br>
I created a folder video/nvidia, and copied the above file over, rebooted, and all is fine.<br>
<br>
Is this a bug in the NVIDIA driver install, or in the 2.6.11-1.14_FC3 install?<br>
Not sure if I should report this, but sending this email in case anyone has suggestions for a better fix.<br>
<br>