Results 1 to 3 of 3

Thread: Can not detect network cable plugged in...

  1. #1
    Join Date
    2013-Apr
    Posts
    7

    Can not detect network cable plugged in...

    Hey,

    I swapped laptops with my co-worker this afternoon but kept the harddrive to avoid installation of Kali Linux again. However when the "new laptop" boots up, I found wired connection is showing disconnected...I have the cable connected and tested. I also did following:
    test@new-laptop:~$ ethtool -i eth0
    driver: e1000e
    version: 2.1.4-k
    firmware-version: 0.3-0
    bus-info: 0000:00:19.0
    supports-statistics: yes
    supports-test: yes
    supports-eeprom-access: yes
    supports-register-dump: yes
    supports-priv-flags: no

    I put the following configure into /etc/network/interfaces
    auto eth0
    allow-hotplug eth0
    iface eth0 inet dhcp

    and then run "sudo ifdown eth0; sudo ifup eth0". The output are like:
    ifdown: interface eth0 not configured
    Internet Systems Consortium DHCP Client 4.2.2
    Copyright 2004-2011 Internet Systems Consortium.
    All rights reserved.
    For info, please visit https://www.isc.org/software/dhcp/

    Listening on LPF/eth0/00:1e:ec:1e:12:3a
    Sending on LPF/eth0/00:1e:ec:1e:12:3a
    Sending on Socket/fallback
    DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
    DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
    DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17
    DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
    DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
    DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
    No DHCPOFFERS received.
    Unable to obtain a lease on first try. Exiting.
    Failed to bring up eth0.

    So what I did wrong...how should I do to fix it...Please help

  2. #2
    Join Date
    2013-Apr
    Posts
    7
    I am going to upgrade the e1000e driver but donot know which one to download to use.

    I googled the latest e1000e driver for linux and got top one as http://sourceforge.net/projects/e1000/. Not far down from list is the intel link. So which one should I use for kali linux? What is the difference?

  3. #3
    Join Date
    2013-Apr
    Posts
    7
    Cause found: the stupid docking station. When docked, the ethernet works but no WIFI; when undocked, WIFI works but no ethernet....

    LAN/WLAN Switch is disabled in BIOS but that does not help either way.

    Still looking for solution...

Similar Threads

  1. Detect Network Hardware
    By Sp00n9 in forum Installing Archive
    Replies: 1
    Last Post: 2014-12-30, 18:33
  2. Detect someone on network mitm?
    By brazen in forum General Archive
    Replies: 5
    Last Post: 2014-03-10, 15:33

Posting Permissions

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