Fedora Linux Support Community & Resources Center
  #16  
Old 13th June 2008, 11:27 AM
masch Offline
Registered User
 
Join Date: Dec 2007
Posts: 67
Hi! I have Dell notebook with 7400M NVIDIA, i can't git it work in Fedora9. My xorg.log it is this:
(**) ModulePath set to "/usr/lib/xorg/modules/extensions/nvidia,/usr/lib/xorg/modules"
(II) Loading /usr/lib/xorg/modules/extensions/nvidia//libglx.so
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
(II) UnloadModule: "nvidia"

Do you know what it's the problem?

Salu2...
Reply With Quote
  #17  
Old 22nd June 2008, 08:22 PM
Trav Offline
Registered User
 
Join Date: Jun 2008
Posts: 2
I am also having this issue

I have tried both PCI 1 and PCI 3 and neither one will load up X. I'm still being dumped to a console screen at startup. I'm running dual 8800gt's Any ideas? Also, system-config-display just errors out

Last edited by Trav; 22nd June 2008 at 08:30 PM.
Reply With Quote
  #18  
Old 22nd June 2008, 08:30 PM
masch Offline
Registered User
 
Join Date: Dec 2007
Posts: 67
HI!
Have you try the kmod-nvidia-2.6.25.6-55.fc9.i686-173.14.09-1.lvn9.i686 version?..
This version works with any property.

Salu2...
Reply With Quote
  #19  
Old 22nd June 2008, 08:36 PM
Trav Offline
Registered User
 
Join Date: Jun 2008
Posts: 2
Quote:
Originally Posted by masch
HI!
Have you try the kmod-nvidia-2.6.25.6-55.fc9.i686-173.14.09-1.lvn9.i686 version?..
This version works with any property.

Salu2...
Hi, Thank you for the reply.

I already have this version installed, only x86_64, not i686.
Reply With Quote
  #20  
Old 22nd June 2008, 08:40 PM
masch Offline
Registered User
 
Join Date: Dec 2007
Posts: 67
You can send an email to nvidia, like i did it. to do it look this post:
http://forums.fedoraforum.org/showth...18#post1031718
Look the post 16.

Salu2...
Reply With Quote
  #21  
Old 23rd June 2008, 03:50 PM
newiLuvatar's Avatar
newiLuvatar Offline
Registered User
 
Join Date: Aug 2007
Location: Switzerland
Posts: 479
check your /var/log/Xorg.0.log for the bus id's.
mine looks like this:

(!!) More than one possible primary device found
(--) PCI: (0@1:0:0) nVidia Corporation GeForce 8500 GT rev 161, Mem @ 0xec000000/16777216, 0xc0000000/536870912, 0xea000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
(--) PCI: (0@10:0:0) nVidia Corporation GeForce 8500 GT rev 161, Mem @ 0xe8000000/16777216, 0xa0000000/536870912, 0xe6000000/33554432, I/O @ 0x00004f00/128, BIOS @ 0x????????/131072


so I would have to set the bus id either to 1 or 10

Last edited by newiLuvatar; 23rd June 2008 at 03:53 PM.
Reply With Quote
  #22  
Old 23rd June 2008, 06:23 PM
masch Offline
Registered User
 
Join Date: Dec 2007
Posts: 67
Have you try this:

[Vince@presario Mon Jun 16 17:44:38 ~]$ sudo sh /usr/bin/nvidia-bug-report.sh
Password:

Running nvidia-bug-report.sh... complete.

The file nvidia-bug-report.log has been created; please send this report,
along with a description of your bug, to linux-bugs@nvidia.com.

[Vince@presario Mon Jun 16 17:44:52 ~]$ ls -lha nvidia-bug-report.log
-rw-r--r-- 1 root Vince 169K 2008-06-16 17:44 nvidia-bug-report.log
[Vince@presario Mon Jun 16 17:47:08 ~]$

Salu2
Reply With Quote
  #23  
Old 23rd June 2008, 08:39 PM
lanrat Offline
Registered User
 
Join Date: Jan 2007
Posts: 95
In case this helps, I was having a similar problem, this is how I fixed it. http://forums.fedoraforum.org/showthread.php?p=1035293
Reply With Quote
  #24  
Old 23rd July 2008, 05:49 PM
CJB Offline
Registered User
 
Join Date: Jul 2008
Location: Manchester/London, UK
Age: 24
Posts: 7
What if the version numbers do not match?

Quote:
Originally Posted by newiLuvatar
I was once able to install a kmod-nvidia before the right kernel was in the repository (don't ask how that could happen ). it seems livna is a little faster in adding releases than the other fedora repositories (at least this was the case in fedora 8).
you can check if your kernel and the kmod-nvidia have the same version

Code:
$ rpm -qa | grep kmod-nvidia
kmod-nvidia-2.6.25.3-18.fc9.x86_64-173.14.05-2.lvn9.x86_64
kmod-nvidia-173.14.05-2.lvn9.x86_64

$ uname -r
2.6.25.3-18.fc9.x86_64
both kernel version numbers have to match
Hey, I'm fairly new to Linux so please excuse my ignorance

This post was useful to read - because, sure enough, after installing nvidia drivers via yum, I get an "nvidia.ko" not found during bootup. I still have the same graphical interface as I did before, but with the driver not loaded I can't find a way to set up my dual screens so they don't both display the same thing.

Code:
[root@CJB CJB]# uname -r
2.6.25-14.fc9.x86_64
[root@CJB CJB]# yum list installed |grep nvidia
kmod-nvidia.x86_64                       173.14.09-4.lvn9       installed       
kmod-nvidia-2.6.25.10-86.fc9.x86_64.x86_ 173.14.09-4.lvn9       installed       
xorg-x11-drv-nvidia.x86_64               173.14.09-1.lvn9       installed       
xorg-x11-drv-nvidia-libs.x86_64          173.14.09-1.lvn9       installed
As you can see, my version numbers don't match. I don't particularly want to roll back to the old version of the Fedora kernel, so is there any way I can get updated nvidia drivers that work with the current version? Or do I just have to keep on periodically doing yum updates?

Thanks in advance
Reply With Quote
  #25  
Old 24th July 2008, 01:13 PM
newiLuvatar's Avatar
newiLuvatar Offline
Registered User
 
Join Date: Aug 2007
Location: Switzerland
Posts: 479
this can happen if you just installed a new kernel but didn't reboot before installing the kmod. because if you don't reboot yum will install the kmod for the kernel which you are currently using. then, after reboot, the new kernel is loaded but the right kmod is missing. so a yum update kmod-nvidia should do the trick.
Reply With Quote
  #26  
Old 24th July 2008, 03:10 PM
CJB Offline
Registered User
 
Join Date: Jul 2008
Location: Manchester/London, UK
Age: 24
Posts: 7
Code:
[root@CJB2FEDORA CJB]# yum update kmod-nvidia
Loaded plugins: refresh-packagekit
fedora                                                   | 2.4 kB     00:00     
livna                                                    | 2.1 kB     00:00     
updates                                                  | 2.3 kB     00:00     
primary.sqlite.bz2                                       | 2.5 MB     00:03     
Setting up Update Process
Could not find update match for kmod-nvidia
No Packages marked for Update
Thanks a lot for your help. Unfortunately, this (above) is what I get when I try a yum update kmod-nvidia... Does this mean I just need to keep on trying, occasionally?

If nvidia drivers are regularly released a while after kernel updates, do most people have to spend time in between without them? Or waiting for the nvidia drivers to be released before they update their kernel?? As that doesn't make a lot of sense, I find it more likely that I've made a mistake somewhere...

Thanks again

Last edited by CJB; 24th July 2008 at 03:13 PM.
Reply With Quote
  #27  
Old 24th July 2008, 11:25 PM
newiLuvatar's Avatar
newiLuvatar Offline
Registered User
 
Join Date: Aug 2007
Location: Switzerland
Posts: 479
well, the people from livna are usually even faster in putting new releases online...
it seems there's something wrong with your kernel version.
i get:
Code:
$ uname -r
2.6.25.10-86.fc9.x86_64
and
Code:
$ rpm -qa | grep kmod-nvidia
kmod-nvidia-173.14.09-4.lvn9.x86_64
kmod-nvidia-2.6.25.10-86.fc9.x86_64-173.14.09-4.lvn9.x86_64
so you have the newest kmod but not the newest kernel, somewhat odd...
i'm sorry i'm not experienced enough to tell you how to solve that, if nothing else works i'd wait until the next kernel comes out. if that doesn't work either i'd go with reinstalling
Reply With Quote
  #28  
Old 25th July 2008, 11:18 AM
CJB Offline
Registered User
 
Join Date: Jul 2008
Location: Manchester/London, UK
Age: 24
Posts: 7
Is my kernel, 2.6.25-14.fc9.x86_64, not more recent than yours, 2.6.25.10-86.fc9.x86_64?

I get exactly the same output for the nvidia driver versions. So I guess I have the latest kernel, but only the nvidia driver for the kernel version you have? I'll keep checking to see when a "matching" nvidia driver is released for my 2.6.25-14 kernel. Thanks a lot for your help!

Edit: just to confirm that, choosing the new kernel 2.6.25.10-86.fc9.x86_64 from the boot list loads the drivers fine :-)

Last edited by CJB; 25th July 2008 at 12:03 PM.
Reply With Quote
  #29  
Old 25th July 2008, 11:40 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Quote:
Originally Posted by CJB
Is my kernel, 2.6.25-14.fc9.x86_64, not more recent than yours, 2.6.25.10-86.fc9.x86_64?
No: 2.6.25.10 > 2.6.25 and 86 > 14.
Quote:
I get exactly the same output for the nvidia driver versions. So I guess I have the latest kernel, but only the nvidia driver for the kernel version you have? I'll keep checking to see when a "matching" nvidia driver is released for my 2.6.25-14 kernel. Thanks a lot for your help!

Edit: just to confirm that, choosing the old kernel 2.6.25.10-86.fc9.x86_64 from the boot list loads the drivers fine :-)
See above. 2.6.25.10-86.fc9 is latest stable.

V
Reply With Quote
  #30  
Old 25th July 2008, 11:58 AM
CJB Offline
Registered User
 
Join Date: Jul 2008
Location: Manchester/London, UK
Age: 24
Posts: 7
I see - thanks for clarifying. I had assumed 14 > 10 and hyphens/dots were interchangeable. ¬_¬

Dual monitor display is working perfectly now, thank you all for your help!
Reply With Quote
Reply

Tags
fedora, kmodnvidia05, livna, problems

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 API Mismatch. Fedora 9 X86_64 using livna kmod-nvidia jjcf89 Hardware & Laptops 13 2nd November 2008 01:39 AM
livna bug for kmod-nvidia? MarkS Using Fedora 5 6th February 2008 11:21 AM
Error installing Livna nvidia-kmod on Fedora 7 with 6800GT Max Power Hardware & Laptops 4 5th June 2007 02:16 AM
Problem installing kmod-nvidia using livna in fedora core 6 jery_wang2002 Installation and Live Media 9 20th November 2006 07:27 AM


Current GMT-time: 05:21 (Thursday, 23-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