lkml.org 
[lkml]   [2004]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Multiple NIC cards in the same machine and 2.5/2.6
Date
On Sat, 21 Feb 2004 08:15:55 -0500, NoTellin wrote:

> alias eth0 ne
> alias eth1 ne
> options eth0 -o ne-0 io=0x300 irq=3
> options eth1 -o ne-1 io=0x200 irq=5
> alias eth2 winbond-840
> alias eth3 3c509
>
> This works perfectly fine for the 2.4.x series of kernels up to
> and including 2.4.24
>
> However, I can't get this to work in any 2.5/2.6 kernel. The 2.6
> series of kernels will recognize that there are 3 nic cards but
> doesn't seem to accept 2 copies of the ne nic drivers in memory.
> I've tested this up to and including 2.6.3.

There is no need to load two copies of the ne module. Just use:

alias eth0 ne
alias eth1 ne
options ne io=0x300,0x200 irq=3,5


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.058 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site