Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th August 2007, 05:43 PM
winblowz Offline
Registered User
 
Join Date: Dec 2006
Location: The Great White North
Posts: 41
nvidia mod not detected with new FC6 kernel

after sudo yum update lastnite a new kenel (2.6.22.2-42.fc6) was installed.

but now it seems the nvidia kernel mod can't be found by this kernel even tho they are there... /usr/lib/xorg/modules/extensions/nvidia/

here is what my xorg.conf looks like under the new kernel...
Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nv"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
which looks quite a bit different from my xorg.conf under kernel 2.6.22.1-32.fc...
Code:
# Xorg configuration created by livna-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
	Option	    "AIGLX" "on"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	Option	    "AddARGBGLXVisuals" "True"
	Option	    "DisableGLXRootClipping" "True"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
EndSection
i have saved my old xorg.conf as current but after booting into 2.6.22.2-42.fc6 i still see that the nvidia kernel mod cannot be found with a FAILED & 2 WARNINGs during boot-up.

so i am left with a butt ugly display after boot-up.

i just noticed that the new xorg.conf (one that gets changed after nvidia kernel mod not found) gets re-generated by the system-config-display whereas the older xorg.conf that detects my nvidia card & correctly runs my display is generated by livna-config-display.

i am not sure if it was during my update last nite (with the new kernel update) or the previous update but i remember livna-config-display was recently updated.

any ideas what i can try?
__________________
Think for a moment about the concept of the flamethrower... at some point, some person said to himself, "Gee, I sure would like to set those people on fire over there. But I'm way too far away to get the job done." - George Carlin
Reply With Quote
  #2  
Old 18th August 2007, 06:21 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
At least a half dozen questions about this is asked every time there is a new kernel.

Fedora does not make the video drive or the kmod.

Before updating the kernel, check with the repo that you are getting it from (liva) to make sure that:
1. There is a new kmod to download. If so download the rpm(s) needed and save them so you can re-install them without a gui browser, net access, etc.
2. Check with Nvidia to make sure this kmod is for the same video drv, or a newer one.
3. If a newer video drv, check the Nvidia model list to make sure your model (still works with the drv or not, and what has been change for your model.)

(It is the same process you have to do for Windows except you need the 3rd party kmod, also.)


SJ
__________________
Do the Math
Reply With Quote
  #3  
Old 18th August 2007, 06:25 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try

su
yum update kmod-nvidia
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #4  
Old 18th August 2007, 06:35 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
Quote:
Originally Posted by leigh123@linux
Try

su
yum update kmod-nvidia

How is that any different than
yum update

At most the liva repo would be disabled so it would be
yum update --enablerepo=livareponame

SJ
__________________
Do the Math
Reply With Quote
  #5  
Old 18th August 2007, 06:37 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by SlowJet
How is that any different than
yum update

At most the liva repo would be disabled so it would be
yum update --enablerepo=livareponame

SJ
Well if you care to check the livna repo they have uploaded a new kmod today

Quote:
Originally Posted by winblowz
i am not sure if it was during my update last nite (with the new kernel update) or the previous update but i remember livna-config-display was recently updated.
And winblowz updated last night .



I hope this explains the difference
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 18th August 2007 at 06:41 PM.
Reply With Quote
  #6  
Old 18th August 2007, 06:45 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
So say that.

Another metod for newbies is

yum check-update
if you see a new kernel but no kmod then reply N.
Then do
yum update --exclude=kernel --exclude=kernel-headers ...(other kernel-pakages

Yet another way is to put the exclude(s) in the yum.conf so the kernel is never updated
Then use rpms to install the new kernel

see
man yum
man rpm

SJ
__________________
Do the Math
Reply With Quote
  #7  
Old 18th August 2007, 06:47 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by SlowJet
So say that.

Another metod for newbies is

yum check-update
if you see a new kernel but no kmod then reply N.
Then do
yum update --exclude=kernel --exclude=kernel-headers ...(other kernel-pakages

Yet another way is to put the exclude(s) in the yum.conf so the kernel is never updated
Then use rpms to install the new kernel

see
man yum
man rpm

SJ
Agreed people should check before they update

you can also shorten the command to this

yum update --exclude=kernel*
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #8  
Old 19th August 2007, 05:17 AM
winblowz Offline
Registered User
 
Join Date: Dec 2006
Location: The Great White North
Posts: 41
Quote:
su
yum update kmod-nvidia
that was the ticket. i actually did try to re-install the nvidia driver but i guess i should have went the extra step & tried to upgrade rather than re-install... DOH! live another day & learn another lesson

cheers,
wb
__________________
Think for a moment about the concept of the flamethrower... at some point, some person said to himself, "Gee, I sure would like to set those people on fire over there. But I'm way too far away to get the job done." - George Carlin
Reply With Quote
Reply

Tags
detected, fc6, kernel, mod, nvidia

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
nvidia driver version / nvidia kernel conflict Wangberg Using Fedora 16 13th June 2007 09:57 AM
USB microcontroller not detected anymore with new kernel hvniekerk Using Fedora 1 9th August 2006 07:21 AM
yum install nvidia-glx kernel-module-nvidia-`(uname -r)` DIDN'T WORK :( jmachine Using Fedora 16 14th July 2005 08:57 PM
Soundcard not detected after updating kernel v.howard Hardware & Laptops 12 25th January 2005 02:40 AM


Current GMT-time: 03:02 (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