Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Can't get wired ethernet connection to work

  1. #11
    Join Date
    Dec 2007
    Location
    Gainesville, Florida
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Can't get wired ethernet connection to work

    If you can't get the LED (or link light) to work on the computer or the router you should check the cable. After that make sure the eth0 interface is up.

    sudo ifconfig eth0 up in a terminal
    do this with the Ethernet cable plugged in. The link and activity lights should be on or blinking when a layer 2 connection is made regardless of whether you can get an IP address.

  2. #12
    Join Date
    Apr 2008
    Beans
    39

    Re: Can't get wired ethernet connection to work

    I right clicked the wireless logo clicked edit connections and deleted the wired profile. there was nothing under the DSL tab. After rebooting there is still no wired connection.

  3. #13
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Can't get wired ethernet connection to work

    Lets check
    Code:
    dmesg | egrep 'ssb|b44|eth0'

  4. #14
    Join Date
    Feb 2006
    Location
    Stranded, on Earth
    Beans
    74
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Can't get wired ethernet connection to work

    I just upgraded to 13.10 and had huge connection problems, high latency. Although I probably read it in another post it only dawned on me an hour ago, as the OP wrote in the prior page.

    $ cat /etc/resolv.conf
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 127.0.0.1

    make the nameserver 127.0.1.1 as that is what I found the newer versions use to direct dns


    ______________________________________________
    Life: good in places but no substitute for the real thing.

Page 2 of 2 FirstFirst 12

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
  •