Author Topic: NIC suddenly not recognized  (Read 1312 times)

altiport

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
NIC suddenly not recognized
« on: September 02, 2014, 11:56:30 am »
Hello,
This morning I switched on the server and the NIC on eth1 did not work.  See outputs below:
root@server01:/# lshw -c network
  *-network:0             
       description: Ethernet interface
       product: SiS900 PCI Fast Ethernet
       vendor: Silicon Integrated Systems [SiS]
       physical id: 4
       bus info: pci@0000:00:04.0
       logical name: eth0
       version: 90
       serial: 00:13:d3:17:45:61
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=sis900 driverversion=v1.08.10 Apr. 2 2006 duplex=full ip=192.168.2.2 latency=32 link=yes maxlatency=11 mingnt=52 multicast=yes port=MII speed=100Mbit/s
       resources: irq:19 ioport:e200(size=256) memory:ec133000-ec133fff memory:40000000-4001ffff
  *-network:1 UNCLAIMED
       description: Ethernet controller
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 6
       bus info: pci@0000:00:06.0
       version: 10
       width: 32 bits
       clock: 66MHz
       capabilities: pm cap_list
       configuration: latency=32 maxlatency=64 mingnt=32
       resources: ioport:e900(size=256) memory:ec120000-ec1200ff memory:40020000-4003ffff

root@server01:/# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:13:d3:17:45:61 
          inet addr:192.168.2.2  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4335 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4134 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3412775 (3.4 MB)  TX bytes:668383 (668.3 KB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:2054 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2054 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:223545 (223.5 KB)  TX bytes:223545 (223.5 KB)

How can I get it back on?  Any ideas?