Networking Forums

Networking Forums > Computer Networking > Linux Networking > Kernel configuring

Reply
Thread Tools Display Modes

Kernel configuring

 
 
Norm Dresner
Guest
Posts: n/a

 
      11-23-2004, 08:18 PM
I'm trying to reconfigure a "backup" HD system to replace a failed HD. It's
pretty close but the network connectivity isn't working yet. I see the
configuration of eth0 fail during bootup and boot.log contains the following
relevant entries:
Nov 23 04:58:45 Halkin sysctl: net.ipv4.ip_forward = 0
Nov 23 04:58:45 Halkin sysctl: net.ipv4.conf.default.rp_filter = 1
Nov 23 04:58:45 Halkin sysctl: kernel.sysrq = 0
Nov 23 04:58:45 Halkin network: Setting network parameters: succeeded
Nov 23 04:58:46 Halkin network: Bringing up interface lo: succeeded
Nov 23 04:58:46 Halkin ifup: SIOCSIFFLAGS: Device or resource busy
Nov 23 04:58:46 Halkin ifup: Failed to bring up eth0.
Nov 23 04:58:46 Halkin network: Bringing up interface eth0: failed

Since the configuration of lo succeeds, it seems to me that the basic
network stuff is enabled. I'm unsure but I think that from the "ifup"
messages, it's trying to tell me that the setup of the ethernet card failed.
Is this correct or does it indicate a different problem?

If the error indicates a problem with the NIC, I'm confused because I'm
pretty sure that I've built into the kernel (as "included", not as "module")
the correct NIC components. The card says "3COM Etherlink III 3C509B" and
in the kernel configuration file I find
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL1=y
CONFIG_EL2=y
CONFIG_ELPLUS=y
CONFIG_EL3=y
indicating, I think, that the 3Com card support should be there.

Since a different kernel in the same box has a working network every time
it's booted, I'm positive that it's not a hardware issue like interrupts or
ports.

Is there a kernel networking option that I've likely missed setting?

All help, suggestions, hints, etc, graciously accepted.

TIA
Norm

 
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
How to get data in kernel SEND buffer for a TCP socket from a netfilter based kernel module Rohit Linux Networking 0 05-10-2007 11:27 AM
killing a kernel thread ....... UDP server (kernel module)......... alex Linux Networking 0 09-20-2006 11:26 AM
Configuring Linux kernel v2.6.11.12 to include iptables support jeniffer Linux Networking 3 05-01-2006 12:15 PM
pppd giving error with 2.4.18 kernel, everything OK with 2.4.7 kernel vasanta Linux Networking 1 09-19-2004 04:39 PM
PCMCIA SMC2835W card not recognized by kernel-2.4.* and kernel-2.6.5 Jorge Ventura Linux Networking 0 05-03-2004 08:08 PM



1 2 3 4 5 6 7 8 9 10 11