Announcement

Collapse
No announcement yet.

Wired Ethernet Issue: Connection stops working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Wired Ethernet Issue: Connection stops working

    Hello All,

    My laptop's NIC is a Marvell 88E8057 PCI-E Gigabit Ethernet Controller. Here recently, for no obvious reason, my ethernet connection just seems to stop working. Sometimes ifconfig eth0 down/up will fix it, but most of the time the reboot will do it. It will continue working for a random amount of time which is usually less than thirty minutes. When I put in my Windows 7 hard drive and the connection stays up without issues. This leads me to believe that it is not hardware related.
    Here is the info from ifconfig:
    Code:
    eth0      Link encap:Ethernet  HWaddr f0:bf:97:1d:ae:24  
              inet addr:192.168.1.12  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::f2bf:97ff:fe1d:ae24/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:139 errors:0 dropped:0 overruns:0 frame:0
              TX packets:55 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:22822 (22.8 KB)  TX bytes:12687 (12.6 KB)
              Interrupt:18
    Anyone have any idea about what may be going on?
    Last edited by SteveRiley; Jun 24, 2013, 11:48 PM.
    Thanks,

    Craigbert
    ----------------------------------------------------
    Kubuntu 13.04
    8GB RAM & Intel Core i7 1.87GHz
    Registered Linux User 537624

    #2
    Need to know which kernel module driver is handling the card. What's the output of
    Code:
    lspci -k

    Comment


      #3
      Code:
      00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
              Subsystem: Sony Corporation Device 907a
      00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11)
              Kernel driver in use: pcieport
      00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11)
              Subsystem: Device 004d:007a
      00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11)
              Subsystem: Device 004d:007a
      00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11)
              Subsystem: Device 004d:007a
      00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11)
              Subsystem: Device 004d:007a
      00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
              Subsystem: Device 004d:007a
      00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11)
              Subsystem: Device 004d:007a
      00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: ehci-pci
      00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: snd_hda_intel
      00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
              Kernel driver in use: pcieport
      00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
              Kernel driver in use: pcieport
      00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
              Kernel driver in use: pcieport
      00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 05)
              Kernel driver in use: pcieport
      00:1c.6 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 7 (rev 05)
              Kernel driver in use: pcieport
      00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: ehci-pci
      00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
      00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: lpc_ich
      00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 05)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: ahci
      00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
              Subsystem: Sony Corporation Device 907a
      01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 425M] (rev a1)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: nvidia
      01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: snd_hda_intel
      02:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
              Subsystem: Foxconn International, Inc. Device e030
              Kernel driver in use: ath9k
      03:00.0 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: sdhci-pci
      03:00.1 System peripheral: Ricoh Co Ltd R5U2xx (R5U230 / R5U231 / R5U241) [Memory Stick Host Controller]
              Subsystem: Sony Corporation Device 907a
      03:00.3 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: firewire_ohci
      03:00.4 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: sdhci-pci
      04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8057 PCI-E Gigabit Ethernet Controller (rev 10)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: sky2
      05:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
              Subsystem: Sony Corporation Device 907a
              Kernel driver in use: xhci_hcd
      3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-Core Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Target Address Decoder (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Test Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Control Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Address Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Rank Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:04.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Thermal Control Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:05.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Control Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:05.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Address Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:05.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Rank Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      3f:05.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Thermal Control Registers (rev 04)
              Subsystem: Sony Corporation Device 907a
      Last edited by SteveRiley; Jun 24, 2013, 11:46 PM.
      Thanks,

      Craigbert
      ----------------------------------------------------
      Kubuntu 13.04
      8GB RAM & Intel Core i7 1.87GHz
      Registered Linux User 537624

      Comment


        #4
        Ah, the dreaded Marvell chip and sky2 driver. Bug reports back to 2007.

        Next time you experience the failure, please copy-paste the output of this command:
        Code:
        grep eth0 /var/log/syslog
        I want to see what errors may be logged, if any, before I suggest a workaround.

        Comment


          #5
          Here is the output from the grep command:
          Code:
          Jun 26 11:59:34 NCC-1701L kernel: [    2.778120] sky2 0000:04:00.0 eth0: 
          addr f0:bf:97:1d:ae:24
          Jun 26 11:59:34 NCC-1701L kernel: [   26.763781] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready Jun 26 11:59:37 NCC-1701L NetworkManager[1050]: SCPlugin-Ifupdown: 
          devices added (path: 
          /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0, iface: eth0) Jun 26 11:59:37 NCC-1701L NetworkManager[1050]: SCPlugin-Ifupdown: 
          device added (path: 
          /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0, iface: 
          eth0): no ifupdown configuration found.
          Jun 26 11:59:37 NCC-1701L NetworkManager[1050]:    keyfile: parsing eth0 
          ...
          Jun 26 11:59:37 NCC-1701L NetworkManager[1050]:    keyfile:     read 
          connection 'eth0'
          Jun 26 11:59:38 NCC-1701L NetworkManager[1050]: <info> (eth0): carrier is OFF Jun 26 11:59:38 NCC-1701L NetworkManager[1050]: <info> (eth0): new Ethernet device (driver: 'sky2' ifindex: 2) Jun 26 11:59:38 NCC-1701L NetworkManager[1050]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
          Jun 26 11:59:38 NCC-1701L NetworkManager[1050]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Jun 26 11:59:38 NCC-1701L NetworkManager[1050]: <info> (eth0): bringing up device.
          Jun 26 11:59:38 NCC-1701L NetworkManager[1050]: <info> (eth0): preparing device.
          Jun 26 11:59:38 NCC-1701L NetworkManager[1050]: <info> (eth0): 
          deactivating device (reason 'managed') [2]
          Jun 26 11:59:38 NCC-1701L kernel: [   32.023163] sky2 0000:04:00.0 eth0: 
          enabling interface
          Jun 26 11:59:38 NCC-1701L kernel: [   32.023444] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready
          Jun 26 11:59:38 NCC-1701L kernel: [   32.024688] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready
          Jun 26 11:59:51 NCC-1701L kernel: [   44.815122] device eth0 entered 
          promiscuous mode
          Jun 26 11:59:51 NCC-1701L snort[2239]: Writing PID "2239" to file "/var/run//snort_eth0.pid"
          Jun 26 19:42:06 NCC-1701L kernel: [    2.798148] sky2 0000:04:00.0 eth0: 
          addr f0:bf:97:1d:ae:24
          Jun 26 19:42:06 NCC-1701L kernel: [   26.482123] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready Jun 26 19:42:11 NCC-1701L NetworkManager[1130]: SCPlugin-Ifupdown: 
          devices added (path: 
          /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0, iface: eth0) Jun 26 19:42:11 NCC-1701L NetworkManager[1130]: SCPlugin-Ifupdown: 
          device added (path: 
          /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0, iface: 
          eth0): no ifupdown configuration found.
          Jun 26 19:42:12 NCC-1701L NetworkManager[1130]:    keyfile: parsing eth0 
          ...
          Jun 26 19:42:12 NCC-1701L NetworkManager[1130]:    keyfile:     read 
          connection 'eth0'
          Jun 26 19:42:12 NCC-1701L NetworkManager[1130]: <info> (eth0): carrier is OFF Jun 26 19:42:12 NCC-1701L NetworkManager[1130]: <info> (eth0): new Ethernet device (driver: 'sky2' ifindex: 2) Jun 26 19:42:12 NCC-1701L NetworkManager[1130]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
          Jun 26 19:42:12 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Jun 26 19:42:12 NCC-1701L NetworkManager[1130]: <info> (eth0): bringing up device.
          Jun 26 19:42:12 NCC-1701L NetworkManager[1130]: <info> (eth0): preparing device.
          Jun 26 19:42:12 NCC-1701L NetworkManager[1130]: <info> (eth0): 
          deactivating device (reason 'managed') [2]
          Jun 26 19:42:12 NCC-1701L kernel: [   33.122316] sky2 0000:04:00.0 eth0: 
          enabling interface
          Jun 26 19:42:12 NCC-1701L kernel: [   33.122613] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready
          Jun 26 19:42:12 NCC-1701L kernel: [   33.124293] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready
          Jun 26 19:42:15 NCC-1701L kernel: [   35.729320] sky2 0000:04:00.0 eth0: 
          Link is up at 1000 Mbps, full duplex, flow control both Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> (eth0): carrier now ON (device state 20)
          Jun 26 19:42:15 NCC-1701L kernel: [   35.763136] IPv6: 
          ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20
          30 40]
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Auto-activating connection 'eth0'.
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) starting connection 'eth0'
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
          Jun 26 19:42:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
          Jun 26 19:42:15 NCC-1701L avahi-daemon[616]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.12.
          Jun 26 19:42:15 NCC-1701L avahi-daemon[616]: New relevant interface
          eth0.IPv4 for mDNS.
          Jun 26 19:42:15 NCC-1701L avahi-daemon[616]: Registering new address record for 192.168.1.12 on eth0.IPv4.
          Jun 26 19:42:16 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] Jun 26 19:42:16 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
          Jun 26 19:42:16 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] Jun 26 19:42:16 NCC-1701L NetworkManager[1130]: <info> Policy set 'eth0' 
          (eth0) as default for IPv4 routing and DNS.
          Jun 26 19:42:17 NCC-1701L avahi-daemon[616]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::f2bf:97ff:fe1d:ae24.
          Jun 26 19:42:17 NCC-1701L avahi-daemon[616]: New relevant interface
          eth0.IPv6 for mDNS.
          Jun 26 19:42:17 NCC-1701L avahi-daemon[616]: Registering new address record for fe80::f2bf:97ff:fe1d:ae24 on eth0.*.
          Jun 26 19:42:18 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) successful, device activated.
          Jun 26 19:42:27 NCC-1701L kernel: [   48.114700] device eth0 entered 
          promiscuous mode
          Jun 26 19:42:27 NCC-1701L snort[2663]: Writing PID "2663" to file "/var/run//snort_eth0.pid"
          Jun 26 19:52:48 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37] Jun 26 19:52:48 NCC-1701L NetworkManager[1130]: <info> (eth0): 
          deactivating device (reason 'sleeping') [37] Jun 26 19:52:48 NCC-1701L avahi-daemon[616]: Withdrawing address record for fe80::f2bf:97ff:fe1d:ae24 on eth0.
          Jun 26 19:52:48 NCC-1701L avahi-daemon[616]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::f2bf:97ff:fe1d:ae24.
          Jun 26 19:52:48 NCC-1701L avahi-daemon[616]: Interface eth0.IPv6 no longer relevant for mDNS.
          Jun 26 19:52:48 NCC-1701L avahi-daemon[616]: Withdrawing address record for 192.168.1.12 on eth0.
          Jun 26 19:52:48 NCC-1701L avahi-daemon[616]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.12.
          Jun 26 19:52:48 NCC-1701L avahi-daemon[616]: Interface eth0.IPv4 no longer relevant for mDNS.
          Jun 26 19:52:49 NCC-1701L NetworkManager[1130]: <info> (eth0): cleaning up...
          Jun 26 19:52:49 NCC-1701L NetworkManager[1130]: <info> (eth0): taking down device.
          Jun 26 19:52:49 NCC-1701L kernel: [  668.904803] sky2 0000:04:00.0 eth0: 
          disabling interface
          Jun 26 19:52:49 NCC-1701L kernel: [  668.906253] device eth0 left promiscuous mode Jun 26 19:52:49 NCC-1701L snort[2663]: Could not remove pid file
          /var/run//snort_eth0.pid: Permission denied Jun 26 21:08:11 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Jun 26 21:08:11 NCC-1701L NetworkManager[1130]: <info> (eth0): bringing up device.
          Jun 26 21:08:11 NCC-1701L NetworkManager[1130]: <info> (eth0): preparing device.
          Jun 26 21:08:11 NCC-1701L NetworkManager[1130]: <info> (eth0): 
          deactivating device (reason 'managed') [2] Jun 26 21:08:11 NCC-1701L kernel: [  682.479344] sky2 0000:04:00.0 eth0: 
          enabling interface
          Jun 26 21:08:11 NCC-1701L kernel: [  682.479626] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> (eth0): carrier now ON (device state 20) Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20
          30 40]
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Auto-activating connection 'eth0'.
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) starting connection 'eth0'
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] Jun 26 21:08:14 NCC-1701L kernel: [  684.976028] sky2 0000:04:00.0 eth0: 
          Link is up at 1000 Mbps, full duplex, flow control both Jun 26 21:08:14 NCC-1701L kernel: [  684.976048] IPv6: 
          ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
          Jun 26 21:08:14 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
          Jun 26 21:08:14 NCC-1701L avahi-daemon[616]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.12.
          Jun 26 21:08:14 NCC-1701L avahi-daemon[616]: New relevant interface
          eth0.IPv4 for mDNS.
          Jun 26 21:08:14 NCC-1701L avahi-daemon[616]: Registering new address record for 192.168.1.12 on eth0.IPv4.
          Jun 26 21:08:15 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] Jun 26 21:08:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
          Jun 26 21:08:15 NCC-1701L NetworkManager[1130]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] Jun 26 21:08:15 NCC-1701L NetworkManager[1130]: <info> Policy set 'eth0' 
          (eth0) as default for IPv4 routing and DNS.
          Jun 26 21:08:15 NCC-1701L NetworkManager[1130]: <info> Activation (eth0) successful, device activated.
          Jun 26 21:08:15 NCC-1701L avahi-daemon[616]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::f2bf:97ff:fe1d:ae24.
          Jun 26 21:08:15 NCC-1701L avahi-daemon[616]: New relevant interface
          eth0.IPv6 for mDNS.
          Jun 26 21:08:15 NCC-1701L avahi-daemon[616]: Registering new address record for fe80::f2bf:97ff:fe1d:ae24 on eth0.*.
          Jun 26 21:20:31 NCC-1701L kernel: [    2.312773] sky2 0000:04:00.0 eth0: 
          addr f0:bf:97:1d:ae:24
          Jun 26 21:20:31 NCC-1701L kernel: [   25.886485] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready Jun 26 21:20:36 NCC-1701L NetworkManager[1120]: SCPlugin-Ifupdown: 
          devices added (path: 
          /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0, iface: eth0) Jun 26 21:20:36 NCC-1701L NetworkManager[1120]: SCPlugin-Ifupdown: 
          device added (path: 
          /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/net/eth0, iface: 
          eth0): no ifupdown configuration found.
          Jun 26 21:20:36 NCC-1701L NetworkManager[1120]:    keyfile: parsing eth0 
          ...
          Jun 26 21:20:37 NCC-1701L NetworkManager[1120]:    keyfile:     read 
          connection 'eth0'
          Jun 26 21:20:37 NCC-1701L NetworkManager[1120]: <info> (eth0): carrier is OFF Jun 26 21:20:37 NCC-1701L NetworkManager[1120]: <info> (eth0): new Ethernet device (driver: 'sky2' ifindex: 2) Jun 26 21:20:37 NCC-1701L NetworkManager[1120]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
          Jun 26 21:20:37 NCC-1701L NetworkManager[1120]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Jun 26 21:20:37 NCC-1701L NetworkManager[1120]: <info> (eth0): bringing up device.
          Jun 26 21:20:37 NCC-1701L NetworkManager[1120]: <info> (eth0): preparing device.
          Jun 26 21:20:37 NCC-1701L NetworkManager[1120]: <info> (eth0): 
          deactivating device (reason 'managed') [2]
          Jun 26 21:20:37 NCC-1701L kernel: [   32.334862] sky2 0000:04:00.0 eth0: 
          enabling interface
          Jun 26 21:20:37 NCC-1701L kernel: [   32.335159] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready
          Jun 26 21:20:37 NCC-1701L kernel: [   32.336644] IPv6: 
          ADDRCONF(NETDEV_UP): eth0: link is not ready Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> (eth0): carrier now ON (device state 20) Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20
          30 40]
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Auto-activating connection 'eth0'.
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) starting connection 'eth0'
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
          Jun 26 21:20:40 NCC-1701L kernel: [   34.730824] sky2 0000:04:00.0 eth0: 
          Link is up at 1000 Mbps, full duplex, flow control both
          Jun 26 21:20:40 NCC-1701L kernel: [   34.730842] IPv6: 
          ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
          Jun 26 21:20:40 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
          Jun 26 21:20:40 NCC-1701L avahi-daemon[646]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.12.
          Jun 26 21:20:40 NCC-1701L avahi-daemon[646]: New relevant interface
          eth0.IPv4 for mDNS.
          Jun 26 21:20:40 NCC-1701L avahi-daemon[646]: Registering new address record for 192.168.1.12 on eth0.IPv4.
          Jun 26 21:20:41 NCC-1701L NetworkManager[1120]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] Jun 26 21:20:41 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
          Jun 26 21:20:41 NCC-1701L NetworkManager[1120]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] Jun 26 21:20:41 NCC-1701L NetworkManager[1120]: <info> Policy set 'eth0' 
          (eth0) as default for IPv4 routing and DNS.
          Jun 26 21:20:42 NCC-1701L NetworkManager[1120]: <info> Activation (eth0) successful, device activated.
          Jun 26 21:20:42 NCC-1701L avahi-daemon[646]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::f2bf:97ff:fe1d:ae24.
          Jun 26 21:20:42 NCC-1701L avahi-daemon[646]: New relevant interface
          eth0.IPv6 for mDNS.
          Jun 26 21:20:42 NCC-1701L avahi-daemon[646]: Registering new address record for fe80::f2bf:97ff:fe1d:ae24 on eth0.*.
          Jun 26 21:20:49 NCC-1701L kernel: [   43.844435] device eth0 entered 
          promiscuous mode
          Jun 26 21:20:49 NCC-1701L snort[2496]: Writing PID "2496" to file "/var/run//snort_eth0.pid"
          Jun 26 21:25:03 NCC-1701L NetworkManager[1120]: <info> Policy set 'eth0' 
          (eth0) as default for IPv4 routing and DNS.
          Thanks,

          Craigbert
          ----------------------------------------------------
          Kubuntu 13.04
          8GB RAM & Intel Core i7 1.87GHz
          Registered Linux User 537624

          Comment


            #6
            I posted this a while back and have not had a chance to follow up. Anyone have any ideas as to how I might resolve this?
            Thanks,

            Craigbert
            ----------------------------------------------------
            Kubuntu 13.04
            8GB RAM & Intel Core i7 1.87GHz
            Registered Linux User 537624

            Comment

            Working...
            X