Koozali.org: home of the SME Server

The nic dont work!!

martin_w

The nic dont work!!
« on: August 04, 2004, 02:09:20 PM »
Hello,

    I setup a SME server with RTL8139 NIC,and SME recognize the RTL8139 at the first setup.but it don't works when I use "ifconfig" ,the only output thing is "lo",so the RTL8139 don't work.

    I just check boot log and the log said that the device does not to be present ,delaying eth0 initial

    The NIC card is O.K ,it's new.

some one can give me advice?

martin_w

The nic dont work!!
« Reply #1 on: August 04, 2004, 03:48:15 PM »
Code: [Select]
is_available ${REALDEVICE} || {
      if [ "$?" = "1" ] ; then
         echo $"$alias device does not seem to be present, delaying ${DEVICE} initialization."
         exit 1
      else
         exit 0
      fi
}


This is select form the ”ifup“ script,it‘s echo the error message which i meet

martin_w

The nic dont work!!
« Reply #2 on: August 05, 2004, 03:59:10 AM »
Is there some other rasion cause this problem,such as mainboard ,PCI slot.who can give me some advice. :-(

Offline MSmith

  • *
  • 675
  • +0/-0
Given the cost of 100 Mbps NICS:
« Reply #3 on: August 07, 2004, 12:28:18 PM »
NIC don't work?  Change the NIC.  (Or change the slot, update BIOS, check busmastering, etc.)  But mostly change the NIC.
...