Did a fresh Fedora install and got this when installing nvidia nonfree drivers:
Quote:
|
yum install kernel-PAE-devel kmod-nvidia-PAE
|
Quote:
[normal stuff]
Finished Dependency Resolution
Error: Package: 1:kmod-nvidia-3.5.0-2.fc17.i686.PAE-304.32-1.fc17.i686 (rpmfusion-nonfree-updates)
Requires: kernel-uname-r = 3.5.0-2.fc17.i686.PAE
Installed: kernel-PAE-3.3.4-5.fc17.i686 (@anaconda-0)
kernel-uname-r = 3.3.4-5.fc17.i686.PAE
Installed: kernel-PAE-3.5.1-1.fc17.i686 (@updates)
kernel-uname-r = 3.5.1-1.fc17.i686.PAE
Available: kernel-3.3.4-5.fc17.i686 (fedora)
kernel-uname-r = 3.3.4-5.fc17.i686
Available: kernel-3.5.1-1.fc17.i686 (updates)
kernel-uname-r = 3.5.1-1.fc17.i686
Available: kernel-PAEdebug-3.3.4-5.fc17.i686 (fedora)
kernel-uname-r = 3.3.4-5.fc17.i686.PAEdebug
Available: kernel-PAEdebug-3.5.1-1.fc17.i686 (updates)
kernel-uname-r = 3.5.1-1.fc17.i686.PAEdebug
Available: kernel-debug-3.3.4-5.fc17.i686 (fedora)
kernel-uname-r = 3.3.4-5.fc17.i686.debug
Available: kernel-debug-3.5.1-1.fc17.i686 (updates)
kernel-uname-r = 3.5.1-1.fc17.i686.debug
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
|
It looks like it's got a newer version of the dependency already installed. Is the --skip-broken tag likely to give me a working nvidia driver? Is there something I'm missing here?