GPL ethernet driver for 2.4/2.6 series kernels -hchu

Everything Linux nForced in here: installation, drivers, discussion...

Moderators: nForcer, Moderators

avatar
Google
Adsense
Google
 
Posts: 900913
Joined: March 2003
Location: Forum

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby tf » Mon Nov 10, 2003 8:19 pm

tried the patch with -bk15 and it works really nice!
it even loads faster at startup than the closed nvidia one! :lol:

..had a hard time to find it in xconfig, finally found it here:
networking support - ethernet (10 or 100mbit) - EISA, VLB, PCI and on board
controllers (you have to checkmark this to get ...) Reverse Engineered nForce Ethernet support

if you have problems with the driver or want to praise them, please
provide feedback to Manfred Spraul <manfred@dbl.q-ag.de>
, the writer of this nice code.
---
fedora rockz :-)
User avatar
tf
nLightened
nLightened
 
Posts: 80
Joined: Sat Mar 08, 2003 4:32 pm

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby pzgren » Wed Nov 12, 2003 5:58 pm

Linux: Forcedeth For Stable 2.4 Kernel

http://kerneltrap.org/node/view/1606

Marcus
User avatar
pzgren
Moderator
Moderator
 
Posts: 1083
Joined: Wed Jun 18, 2003 4:06 pm
Location: The old Europe, Germany

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby alexzapatka » Wed Nov 12, 2003 7:13 pm

pzgren wrote:Linux: Forcedeth For Stable 2.4 Kernel

http://kerneltrap.org/node/view/1606

Marcus



hmr... not quite in the kernel as of yet... but like the mm series for 2.6 that is now including it, it is being included in the pac series... the pac series is the "patched ac" series... basically when alan when to do the MBA thing, Bernhard Rosenkraenzer, another kernel developer, took over patching it to work with current 2.4 kernels... it can be found at your local kernel.org mirror.

http://www.kernel.org/pub/linux/kernel/ ... 1-pac1.bz2
alexzapatka
nFHQ Member
nFHQ Member
 
Posts: 28
Joined: Mon Jul 21, 2003 2:19 pm
Location: CT, USA

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby Butcher » Wed Nov 12, 2003 7:28 pm

I like the driver and it works ok, but is there an option to disable the endless debug messages, They make the console unusable (ssh or xserver works without any messages).
In the syslog.conf I only print the *.emerg Messages to the console.

I'm using debian sid, Kernel 2.6.0-test9
Butcher
Just got here...
 
Posts: 1
Joined: Wed Nov 12, 2003 7:23 pm

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby pzgren » Wed Nov 12, 2003 8:56 pm

easier:

http://www.hailfinger.org/carldani/linu ... forcedeth/

But:
This release it intended for developers, it's alpha quality: normal
network traffic could work, although slow due to incomplete interrupt
handling. It does work on two nForce 2 systems, nForce and nForce 3
are untested.

And i ve read the debugging in the source is on, it tells a lot output... :-)

The good, its the beginning.

Marcus
User avatar
pzgren
Moderator
Moderator
 
Posts: 1083
Joined: Wed Jun 18, 2003 4:06 pm
Location: The old Europe, Germany

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby hchu » Thu Nov 13, 2003 3:36 pm

you turn off debugging by changing the following code near the top of the file:
Code: Select all
#if 1
#define dprintk         printk
#else
#define dprintk(x...)      do { } while (0)
#endif

Change the #if 1 to #if 0.
HTH
hchu
nLightened
nLightened
 
Posts: 85
Joined: Wed Aug 06, 2003 1:56 pm

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby alexzapatka » Fri Nov 14, 2003 4:41 pm

hchu wrote:you turn off debugging by changing the following code near the top of the file:
Code: Select all
#if 1
#define dprintk         printk
#else
#define dprintk(x...)      do { } while (0)
#endif

Change the #if 1 to #if 0.
HTH


personally, i would wrather remove all the this code and replace it with this:

static int debug = 0;
MODULE_PARM(debug,"i");
#define dprintk if (debug) printk

this adds a peramater so you can turn on debuging... this way, if there is an issue with the driver that you want/need to report to the author, all you have to do is unload the module and reloade it with debug=1 (i.e. insmod forcedeth debug=1)... but chaing it to 0 works too :)
alexzapatka
nFHQ Member
nFHQ Member
 
Posts: 28
Joined: Mon Jul 21, 2003 2:19 pm
Location: CT, USA

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby hchu » Mon Nov 17, 2003 4:51 pm

version 0.17 has just been released, it fixes the large tx mtu problem for me i.e. apache and ssh now work. get it from the hailfinger site.
hchu
nLightened
nLightened
 
Posts: 85
Joined: Wed Aug 06, 2003 1:56 pm

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby hai » Mon Nov 17, 2003 9:21 pm

Problems with older driver versions should have been fixed in 0.17
Please test.
http://www.hailfinger.org/carldani/linux/patches/forcedeth/
Last edited by hai on Wed Nov 19, 2003 2:10 am, edited 1 time in total.
hai
nFHQ Member
nFHQ Member
 
Posts: 15
Joined: Mon Nov 17, 2003 9:12 pm

Re: *alpha* GPL ethernet driver for 2.4/2.6 series kernels -

Postby hchu » Tue Nov 18, 2003 1:41 pm

mr. hailfinger,
I just want to say on behalf of the nforcers that we appreciate your work very very much :D . the driver is now perfect for me anyway, but i'm aware there's some more issues to be sorted out. this driver is a must-have for 2.6.1.
hchu
nLightened
nLightened
 
Posts: 85
Joined: Wed Aug 06, 2003 1:56 pm
avatar
Google
Adsense
Google
 
Posts: 900913
Joined: March 2003
Location: Forum
PreviousNext

Return to nForce Linux



Who is online

Users browsing this forum: No registered users and 0 guests