LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-21-2004, 09:30 PM   #1
rajjpajj
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Rep: Reputation: 0
NIC Driver for NVidia NForce onboard NIC.


First I would like to thank you all in advance for any help. Alright so first off I recently upgraded my server and here are its specs:

2500+ AthlonXP
512MB PC3200 DDR 2x 256MB
ABIT NF7-S 2.0 BIOS rev #24
Highpoint 1540 4x SATA ports
2x 160GB SATA
2x 200GB SATA
1x Onboard LAN (not sure what brand but it’s the integrated NForce offering so I assume the NVidia NIC)
2x Linksys LNE100TX
GeForceMX440 AGP

Alright first off I am running Gentoo Linux with kernel 2.6 and I can’t figure out how to install the driver for the onboard nic. I should mention xwindows doesn’t work because it was configured for my old gfx card. So don’t bother recommending things to fix thru the GUI. So I also don’t know how to get the other two NICs installed. A lot of services are failing at boot but I am almost positive its because of their dependency on the NIC.

Thanks again any help is appreciated.
 
Old 09-21-2004, 09:37 PM   #2
AFI_Flame
Member
 
Registered: Apr 2004
Location: Nolensville, TN
Distribution: OpenSuse 10.2
Posts: 253

Rep: Reputation: 30
It should come with the 2.6 kernels. It's called forcedeth and it's a reverse-engineered driver. There's also one you can get from www.nvidia.com but it's not as good. The nvidia people even helped out with the forcedeth driver at one point because they realized it was better than their's. Also you can go to www.nvnews.net... they have a great forum for people with nForce motherboards.
 
Old 09-21-2004, 09:40 PM   #3
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
What you want is the

forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.25.

to enable the onboard nic. check your logs, and/or dmesg for it. It is part of the 2.6 kernel.
 
Old 09-21-2004, 10:08 PM   #4
rajjpajj
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by AFI_Flame
It should come with the 2.6 kernels. It's called forcedeth and it's a reverse-engineered driver. There's also one you can get from www.nvidia.com but it's not as good. The nvidia people even helped out with the forcedeth driver at one point because they realized it was better than their's. Also you can go to www.nvnews.net... they have a great forum for people with nForce motherboards.
The link you provided is dead the nvnews link.

http://www.nvnews.net/

Okay I can't find Forcedeth anywhere on my HDD. Where is it supposed to be located?

Last edited by rajjpajj; 09-21-2004 at 10:27 PM.
 
Old 09-22-2004, 01:38 PM   #5
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Its a kernel module. Either compiled in, or it may be separate under /lib/modules/2.6.xxx/

The xxx will be replaced by the end of the kernel version and any additional flags. Their are subdirectories under this where it maybe lurking. mine is

/lib/modules/2.6.7/kernel/drivers/net

you have to insert the module into the kernel, try

modprobe forcedeth

To make it permanant is more dependant on your distros way of doing it. ( I can't remember how to do it with Gentoo ).
 
Old 09-22-2004, 05:26 PM   #6
rajjpajj
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Okay I'm currently working on getting the NIC drivier installed and now the processes are still ahbving problems I am listing the specific ones so that you have an idea of what these might be doing to the system to cause problems.

Netmount
Proftpd
SSHD
Samba <- I know the system is not dependant on this one :-)
 
Old 09-24-2004, 12:53 AM   #7
saturninus
LQ Newbie
 
Registered: Aug 2003
Location: Los Angeles, CA
Distribution: Red Hat 9
Posts: 28

Rep: Reputation: 15
I have a similiar issue. How would I go about installing this forcedeth? I've tried the nVidia official drivers and they do not work.
 
Old 09-24-2004, 01:07 AM   #8
rajjpajj
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Angry

Yeah I still haven't resolved my problem either. Saturninus I emailed you with my email address please send me an email if you get this figured out it would be great.

Last edited by rajjpajj; 09-24-2004 at 01:08 AM.
 
Old 09-24-2004, 08:46 PM   #9
AFI_Flame
Member
 
Registered: Apr 2004
Location: Nolensville, TN
Distribution: OpenSuse 10.2
Posts: 253

Rep: Reputation: 30
Forcedeth comes with the kernel. You have to build a custom kernel and compile it in.
 
Old 09-28-2004, 03:54 PM   #10
Robhogg
Member
 
Registered: Sep 2004
Location: Old York, North Yorks.
Distribution: Debian 7 (mainly)
Posts: 653

Rep: Reputation: 97
Angry

I'm having a problem forcing the death of forcedeth. I also have an NF7(-M) board. Generally, it's working fine but I cannot configure the integrated NIC so that it will work. Suseplugger device manager shows the card as available but not configured.

I tried installing the nVidia drivers but Linux still tries to use forcedeth to operate the NIC no matter how many times I delete it from the YaST dialogue and add nvnet. I have tried forcing a change of driver with "modprobe -r -i forcedeth" followed by "modprobe nvnet" before re-configuring the card, but I still get the same details showing in device manager and can neither access the computer nor even get a ping response.

Does anyone know of a solution to this, or should I try another NIC??
 
  


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
help with nForce 2 chipset NIC jalfaro *BSD 2 05-02-2005 10:29 AM
Nforce 3 NIC problem rhodan SUSE / openSUSE 1 01-06-2005 12:32 PM
SuSE 9 + nforce-0261 driver for integrated NIC?? Thermodynamic Linux - Hardware 3 04-11-2004 02:27 PM
nforce nic on RedHat 9.0 not working dubya Linux - Networking 0 03-03-2004 03:07 PM
Onboard NIC not working... martinem Red Hat 1 02-12-2004 12:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:17 AM.

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