LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-05-2004, 03:16 PM   #1
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
Question forcedeth


Hey,
I've been having problems getting my nforce NIC to work on RedHat 9.0. I posted my situation in a previous thread found at:

http://www.linuxquestions.org/questi...hreadid=153129

However, no one replied. I searched through some other threads and came upon something called forcedeth used for the NVIDIA chipset. I followed this link:

http://www.hailfinger.org/carldani/l...hes/forcedeth/

and came to what seems to be a download page. Since I'm really new to Linux, I'm not sure what I need to download and how to get it installed. If anyone knows how I would go about getting it all installed, I would greatly appreciate your help. I recently installed this file:

kernel-2.4.20-30.9.athlon.rpm

Thanks in advance.
 
Old 03-06-2004, 01:45 AM   #2
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
u dont need forcedeth.. go to www.nvidia.com and download src.rpm packet of nforce driver..
and rebuild it:
rpmbuild --rebuild NVIDIA_nforce*.src.rpm

it will write rpm packets into /usr/src/redhat/RPMS/i386 directory.. install it:
rpm -ivh /usr/src/redhat/RPMS/i386/NVIDIA_nforce*.rpm

then restart your computer, redhat will configure it and onboard soundcard.
 
Old 03-06-2004, 03:58 PM   #3
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
Thank you!
 
Old 03-08-2004, 01:33 AM   #4
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
your welcome
 
Old 04-11-2004, 11:13 PM   #5
NiceMan
LQ Newbie
 
Registered: Apr 2004
Location: Illinois
Posts: 5

Rep: Reputation: 0
Re: forcedeth

Quote:
Originally posted by dubya
Hey,
I've been having problems getting my nforce NIC to work on RedHat 9.0. I posted my situation in a previous thread found at:

http://www.linuxquestions.org/questi...hreadid=153129

However, no one replied. I searched through some other threads and came upon something called forcedeth used for the NVIDIA chipset. I followed this link:

http://www.hailfinger.org/carldani/l...hes/forcedeth/

and came to what seems to be a download page. Since I'm really new to Linux, I'm not sure what I need to download and how to get it installed. If anyone knows how I would go about getting it all installed, I would greatly appreciate your help. I recently installed this file:

kernel-2.4.20-30.9.athlon.rpm
I'm having the same problem and am also pretty inexperienced when it comes to linux. I'm pretty lost in getting forcedeth to work and can't get the nvidia drivers to work because they are for kernel versions 2.4.20-6 and 2.4.20-9, while I presently have 2.4.20-8. I think I could get the nvidia drivers to work if I could just update my kernel to 2.4.20-9 but I haven't been successful at patching or recompiling my kernel.

dubya, where did you find the rpm you mentioned in your previous message? I'm hoping I can find an rpm to conveniently upgrade my kernel as you've done. Thanks in advance for the help and sorry if this is an excessively "newbian" question.

Azmat

System:
AMD Athlon XP 2600 +
512 MB PC3200 DDR RAM
Asus A7N8X-VM/400 Motherboard
 
Old 04-11-2004, 11:18 PM   #6
NiceMan
LQ Newbie
 
Registered: Apr 2004
Location: Illinois
Posts: 5

Rep: Reputation: 0
Quote:
Originally posted by maxut
u dont need forcedeth.. go to www.nvidia.com and download src.rpm packet of nforce driver..
and rebuild it:
rpmbuild --rebuild NVIDIA_nforce*.src.rpm

it will write rpm packets into /usr/src/redhat/RPMS/i386 directory.. install it:
rpm -ivh /usr/src/redhat/RPMS/i386/NVIDIA_nforce*.rpm
I've tried this as well but I end up with errors in the build process. It looks like the errors are happening in the /usr/src/redhat/BUILD/nforce/nvnet directory.
I appreciate the help. Thanks again.
 
Old 04-12-2004, 02:09 AM   #7
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
NiceMan

as i know it supports all 2.4.x kernels.
download "NVIDIA*.tar.gz" from www.nvida.com . try to install.
 
Old 04-12-2004, 04:51 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
people are really reading this the wrong way! it's not that you don't need forcedeth, it's that you don't need nvnet! nvnet is nasty and closed and... just yuck, while forcedeth is a new open source drop in replacement for it. you're meant to be happy not to have to go to nvidia.com anymore...
 
Old 04-12-2004, 05:20 AM   #9
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
acid_kewpie

u r right.
when i had standart kernel 2.4.x, i used nvnet driver. i didnt have any trouble with it. now i have costum kernel 2.6.4 with forcedeth on redhat 8 and fedora 1. i meant forcedeth wasnt only one nvidia onboard ethernet driver. i thougth that nvnet could be easy to install if u had standart kernel. because i dont know if forcedeth can be installed without kernel compiling.

Last edited by maxut; 04-12-2004 at 05:27 AM.
 
Old 04-12-2004, 05:19 PM   #10
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
I don't know anything about this custom kernel stuff cause I left mine just as is so that i wouldn't have problems installing the drivers. Anyway, to answer the original question, i used source rpm (NVIDIA_nforce-1.0-0261.src.rpm) then I followed instructions exactly at:

http://www.iskream.com/doc/nvidia_nf...rs_rh9_en.html

It took me a long time to find something this clear that worked for me; keep struggling and good luck.
 
Old 05-15-2004, 08:06 AM   #11
Rauko
LQ Newbie
 
Registered: May 2004
Posts: 29

Rep: Reputation: 15
Blergh!!

I'm confused... I have an Epox 8rda+ motherboard Nvidia chipset, but I dunno what to get... like download.. coz I don't even know what rebuild means :S... total newbie I am !! Please help lol, and how do I find out my kernel ? :S
 
Old 05-15-2004, 09:03 AM   #12
NiceMan
LQ Newbie
 
Registered: Apr 2004
Location: Illinois
Posts: 5

Rep: Reputation: 0
Just an update,

I was able to get my ethernet working by updating to 2.4.25, which includes forcedeth. Ethernet is working fine now. Forcedeth is pretty kick ass. Thanks again for the help.
 
Old 05-15-2004, 01:39 PM   #13
Rauko
LQ Newbie
 
Registered: May 2004
Posts: 29

Rep: Reputation: 15
How can I get this update Niceman? thx
 
Old 05-15-2004, 02:29 PM   #14
NiceMan
LQ Newbie
 
Registered: Apr 2004
Location: Illinois
Posts: 5

Rep: Reputation: 0
What's the current kernel you're running? Are you just using the 2.4.20-8 distribution from Red Hat? If so you should go to kernel.org and download the patches to update yourself to 2.4.25. If you're having trouble with this, just PM me and I'll see if I can remember what I did.
 
Old 05-15-2004, 02:38 PM   #15
Rauko
LQ Newbie
 
Registered: May 2004
Posts: 29

Rep: Reputation: 15
This other guy told me to get the latest one , 2.6.6 or somthing, should I get that instead ? The process seems long :'( But anyway... ehh.... I cant pm you on this, wont lemme, says I have not subscribed to it or somthing, get on AIM :P Ive added you in that !
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
forcedeth + suse 9.1 saturninus Linux - Newbie 2 09-24-2004 08:10 PM
Forcedeth probs in 2.6.5 Shad.. Linux - Networking 0 05-15-2004 07:50 PM
forcedeth problems nirva Linux - Hardware 3 03-22-2004 11:32 AM
forcedeth dubya Linux - Newbie 4 03-08-2004 04:16 AM
Forcedeth RobertoBech Mandriva 3 01-14-2004 12:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration