Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st September 2010, 06:14 AM
skyxn3t's Avatar
skyxn3t Offline
Registered User
 
Join Date: Jul 2010
Posts: 210
linuxfedorafirefox
Software Update - Fedora (2.6.34.6-47.fc13.x86_64) - Nvidia driver doesn't work

Greetings,

Today Update Manager informed me that there was a new Kernel update:
Fedora (2.6.34.6-47.fc13.x86_64)

I installed that update, during the installation process it said that it had to remove three packages, one of them was kmod nvidia for the old kernel (Fedora (2.6.33.8-149.fc13.x86_64))

After the update finished installing the new kernel, I restarted the system and Nvidia did not load. (I assume because Update manager removed the old nvidia? But I also assumed that a new version would be installed automatically?)

I received the following Boot messages:

Code:
Entering non-interactive startup
Starting monitoring for VG vg_user1:   3 logical volume(s) in volume group "vg_user1" monitored
	[  OK  ]
ip6tables: Applying firewall rules: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
	[  OK  ]
iptables: Applying firewall rules: 	[  OK  ]
Checking for module nvidia.ko: 	[FAILED]
nvidia.ko for kernel 2.6.34.6-47.fc13.x86_64 was not found.	[WARNING]
The nvidia driver will not be enabled until one is found.	[WARNING]
Starting portreserve: 	[  OK  ]
Starting system logger: 	[  OK  ]
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
Enabling ondemand cpu frequency scaling: 	[  OK  ]
Starting irqbalance: 	[  OK  ]
Starting rpcbind: 	[  OK  ]
Starting mdmonitor: 	[  OK  ]
Starting system message bus: 	[  OK  ]
Setting network parameters... 	[  OK  ]
Starting NetworkManager daemon: 	[  OK  ]
Starting Avahi daemon... 	[  OK  ]
Starting NFS statd: 	[  OK  ]
Starting RPC idmapd: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
	[  OK  ]
Starting VMware services:
   VMware USB Arbitrator	[  OK  ]
   Virtual machine monitor	[FAILED]
   Virtual machine communication interface	[FAILED]
   VM communication interface socket family	[FAILED]
   Blocking file system	[FAILED]
   Virtual ethernet	[FAILED]
Starting cups: 	[  OK  ]
Starting acpi daemon: 	[  OK  ]
Starting HAL daemon: 	[  OK  ]
Retrigger failed udev events	[  OK  ]
Starting PC/SC smart card daemon (pcscd): 	[  OK  ]
Enabling Bluetooth devices:
Starting sshd: 	[  OK  ]
Starting sendmail: 	[  OK  ]
Starting sm-client: 	[  OK  ]
Starting abrt daemon: 	[  OK  ]
Starting crond: 	[  OK  ]
Starting atd: 	[  OK  ]
	[  OK  ]
Starting jexec services
Checking for module nvidia.ko: [FAILED]
nvidia.ko for kernel 2.6.34.6-47.fc13.x86_64 was not found. [WARNING]
The nvidia driver will not be enabled until one is found. [WARNING]


I tried the following:
Code:
[root@localhost ~]# yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package 1:kmod-nvidia-195.36.31-1.fc13.5.x86_64 already installed and latest version
Package 1:xorg-x11-drv-nvidia-libs-195.36.31-2.fc13.i686 already installed and latest version
Package 1:xorg-x11-drv-nvidia-libs-195.36.31-2.fc13.x86_64 already installed and latest version
Nothing to do
I'm confused, if Update Manager removed kmod nvidia, then why does yum say it is installed? And why doesn't the new kernel update work with that version? Or should I install a driver version for that particular kernel? I'm confused

---------- Post added at 09:14 PM CDT ---------- Previous post was at 08:09 PM CDT ----------

I've read while searching that I need to install a kmod-nvidia for that particual kernel version and that I should login to my previous kernel until that happens, is that the problem I'm having?

Why don't rpmfusion and fedoraproject release the kmod-nvidia and kernel updates at the same time to avoid problems such as this? Does anyone know how long does it usually take for rpmfusion to release the new kmod-nvidia driver for the latest kernel?

Last edited by skyxn3t; 1st September 2010 at 05:14 AM.
Reply With Quote
  #2  
Old 1st September 2010, 06:20 AM
Mossy Offline
Registered User
 
Join Date: Jan 2005
Posts: 12
linuxfedorafirefox
Re: Software Update - Fedora (2.6.34.6-47.fc13.x86_64) - Nvidia driver doesn't work

The corresponding kmod-nvidia is not yet available in the rpmfusion repository yet. However, it is in the testing repository. To install from testing:

yum --enablerepo=rpmfusion-nonfree-updates-testing update kmod-nvidia
Reply With Quote
  #3  
Old 1st September 2010, 06:29 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Software Update - Fedora (2.6.34.6-47.fc13.x86_64) - Nvidia driver doesn't work

It is not unusual for the kmod not to be available for the new kernel for a day or 2. I would usually recommend using the akmod which creates the kmod if it doesn't exist. However it didn't work with the new 2.6.34 kernel for me.

Last edited by ozjd; 1st September 2010 at 06:29 AM. Reason: typo
Reply With Quote
  #4  
Old 1st September 2010, 06:32 AM
skyxn3t's Avatar
skyxn3t Offline
Registered User
 
Join Date: Jul 2010
Posts: 210
linuxfedorafirefox
Re: Software Update - Fedora (2.6.34.6-47.fc13.x86_64) - Nvidia driver doesn't work

Quote:
Originally Posted by ozjd View Post
It is not unusual for the kmod not to be available for the new kernel for a day or 2. I would usually recommend using the akmod which creates the kmod if it doesn't exist. However it didn't work with the new 2.6.34 kernel for me.
I was going to try that but I'll save the time and take your word that it doesn't work for this kernel. Thanks !

Quote:
Originally Posted by Mossy View Post
The corresponding kmod-nvidia is not yet available in the rpmfusion repository yet. However, it is in the testing repository. To install from testing:

yum --enablerepo=rpmfusion-nonfree-updates-testing update kmod-nvidia
Thanks I didn't even know there was a testing repository, good to know for future occasions.
For now I'll go back to the old Kernel and I'll wait until rpmfusion releases a stable release.

Do you know what's the difference between installing an Nvidia driver from rpmfusion as opposed to downloading the driver from the nvidia website and installing it using their process?

Last edited by skyxn3t; 1st September 2010 at 06:38 AM.
Reply With Quote
  #5  
Old 1st September 2010, 07:50 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Software Update - Fedora (2.6.34.6-47.fc13.x86_64) - Nvidia driver doesn't work

Quote:
Originally Posted by skyxn3t View Post
Do you know what's the difference between installing an Nvidia driver from rpmfusion as opposed to downloading the driver from the nvidia website and installing it using their process?
Apart from RPMFusion being a lot simpler the one from nvidia overwrites some standard Fedora packages. Also you need to repeat the installation with each kernel update and it is up to you to look for any updates.

---------- Post added at 04:50 PM CDT ---------- Previous post was at 03:41 PM CDT ----------

OK I take back what I said earlier. The problem isn't with the akmod. The update worked fine on my old laptop with a 8400GS nvidia but failed on my new desktop with a GT240 nvidia. Both are F13 x86_64 with KDE. I'll have to investigate a little further but that won't be until tomorrow.
Reply With Quote
  #6  
Old 2nd September 2010, 12:59 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Software Update - Fedora (2.6.34.6-47.fc13.x86_64) - Nvidia driver doesn't work

According to another thread the problem is Wacom tablets. If you have one unplug it and then you can boot into the new kernel. It worked for me. However while it is nice to get an answer I need the tablet so will be using the old kernel until it is fixed.

BTW the new kmod is in updates now.
Reply With Quote
Reply

Tags
nvidia kernel

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
LiveUSB Fedora 13 x86_64 - Nvidia driver issue Vardoger Installation and Live Media 4 10th August 2010 11:49 PM
kernel-2.6.32.2-15.fc13.x86_64 and akmod-nvidia-190.53-1.fc13.x86_64 chepioq Fedora 13 Development Branch 12 9th January 2010 04:45 PM
Nvidia driver does not work after xorg update sim39 Using Fedora 7 2nd July 2007 02:27 PM
Fedora 7 x86_64 nvidia driver trouble jdeslip Using Fedora 6 26th June 2007 09:59 PM
Nvidia driver wont work after kernel update deviant03 Using Fedora 4 4th January 2005 04:04 AM


Current GMT-time: 08:54 (Sunday, 26-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