Results 1 to 5 of 5

Thread: No ethernet connection

  1. #1
    Join Date
    Oct 2017
    Beans
    2

    No ethernet connection

    Cannot connect ethernet to internet.
    Information:
    ifconfig
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:65536 Metric:1
    RX packets: 177 errors:0 dropped:0 overuns:0 frame:0
    TX packers: 177 errors:0 dropped:0 overuns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:12753 (12.7 KB) TX bytes:12753 (12.7 KB)

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: No ethernet connection

    a) please use "code tags" whenever posting commands AND output. Makes things easier to read. That's "Adv Reply" and the "#" button.

    b) Appears that the correct driver for your NIC isn't loaded or the NIC is dead. Please run sudo lshw -C network and post those results, so we can see which driver, if any is being used **and** what chips the NIC uses.

  3. #3
    Join Date
    Oct 2017
    Beans
    2

    Re: No ethernet connection

    Quote Originally Posted by TheFu View Post
    a) please use "code tags" whenever posting commands AND output. Makes things easier to read. That's "Adv Reply" and the "#" button.

    b) Appears that the correct driver for your NIC isn't loaded or the NIC is dead. Please run sudo lshw -C network and post those results, so we can see which driver, if any is being used **and** what chips the NIC uses.
    PCI (sysfs)

  4. #4
    Join Date
    Dec 2015
    Location
    New England
    Beans
    733
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: No ethernet connection

    credit beameup: This link:
    Code:
    https://askubuntu.com/questions/622470/dns-probe-finished-bad-config-error-in-ubuntu-14-04/622493#622493

    Which says:
    I solved this error by deleting /etc/resolv.conf and recreating the symbolic link.


    You can do that using the following commands:


    Code:
    sudo rm /etc/resolv.conf
    sudo ln -s ../run/resolvconf/resolv.conf /etc/resolv.conf
    sudo resolvconf -u


    execute those lines one at a time
    I added
    Code:
    sudo service network-manager restart
    Last edited by Kris_M; October 23rd, 2017 at 01:32 AM.
    - ThinkPad T570-20HA, i7-7600U, 2.8GHz, UEFI/GPT, 16GB, Sammy 512GB M.2 . Mint 21, Ubuntu 22.04.1, win. -

  5. #5
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: No ethernet connection

    Quote Originally Posted by sam992 View Post
    PCI (sysfs)
    If that is the only output, then I would guess the NIC is dead.

    Here's mine:
    Code:
    $ sudo lshw -C network -sanitize
      *-network               
           description: Wireless interface
           product: Wireless 7260
           vendor: Intel Corporation
           physical id: 0
           bus info: pci@0000:01:00.0
           logical name: wlp1s0
           version: bb
           serial: [REMOVED]
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=iwlwifi driverversion=4.10.0-37-generic firmware=17.459231.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
           resources: irq:47 memory:e1000000-e1001fff
      *-network:1
           description: Ethernet interface
           physical id: 2
           bus info: usb@2:1.1
           logical name: enx000ec6c76418
           serial: [REMOVED]
           size: 1Gbit/s
           capacity: 1Gbit/s
           capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=ax88179_178a duplex=full ip=[REMOVED] link=yes multicast=yes port=MII speed=1Gbit/s

Bookmarks

Posting Permissions

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