Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2002
    Location
    Hyderabad, India
    Posts
    55

    Red face Delaying eth0 initialization...

    hi,
    i am facing some problem in network configuration for linux.
    i have installed a linux 7 .but it fails to identify my NIC
    card.

    when i gave the command ping localhost ..it worked..

    for command "ifconfig"
    -- it shows only the status of lo. and the status of eth0 is showing as inactive

    i tried running the network script.."/etc/rc.d/init.d/network start"
    it shows:

    SIOCADDRT: File exists
    Delaying eth0 initialization..

    for the command "/etc/rc.d/init.d/network status"
    it showed:

    configured device:
    lo eth0

    devices that are down:

    devices with modified configuration:


    And while restarting its showing some error msg like invalid parameters in insmod module....unable to initialize eth0.

    Network and everything seems to be perfect....what could be the problem ???

  2. #2
    Join Date
    Apr 2002
    Location
    Seattle, WA
    Posts
    955
    Have you recently changed anything on the box, or moved the OS from one box to another?

    Could you do a few things... and paste them...


    cat /proc/net/dev
    cat /proc/pci
    ifconfig -a
    netstat -nr
    lsmod

    Do that, and we can go from there...
    I <3 Linux Clusters

  3. #3
    Join Date
    Mar 2002
    Posts
    1,003
    I received an error like that when my kernel wasn't compiled with proper chip set. If your NIC uses Tulip chipset make sure the .config file including Tulip as being enabled. Make sure your kernel supports the NIC.

  4. #4
    Join Date
    Feb 2002
    Location
    Hyderabad, India
    Posts
    55
    Before PCQlinux 6.1 was there in that system after that I installed Redhat 7.2 and Redhat 7 but I'm facing the same problem

  5. #5
    Join Date
    Feb 2002
    Location
    Hyderabad, India
    Posts
    55

    *

    I tried various options but no luck and finally thought to reinstall the OS, then I reinstalled Redhat 7.2 hmmm...now its working perfect !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •