* Multiple NIC cards in the same machine and 2.5/2.6
@ 2004-02-21 13:15 NoTellin
2004-02-21 15:33 ` Sergey Vlasov
0 siblings, 1 reply; 4+ messages in thread
From: NoTellin @ 2004-02-21 13:15 UTC (permalink / raw)
To: Linux Kernel Development
I use an iptables based firewall. I currently have 4 NIC cards in
the machine.
My modules.conf file contains the following lines:
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.
I've tried researching this on the 'Net but I've only been able to
find references suitable for the 2.4 and lesser series of
kernels. Could someone point me to the equivalent information for
2.5/2.6 and higher?
Configuration:
90 MHz Pentium Classic, 64 meg ram, 3 gig hardrive.
eth0 - ISA NE2000 - ADSL connection to Internet
eth1 - ISA NE2000 - Lan Segment 2 connection
eth2 - PCI Windbond - Lan segment 1 connection
eth3 - ISA 3com - Cable Modem (backup) connection to the Internet.
Thank you everyone.
Guy
--
Free Speech is better than Free Beer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Multiple NIC cards in the same machine and 2.5/2.6
2004-02-21 13:15 Multiple NIC cards in the same machine and 2.5/2.6 NoTellin
@ 2004-02-21 15:33 ` Sergey Vlasov
2004-02-21 22:39 ` NoTellin
0 siblings, 1 reply; 4+ messages in thread
From: Sergey Vlasov @ 2004-02-21 15:33 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Multiple NIC cards in the same machine and 2.5/2.6
2004-02-21 15:33 ` Sergey Vlasov
@ 2004-02-21 22:39 ` NoTellin
2004-02-22 9:39 ` Sergey Vlasov
0 siblings, 1 reply; 4+ messages in thread
From: NoTellin @ 2004-02-21 22:39 UTC (permalink / raw)
To: Sergey Vlasov; +Cc: linux-kernel
On Saturday 21 February 2004 10:33, Sergey Vlasov wrote:
> 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
Ah-HAH. This must be one of those fundamental differences between
2.4 and 2.6. At the risk of sounding utterly incompetent, could
you enlighten me as to what I should have been looking for in
terms of seach terms. I like to think I'm a decent googler and I
generally RTFM, but I was totally unable to help myself this
time.
I was aware that the driver layer is completely different between
the 2.4 and 2.6 series, but I have difficulty in finding out what
that means from a practical standpoint. Hence the questions.
Thank you very much for your answer BTW. I play with it later this
weekend.
Guy
--
Free Speech is better than Free Beer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Multiple NIC cards in the same machine and 2.5/2.6
2004-02-21 22:39 ` NoTellin
@ 2004-02-22 9:39 ` Sergey Vlasov
0 siblings, 0 replies; 4+ messages in thread
From: Sergey Vlasov @ 2004-02-22 9:39 UTC (permalink / raw)
To: NoTellin; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 377 bytes --]
On Sat, Feb 21, 2004 at 05:39:31PM -0500, NoTellin wrote:
> On Saturday 21 February 2004 10:33, Sergey Vlasov wrote:
> > options ne io=0x300,0x200 irq=3,5
>
> Ah-HAH. This must be one of those fundamental differences between
> 2.4 and 2.6.
No - this is an old feature (it was present in 2.2 and maybe even
earlier). It is noted in Documentation/networking/net-modules.txt.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-02-22 9:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-21 13:15 Multiple NIC cards in the same machine and 2.5/2.6 NoTellin
2004-02-21 15:33 ` Sergey Vlasov
2004-02-21 22:39 ` NoTellin
2004-02-22 9:39 ` Sergey Vlasov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.