Thinking that the compiled kmod-nvidia for the current kernel might now be in rpmfusion, I tried this:
Code:
[doug@cardraeh ~]$ yum search kmod-nvidia
... snipped lots of matches ...
kmod-nvidia-2.6.41.1-1.fc15.x86_64.x86_64 : nvidia kernel module(s) for 2.6.41.1-1.fc15.x86_64
So, let's install it:
Code:
[doug@cardraeh ~]$ sudo yum install kmod-nvidia-2.6.41.1-1.fc15.x86_64.x86_64
... snip ...
Package 1:kmod-nvidia-2.6.41.1-1.fc15.x86_64-280.13-2.fc15.7.x86_64 already installed and latest version
Nothing to do
So, let's force it to update:
Code:
[doug@cardraeh ~]$ sudo yum reinstall kmod-nvidia-2.6.41.1-1.fc15.x86_64.x86_64
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Reinstall Process
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia-2.6.41.1-1.fc15.x86_64.x86_64 1:280.13-2.fc15.7 will be reinstalled
--> Finished Dependency Resolution
That installed a 3.3Mb kmod-nvidia
Code:
=================================================================================================================
Package Arch Version Repository Size
=================================================================================================================
Reinstalling:
kmod-nvidia-2.6.41.1-1.fc15.x86_64 x86_64 1:280.13-2.fc15.7 rpmfusion-nonfree-updates 3.3 M
Now to see what happens when I reboot.
Waiting ...
... and it worked! EXCEPT that I now have no Bluetooth drivers! AAAAAARGH!
Anyway, the kmod-nvidia problem must have been due to akmods compiling a dud copy of the driver, which resisted all efforts to remove until I forced the reinstall of the compiled package from rpmfusion.
Thanks very much for walking me through this. I now know more than I did.
Now, how the BH do I get Bluetooth up and running? I use a Bluetooth mouse and it is horrendous using the touchpad. Sigh.
Later:
... 's orright. I powered down, restarted and Bluetooth came back.
All working fine now. Thank you linesmen, thank you ball boys.