
jrw3319 at gmail
May 31, 2012, 5:32 AM
Post #5 of 6
(381 views)
Permalink
|
|
Re: Error installing nvidia-drivers for F17
[In reply to]
|
|
On Thu, May 31, 2012 at 7:38 AM, David Liana <dliana.mythtv [at] gmail>wrote: > > > On Wed, May 30, 2012 at 9:49 PM, John Welch <jrw3319 [at] gmail> wrote: > >> >> >> On Wed, May 30, 2012 at 8:39 PM, David Liana <dliana.mythtv [at] gmail>wrote: >> >>> Hi... >>> >>> I get this error on a F17 install. >>> >>> >>> #yum install nvidia-graphics.x86_64 >>> Loaded plugins: langpacks, presto, refresh-packagekit >>> Resolving Dependencies >>> --> Running transaction check >>> ---> Package nvidia-graphics.x86_64 4:295.49-67 will be installed >>> --> Processing Dependency: nvidia-graphics295.49 for package: >>> 4:nvidia-graphics-295.49-67.x86_64 >>> --> Running transaction check >>> ---> Package nvidia-graphics295.49.x86_64 0:295.49-145.fc17 will be >>> installed >>> --> Processing Dependency: nvidia-graphics295.49-libs = 295.49-145.fc17 >>> for package: nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> --> Processing Dependency: pyxf86config >= 0.3.5 for package: >>> nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> --> Processing Dependency: nvidia-graphics295.49-kmdl-295.49-145.fc17 >>> for package: nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> --> Processing Dependency: nvidia-graphics-helpers for package: >>> nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> --> Processing Dependency: libnvidia-ml.so.1()(64bit) for package: >>> nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> --> Processing Dependency: libnvidia-tls.so.295.49()(64bit) for package: >>> nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> --> Processing Dependency: libnvidia-glcore.so.295.49()(64bit) for >>> package: nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> --> Running transaction check >>> ---> Package nvidia-graphics-helpers.x86_64 0:0.0.30-33.fc17 will be >>> installed >>> ---> Package nvidia-graphics295.49.x86_64 0:295.49-145.fc17 will be >>> installed >>> --> Processing Dependency: pyxf86config >= 0.3.5 for package: >>> nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> ---> Package nvidia-graphics295.49-kmdl-3.3.7-1.fc17.x86_64 >>> 0:295.49-145.fc17 will be installed >>> --> Processing Dependency: modutils >= 2.4.14 for package: >>> nvidia-graphics295.49-kmdl-3.3.7-1.fc17-295.49-145.fc17.x86_64 >>> Package module-init-tools-3.16-5.fc17.x86_64 is obsoleted by >>> kmod-7-2.fc17.x86_64 which is already installed >>> --> Processing Dependency: nvidia-graphics-devices for package: >>> nvidia-graphics295.49-kmdl-3.3.7-1.fc17-295.49-145.fc17.x86_64 >>> ---> Package nvidia-graphics295.49-libs.x86_64 0:295.49-145.fc17 will be >>> installed >>> --> Running transaction check >>> ---> Package nvidia-graphics-devices.noarch 0:1.0-6.fc16_88 will be >>> installed >>> ---> Package nvidia-graphics295.49.x86_64 0:295.49-145.fc17 will be >>> installed >>> --> Processing Dependency: pyxf86config >= 0.3.5 for package: >>> nvidia-graphics295.49-295.49-145.fc17.x86_64 >>> ---> Package nvidia-graphics295.49-kmdl-3.3.7-1.fc17.x86_64 >>> 0:295.49-145.fc17 will be installed >>> --> Processing Dependency: modutils >= 2.4.14 for package: >>> nvidia-graphics295.49-kmdl-3.3.7-1.fc17-295.49-145.fc17.x86_64 >>> Package module-init-tools-3.16-5.fc17.x86_64 is obsoleted by >>> kmod-7-2.fc17.x86_64 which is already installed >>> --> Finished Dependency Resolution >>> Error: Package: nvidia-graphics295.49-295.49-145.fc17.x86_64 (atrpms) >>> Requires: pyxf86config >= 0.3.5 >>> Error: Package: >>> nvidia-graphics295.49-kmdl-3.3.7-1.fc17-295.49-145.fc17.x86_64 (atrpms) >>> Requires: modutils >= 2.4.14 >>> Available: module-init-tools-3.16-5.fc17.x86_64 (fedora) >>> modutils = 3.16 >>> You could try using --skip-broken to work around the problem >>> You could try running: rpm -Va --nofiles --nodigest >>> >>> >> Where did kmod-7-2.fc17.x86_64 come from? Are you mixing ATrpms and >> RPMFusion? If so, this is likely at least part of the problem. >> > > > PS - it looks like kmod is a replacement for module-init-utils and these > packages want it: > nfs-utils-1.2.6-0.fc17.x86_64 has missing requires of kmod > systemd-44-12.fc17.x86_64 has missing requires of libkmod.so.2()(64bit) > systemd-44-12.fc17.x86_64 has missing requires of > libkmod.so.2(LIBKMOD_5)(64bit) > udev-182-1.fc17.x86_64 has missing requires of libkmod.so.2()(64bit) > udev-182-1.fc17.x86_64 has missing requires of > libkmod.so.2(LIBKMOD_5)(64bit) > > _______________________________________________ > Yeah, I was looking at my F16 systems and didn't have that kmod package. I know I've seen similarly named packages mentioned in conjunction with the RPMFusion repo so that's where my confusion came from. I just looked at the one system that I've upgraded to F17 and I have the kmod package installed as well. Looks like a packaging issue with the NVidia packages from ATrpms. I know it is not the best solution, but if you are in a bind you could probably manually install the packages using rpm with the --nodeps option. Seems like kmod is providing the same / similar functionality as module-init-utils, so hopefully everything would load properly. John
|