Fedora Linux Support Community & Resources Center
  #1  
Old 31st August 2009, 06:38 PM
krausest Offline
Registered User
 
Join Date: Jun 2007
Posts: 3
linuxfedorafirefox
nvidia binary driver?

Did anyone manage to install the nvidia binary driver (e.g. 190.25)? If so details on how you did would be really appreciated...
  #2  
Old 1st September 2009, 06:57 PM
soxs060389 Offline
Registered User
 
Join Date: Mar 2009
Posts: 109
linuxfedorafirefox
Nvidia driver

Does Nvidia binary blob support kernel 2.6.31? Has anyone tried yet?
Thx for any tips and reply.
  #3  
Old 1st September 2009, 07:44 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfedorafirefox
Last I tried it's broken at present.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #4  
Old 1st September 2009, 07:44 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfedorafirefox
It's not currently possible.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #5  
Old 1st September 2009, 08:20 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Threads merged. Other thread(s) pertaining to the same topic have been merged into this one. Please note that some posts may appear out of sequence as a result. Members are reminded to check for recent threads that address the same topic before starting a new thread.

FedoraForum.org Guidelines

V
  #6  
Old 1st September 2009, 09:21 PM
vallimar Offline
Registered User
 
Join Date: Jul 2008
Posts: 811
windows_xp_2003firefox
Works fine for me, don't know why you think it doesn't.
  #7  
Old 1st September 2009, 11:27 PM
lmcogs Online
Registered User
 
Join Date: Dec 2007
Posts: 207
linuxfedorafirefox
So vallimar how did you do it?
  #8  
Old 2nd September 2009, 06:52 AM
soxs060389 Offline
Registered User
 
Join Date: Mar 2009
Posts: 109
linuxfedorafirefox
kmod, akamod, binary blob? Which one did you use to make it work?
  #9  
Old 2nd September 2009, 10:56 AM
lmcogs Online
Registered User
 
Join Date: Dec 2007
Posts: 207
linuxfedorafirefox
This is what I'm getting when trying to compile either nvidia 185 or the 190 drivers. Could it be same as audio hard ware not being detected?

Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs
from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU
installed in this system is not supported by this NVIDIA Linux graphics
driver release.

Please see the log entries 'Kernel module load error' and 'Kernel
messages' at the end of the file '/var/log/nvidia-installer.log' for
more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
-1 No such device
-> Kernel messages:
[<ffffffff81461622>] __qdisc_run+0x10a/0x231
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
SELinux: initialized (dev nfsd, type nfsd), uses genfs_contexts
eth0: no IPv6 routers present
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
NVRM: The NVIDIA probe routine was not called for 1 device(s).
NVRM: This can occur when a driver such as rivafb, nvidiafb or
NVRM: rivatv was loaded and obtained ownership of the NVIDIA
NVRM: device(s).
NVRM: Try unloading the rivafb, nvidiafb or rivatv kernel module
NVRM: (and/or reconfigure your kernel without rivafb/nvidiafb
NVRM: support), then try loading the NVIDIA kernel module again.
NVRM: No NVIDIA graphics adapter probed!
NVRM: The NVIDIA probe routine was not called for 1 device(s).
NVRM: This can occur when a driver such as rivafb, nvidiafb or
NVRM: rivatv was loaded and obtained ownership of the NVIDIA
NVRM: device(s).
NVRM: Try unloading the rivafb, nvidiafb or rivatv kernel module
NVRM: (and/or reconfigure your kernel without rivafb/nvidiafb
NVRM: support), then try loading the NVIDIA kernel module again.
NVRM: No NVIDIA graphics adapter probed!
  #10  
Old 2nd September 2009, 02:14 PM
vallimar Offline
Registered User
 
Join Date: Jul 2008
Posts: 811
windows_xp_2003firefox
Just do a standard manual install, I don't use the various kmod thingies.
After that, just run Xorg using the ignoreABI option. Nothing to it.

# uname -r
2.6.31-0.185.rc7.git6.xps.x86_64

# rpm -q xorg-x11-server-Xorg
xorg-x11-server-Xorg-1.6.99-44.20090901.fc12.x86_64

# grep NVIDIA dmesg
nvidia: module license 'NVIDIA' taints kernel.
NVRM: loading NVIDIA UNIX x86_64 Kernel Module 190.25 Thu Aug 20 16:36:08 PDT 2009
  #11  
Old 2nd September 2009, 02:34 PM
vallimar Offline
Registered User
 
Join Date: Jul 2008
Posts: 811
windows_xp_2003firefox
Just did my usual custom handbuild of the latest kernel, kernel-2.6.31-0.190.rc8.fc12.src.rpm.
Built and installed fine, was able to build the 190.25 nvidia drivers against it fine, rebooted fine.
Latest Xorg, kernel and nvidia all running happily along. Now if only gnome wasn't halfways broke.

Make sure you have the correct kernel-headers and kernel-devel for the kernel you are trying
to compile the drivers for. Also, make sure that a nvidia module isn't already loaded when you
try to do your rebuild or however those auto-mods work.

I suppose it's possible your problem is caused by something in the kernel that I remove for
my custom hand-builds. That seems somewhat unlikely though, as your module is compiling,
just not loading it sounds like.

Last edited by vallimar; 2nd September 2009 at 02:36 PM. Reason: typo's
  #12  
Old 2nd September 2009, 02:40 PM
vallimar Offline
Registered User
 
Join Date: Jul 2008
Posts: 811
windows_xp_2003firefox
Hmm, looking at that error message, it is suggesting a framebuffer driver might be loaded.
Make sure that the nouveau module is not loaded / loading. It will grab the nvidia device
and conflict with the proprietary nvidia driver. In other words, blacklist it. I think one of the
howto's tells you to do that as well. It might be loading early as part of KMS or something now.
In which case, you would have to disable rhgb altogether possibly. I disabled all that stuff
long ago so I can't really say for sure.
  #13  
Old 2nd September 2009, 04:17 PM
lmcogs Online
Registered User
 
Join Date: Dec 2007
Posts: 207
linuxfedorafirefox
I wonder if final release version intends to have 3D ready in nouveau driver?
  #14  
Old 2nd September 2009, 04:41 PM
soxs060389 Offline
Registered User
 
Join Date: Mar 2009
Posts: 109
linuxfedorafirefox
Quote:
Originally Posted by lmcogs View Post
I wonder if final release version intends to have 3D ready in nouveau driver?
How do you think of that without nvidia releasing ANY data sheets at all? This won't happen within the next 5 years, reverse enginering with complex chips is somewhat time expensive. Nuveau is restriced to basic 2D and fur thee forseeable future will be.

Greets
  #15  
Old 2nd September 2009, 04:43 PM
soxs060389 Offline
Registered User
 
Join Date: Mar 2009
Posts: 109
linuxfedorafirefox
Thumbs up

Quote:
Originally Posted by vallimar View Post
Just did my usual custom handbuild of the latest kernel, kernel-2.6.31-0.190.rc8.fc12.src.rpm.
Built and installed fine, was able to build the 190.25 nvidia drivers against it fine, rebooted fine.
Latest Xorg, kernel and nvidia all running happily along. Now if only gnome wasn't halfways broke.

Make sure you have the correct kernel-headers and kernel-devel for the kernel you are trying
to compile the drivers for. Also, make sure that a nvidia module isn't already loaded when you
try to do your rebuild or however those auto-mods work.

I suppose it's possible your problem is caused by something in the kernel that I remove for
my custom hand-builds. That seems somewhat unlikely though, as your module is compiling,
just not loading it sounds like.
Thx thats great :-) you saved me a day of pure experimental work :-)
 

Tags
2.6.31, kernel, 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


Current GMT-time: 23:24 (Saturday, 25-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