Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th April 2004, 04:50 PM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
nForce Drivers

Apparently it is difficult to get Nvidia nForce motherboards to work. Nvidia does provide drivers, but under a proprietary style license.

The current version of Nvidia's nForce driver page is here. Also see the readme.
The main nVidia Linux driver page is here.

Nvidia doesn't build for Feodra, nor does the main Fedora build, but rpm.livna.org does. If you use yum to update software add this to /etc/yum.conf:
Code:
[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
ftp://ftp.uninett.no/pub/linux/Fedor...rpm.livna.org/$releasever/$basearch/yum/stable
gpgcheck=1
                                                                                
#[livna-unstable]
#name=Livna.org Fedora Compatible Packages (unstable)
#baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable
#gpgcheck=1
                                                                                
#[livna-testing]
#name=Livna.org Fedora Compatible Packages (testing)
#baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/testing
#gpgcheck=1
(There is a mirror.)
Update your kernel to the latest by running
Code:
yum update kernel
or using the update icon in the bottom right corner of the screen.

If you're using yum try running
Code:
yum install kernel-module-nvidia
If not get the appropriate kernel-module-nvidia rpm. Run
Code:
uname -p
to see what processor type to get. Then download, change to root, and install:
Code:
su -
<enter root password>
rpm -ivh <rpm filename>
Also see the nvidia-glx rpms, I believe they are for graphics cards.

Disclaimer: I don't have nvidia.

Last edited by Jman; 9th June 2004 at 08:13 AM.
Reply With Quote
  #2  
Old 18th April 2004, 10:54 PM
trackrat Offline
Registered User
 
Join Date: Apr 2004
Location: Birmingham UK
Age: 64
Posts: 9
What is this and where do I get it.
(yum update kernel)
__________________
A wise man hears all and says nothing
Reply With Quote
  #3  
Old 18th April 2004, 11:13 PM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
yum update kernel is a command to make the yum software updater get the latest kernel. You can run this in a terminal window. The same thing can be accomplished by running up2date with the update icon in the bottom right corner. Just be sure to update the kernel.

I'll edit this to make it more clear.
Reply With Quote
  #4  
Old 22nd April 2004, 03:25 AM
pvtpilot Offline
Registered User
 
Join Date: Apr 2004
Location: Ohio
Age: 50
Posts: 18
Unhappy NVidia Chipset

I'm a newbie and 2 days ago I installed Fedora Core 1. Installation went well with the exception of the integrated Nic not being recognized. I've been searching and reading whatever I can to fix this.
I dl a file from NVidia for Linux and though they didn't list my distribution, they gave an alternate one to use if yours wasn't listed. It seemed cumbersome having to unpack, create files, install from tar, etc. Maybe it just seems this way because it's all new to me or is there an easier way.

How do I update my kernel first, when I have no functioning nic? Does each distribution have it's own kernels? I did check to see what version I have and it came up with 2.4.22.

Any advice is greatly appreciated...thx
Reply With Quote
  #5  
Old 22nd April 2004, 10:55 PM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
This is supposed to be the easier way. At the rpm.livna.org site there are rpms built for the Nvidia drivers that could not be packaged with Fedora.

About the driver problem, maybe get the files on some media somehow (CD-R, USB drive, floppy?) from a machine with Internet. It is kind of hard to download network card drivers when your card doesn't work.

About the kernel version, Fedora uses a stable 2.4.22 release and adds features from later kernels. Yes, backporting seems backwards, but it combines stability with features.

To find out your kernel, run
Code:
uname -r
in a terminal.
Reply With Quote
  #6  
Old 23rd April 2004, 04:21 PM
pvtpilot Offline
Registered User
 
Join Date: Apr 2004
Location: Ohio
Age: 50
Posts: 18
I'm determined to get this up and running........

I did the uname -p and got athlon.

I did the uname -r and got 2.4.22-1.2115.nptl

I could of sworn when I did this earlier it came up with the last 4 digits being 2174.

Anyway, the only kernel-module-nvidia I find is 2174 for athlon (i.e. kernel-module-nvidia-2.4.22-1.2174.nptl-1.0.4620-0.lvn.18.1.athlon.rpm.

I've checked folders rpms and srpms. How do you know what folder to use.

I dl the above module and figured out that I had to mount my floppy to view the disk. I right-click and select open with to install package. I'm prompted for the root password which I entered and it begins Preparing System Update.

I then get excited that everything appeared to be going through the processes okay, but then I get this RED X informing me Packages not found. Installation cannot continue until they're installed (/usr/sbin/nvidia-config-xfree86 and nvidia-glx).

So I'm now trying to find these 2 packages.
Reply With Quote
  #7  
Old 23rd April 2004, 04:37 PM
pvtpilot Offline
Registered User
 
Join Date: Apr 2004
Location: Ohio
Age: 50
Posts: 18
I found the following kernel.......
kernel-2.4.22-1.2174.nptl.src.rpm

I'm guessing that since my kernel version 2.4.22-1.2115 needs to be upgraded to 2.4.22-1.2174 so that the nvidia package for 2174 will install correctly.
Reply With Quote
  #8  
Old 23rd April 2004, 05:14 PM
pvtpilot Offline
Registered User
 
Join Date: Apr 2004
Location: Ohio
Age: 50
Posts: 18
First, I upgraded the kernel satisfactorily to 2.4.22-1.2174.nptl

Next, when I go to install the package (kernel-module-nvidia-2.4.22-1.2174.nptl-1.0.4620-0.lvn.18.1.athlon.rpm) it begins to run, but then I get the RED X stating packages not found.

(i.e.Installation cannot continue until they're installed (/usr/sbin/nvidia-config-xfree86 and nvidia-glx)

I can't seem to find whatever these packages are. Any ideas?
thx much for your help.
Reply With Quote
  #9  
Old 23rd April 2004, 09:14 PM
mars_hall Offline
Registered User
 
Join Date: Feb 2004
Location: S.E. USA
Age: 51
Posts: 135
check this link:
http://packages.debian.org/testing/x11/nvidia-glx
I found it by doing a google search. It is for dedian, but might work for you
Also found this from nvidia:
http://www.nvidia.com/object/linux_d..._1.0-5328.html

Last edited by mars_hall; 23rd April 2004 at 09:17 PM.
Reply With Quote
  #10  
Old 25th April 2004, 01:55 PM
pvtpilot Offline
Registered User
 
Join Date: Apr 2004
Location: Ohio
Age: 50
Posts: 18
My problem is not with video, but rather with the Nic not being recognized. The mb has a NVIDIA chipset. This is my only problem, but has been a major one since it's been a week now and I've still been unable to get this resolved. This is only one workstation.
Reply With Quote
  #11  
Old 29th April 2004, 04:46 AM
pzgren Offline
Registered User
 
Join Date: Mar 2004
Location: The Old Europe
Age: 42
Posts: 3
Quote:
Originally posted by pvtpilot
My problem is not with video, but rather with the Nic not being recognized. The mb has a NVIDIA chipset. This is my only problem, but has been a major one since it's been a week now and I've still been unable to get this resolved. This is only one workstation.
You should install the GFX drivers from nVidia and not the kernel module with slow yum. Compile it your own. Its easy.
http://www.nvidia.com/object/linux_d..._1.0-5336.html
and the README for help.
ftp://download.nvidia.com/XFree86/Li....0-5336/README

Then with with your nForce mobo NIC are 2 solutions. With the kernel 2.4.xxx by Fedora you should install http://www.nvidia.com/object/linux_nforce_1.0-0261

this driver from the source. You need for both to install the kernel source from Fedora, maybe others like GCC, glibc-devel to compile this.

With Kernel 2.6 there is a easier and better thing. The forcedeth NIC driver.
http://www.hailfinger.org/carldani/l...hes/forcedeth/

included in 2.6.5 and runs good with ADSL here.

Marcus
Reply With Quote
  #12  
Old 11th May 2004, 11:23 PM
David Offline
Registered User
 
Join Date: May 2004
Location: Newcastle Upon Tyne
Posts: 90
I had big stability problems using nividia's own installer and had much better luck installing the rpms provided by livna through yum.

http://fedora.artoo.net/faq/#nVidia

I have the nForce 1 chipset but I've not tried to install the drivers for it since I need neither LAN nor sound, so I'm afraid I can't help you with that.
Reply With Quote
  #13  
Old 12th May 2004, 03:55 AM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
Updated with yum and other improvements.

Please keep help requests to a minimum in this thread and use the other forums for troubleshooting.
Reply With Quote
Reply

Tags
drivers, nforce

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
Nforce drivers James1956 Hardware & Laptops 2 17th July 2008 09:36 PM
nForce 2 Drivers Geoffb Using Fedora 5 11th July 2005 02:38 PM
Linux nforce Drivers fweeee Hardware & Laptops 7 24th April 2005 10:43 PM
nforce drivers? battyice Hardware & Laptops 6 24th July 2004 09:20 AM
nForce drivers for Fedora? Duck Fiasco Hardware & Laptops 2 16th December 2003 03:55 AM


Current GMT-time: 16:05 (Monday, 20-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