Installing Cuda in Fedora
Hi,
I am trying to get Cuda to work in fedora. I am following this guide here.
However, when trying to install nvidia-kmod I get the following:
Error: Package: 1:kmod-nvidia-3.13.5-202.fc20.x86_64-331.49-1.fc20.4.x86_64 (rpmfusion-nonfree-updates)
Requires: kernel-uname-r = 3.13.5-202.fc20.x86_64
Installed: kernel-3.12.10-300.fc20.x86_64 (@updates)
kernel-uname-r = 3.12.10-300.fc20.x86_64
Installed: kernel-3.13.3-201.fc20.x86_64 (@updates)
kernel-uname-r = 3.13.3-201.fc20.x86_64
Installed: kernel-3.13.5-200.fc20.x86_64 (@updates)
kernel-uname-r = 3.13.5-200.fc20.x86_64
Available: kernel-3.11.10-301.fc20.x86_64 (fedora)
kernel-uname-r = 3.11.10-301.fc20.x86_64
Available: kernel-debug-3.11.10-301.fc20.x86_64 (fedora)
kernel-uname-r = 3.11.10-301.fc20.x86_64+debug
Available: kernel-debug-3.13.5-200.fc20.x86_64 (updates)
kernel-uname-r = 3.13.5-200.fc20.x86_64+debug
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I have searched on internet for a solution but I cannot find anything useful. If I install akmod instead, I get problem later with incompatible drivers.
Thanks in advance!
/ Erik