Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem with 2 NICs, Kernel 2.6, Interface-naming

Reply
Thread Tools Display Modes

Problem with 2 NICs, Kernel 2.6, Interface-naming

 
 
Thomas Wilde
Guest
Posts: n/a

 
      02-28-2004, 05:05 PM
Hi !

This is my router-configuration:
- Debian Woody + some updated packages for Kernel 2.6
- Kernel 2.6.3
- NIC1: AMD PCnet/PCI
- NIC2: NE2000-compatible (ISApnp)

For security reasons I want this system to run without modules, so I
included all necessary drivers into my kernel config.

So far, everything's fine, but:

----<dmesg>----
Feb 28 18:09:23 testbox kernel: pcnet32.c:v1.27b 01.10.2002
(E-Mail Removed)
Feb 28 18:09:23 testbox kernel: pcnet32: PCnet/PCI II 79C970A at 0x1000,
00 80 5f 4a 29 03 assigned IRQ 11.
Feb 28 18:09:23 testbox kernel: eth0: registered as PCnet/PCI II 79C970A
Feb 28 18:09:23 testbox kernel: pcnet32: 1 cards_found.
Feb 28 18:09:24 testbox kernel: pnp: Device 01:01.00 activated.
Feb 28 18:09:24 testbox kernel: ne.c: ISAPnP reports Generic PNP at i/o
0x240, irq 5.
Feb 28 18:09:24 testbox kernel: ne.c:v1.10 9/23/94 Donald Becker
((E-Mail Removed))
Feb 28 18:09:25 testbox kernel: Last modified Nov 1, 2000 by Paul Gortmaker
Feb 28 18:09:25 testbox kernel: NE*000 ethercard probe at 0x240: 00 40
05 60 b2 7a
Feb 28 18:09:26 testbox kernel: eth0: NE2000 found at 0x240, using IRQ 5.
Feb 28 18:09:26 testbox kernel: eth0: interrupt from stopped card
Feb 28 18:09:26 testbox kernel: pnp: Device 01:01.00 disabled.
----</dmesg>----

Seems like the kernel tries to use the same interface-name for both
NICs... strange, but I tried the following boot-parameters:

ether=11,0x1000,eth0 ether=5,0x240,eth1

The result is, that both interfaces work, but the NE2000 (5,0x240) uses
eth2...that's OK, but I'm still wondering about this behaviour.

I spent some time googling, but only found some people having such
problems with PCMCIA-cards. They were able to fix this with changing
their PCMCIA-conf., so hmmmm....

If you need to know more of my configuration, please tell me. Right now
I don't know where to look for the error... at this stage, the kernel
doesn't even access the root-fs, so it cannot be in the /etc-files...
right ?

Hints ?

greetz
Thomas
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which option to enable during kernel setup for the NICs? asdf Linux Networking 1 03-24-2008 01:32 PM
Naming problem feudalac! Linux Networking 14 11-15-2006 01:29 PM
interface naming (eth[x], wlan[x], etc) spip_yeah@yahoo.com Linux Networking 1 10-30-2006 07:47 PM
understanding TCP-IP interface in linux kernel will_u_tellmemore Linux Networking 4 10-30-2006 08:29 AM
get ip address of an interface in linux kernel. Giacomo Linux Networking 2 07-07-2005 07:28 AM



1 2 3 4 5 6 7 8 9 10 11