Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27th January 2010, 06:39 AM
DTParanoia Offline
Registered User
 
Join Date: Jun 2005
Posts: 17
linuxfedorafirefox
kmod-nvidia and 2.6.31.12-174.2.3.fc12 update confusion.

I am a bit confused about my current kernel/kmod-nvidia update situation. When I run "yum check-update" I am confronted with the output below:

Code:
kernel.x86_64                                                                            2.6.31.12-174.2.3.fc12                                              updates                  
kernel-devel.x86_64                                                                      2.6.31.12-174.2.3.fc12                                              updates                  
kernel-firmware.noarch                                                                   2.6.31.12-174.2.3.fc12                                              updates                  
kernel-headers.x86_64                                                                    2.6.31.12-174.2.3.fc12                                              updates                  
kmod-nvidia.x86_64                                                                       190.53-1.fc12.1                                                     rpmfusion-nonfree-updates
kmod-nvidia-2.6.31.9-174.fc12.x86_64.x86_64                                              190.53-1.fc12                                                       rpmfusion-nonfree-updates
xorg-x11-drv-nvidia.x86_64                                                               190.53-1.fc12                                                       rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.i686                                                            190.53-1.fc12                                                       rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.x86_64                                                          190.53-1.fc12                                                       rpmfusion-nonfree-updates
From the above you can see that I can update to 2.6.31.12-174.2.3.fc12 but that the only available kmod-nvidia listed is kmod-nvidia-2.6.31.9-174.fc12.x86_64.x86_64 which is for the current kernel not 2.6.31.12-174.

So I ran "yum list kmod-nvidia*" and received the following:

Code:
Installed Packages
kmod-nvidia.x86_64                                                                              190.42-1.fc12.9                                             @rpmfusion-nonfree-updates
kmod-nvidia-2.6.31.6-162.fc12.x86_64.x86_64                                                     190.42-1.fc12.7                                             @rpmfusion-nonfree-updates
kmod-nvidia-2.6.31.6-166.fc12.x86_64.x86_64                                                     190.42-1.fc12.8                                             @rpmfusion-nonfree-updates
kmod-nvidia-2.6.31.9-174.fc12.x86_64.x86_64                                                     190.42-1.fc12.9                                             @rpmfusion-nonfree-updates
Available Packages
. edited for brevity
.
.
kmod-nvidia-2.6.31.12-174.2.3.fc12.x86_64.x86_64                                                190.53-1.fc12.1                                             rpmfusion-nonfree-updates 
The above indicates that kmod-nvidia-2.6.31.12-174.2.3.fc12.x86_64.x86_64 is available but for some reason when I run check-update or list updates only the kmod-nvidia numbered for 2.6.31.9 shown up, is anyone else having this issue or am I just the lucky one?

I have tried yum clean all in hopes that it would clear up but it didn't help, any suggestions?

Last edited by DTParanoia; 27th January 2010 at 06:44 AM.
Reply With Quote
  #2  
Old 27th January 2010, 06:53 AM
ozjd's Avatar
ozjd Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxfedorafirefox
It isn't unusual for the kmod not to appear for a few days after the kernel is released. You can avoid all the problems with the kmod by installing the akmod. It automatically creates the kmod if they don't exist on your system.
Reply With Quote
  #3  
Old 27th January 2010, 06:56 AM
DTParanoia Offline
Registered User
 
Join Date: Jun 2005
Posts: 17
linuxfedorafirefox
Am I missing something or doesn't the appearance of kmod-nvidia-2.6.31.12-174.2.3.fc12.x86_64.x86_64 in the output of

Code:
yum list kmod-nvidia*
indicate that it has appeared in the mirror that I just queried? Perhaps I'm confused but it seems to me that if it appears when I list kmod-nvidia* that is should also appear in my check-update output.
Reply With Quote
  #4  
Old 27th January 2010, 07:03 AM
ozjd's Avatar
ozjd Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxfedorafirefox
Sorry I misread your question, however my comments about akmod still stands its just slightly off topic.

As I understand it, if I'm wrong some more knowledgeable person will correct me, yum will only show the kmod that matches your installed kernel. It won't try and install one for a kernel you don't have. When you update the kernel it will pull in the matching kmod, if it exists, as a dependency.

Last edited by ozjd; 27th January 2010 at 07:04 AM. Reason: typo
Reply With Quote
  #5  
Old 27th January 2010, 07:09 AM
DTParanoia Offline
Registered User
 
Join Date: Jun 2005
Posts: 17
linuxfedorafirefox
Point taken about akmods I've just always opted to hold off on updates until the updated kmods get pushed to rpmfusion, though this little mix-up might persuade me otherwise.

This is a good segway to say that yes you are right, it is marked as installed for dependencies, I guess I just missed that before and posted out of confusion/frustration. Sorry for the post, I feel stupid now, this is a non-issue, thanks for bringing me out of my stupor though
Reply With Quote
  #6  
Old 27th January 2010, 07:12 AM
ozjd's Avatar
ozjd Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxfedorafirefox
It is not stupid to ask a question when you aren't sure, it's better than wandering around in confusion

Hopefully it may help someone else that reads it too.
Reply With Quote
  #7  
Old 27th January 2010, 05:30 PM
sexyb3rry
Guest
 
Posts: n/a
linuxfedorafirefox
I have always installed the akmods and have never looked back
Just one question. When the akmods build the kmods, yum sees them when "yum update" right? so it will want to download the kmod along with the new kernel?

I have been running this instead when updating:

Code:
yum update --exclude=kmod-nvidia*
Is this 'correct'? Should i not be excluding those packages? The reason I do that is becuase they broke metacity the first time I update my system in F12.
Reply With Quote
  #8  
Old 27th January 2010, 09:34 PM
ozjd's Avatar
ozjd Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxfedorafirefox
I don't worry about excluding them and haven't had any problems. I don't see it will cause a problem to exclude them as they aren't required once you have the akmod.
Reply With Quote
Reply

Tags
23fc12, confusion, kmodnvidia, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
kmod-nvidia update rich52 Using Fedora 0 30th May 2009 04:31 AM
Latest Update / Cannot find kmod-nvidia.ko m0topilot Using Fedora 1 5th March 2009 02:43 AM
Kmod-Nvidia Broken after a kernel update newmanium2001 Using Fedora 52 15th November 2008 03:55 PM
Quirky kmod-nvidia update snafu PabloTwo Using Fedora 3 5th August 2008 01:25 AM
Update with kmod-nvidia on F8 joppen Installation and Live Media 2 8th December 2007 12:34 PM


Current GMT-time: 18:33 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat