Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: martin_w on August 04, 2004, 02:09:20 PM

Title: The nic dont work!!
Post by: martin_w 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?
Title: The nic dont work!!
Post by: martin_w 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
Title: The nic dont work!!
Post by: martin_w 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. :-(
Title: Given the cost of 100 Mbps NICS:
Post by: MSmith 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.