Results 1 to 8 of 8

Thread: Physical Ethernet Not Connecting

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Beans
    4

    Physical Ethernet Not Connecting

    Bit of background first: I'm in a bit of a situation here, as I'm in China for the next 3 weeks on a summe research deal. I've been here for 5 weeks, and somewhere around the first week my ethernet port stopped working for some reason. The wireless is fine, but any connected ethernet cable doesn't work with the netbook, even if they work with other laptops or computers.

    I referred to this thread first but the solutions offered there did not help:
    http://ubuntuforums.org/showthread.php?t=1460266

    Hardware: Gateway LT20 Netbook
    Release: Ubuntu 9.1 (karmic)

    I've tried to use "sudo ifdown eth0" and "sudo ifup eth0" to "reset" it, but that didn't really do anything.

    I'm an Ubuntu newb and don't really know what else to try. I have automatic DHCP settings on, if that info helps.

    Any help would be so unbelievably appreciated; it's very frustrating having limited internet connectivity here.

  2. #2
    Join Date
    Jul 2010
    Beans
    4

    Re: Physical Ethernet Not Connecting

    If I need to provide any more information tell me what and how to do it please, I really want to get this taken care of as soon as I can.

  3. #3
    Join Date
    Dec 2008
    Location
    London, UK
    Beans
    53
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Physical Ethernet Not Connecting

    Are the lights on the ethernet port flickering or on?

    Try doing in terminal

    Code:
    # sudo /etc/init.d/networking restart
    Check in network manager as well to make sure it 'starts automatically' or whatever it is that needs to be checked.
    What's the point of a window if it can't be opened

  4. #4
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Physical Ethernet Not Connecting

    After restarting networking, check ifconfig -a. If the wired interface has no connection, try sudo dhclient eth0 (assuming the wired interface is eth0). Probably you'll get several lines ending with something like "No DHCP offers received... sleeping"
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  5. #5
    Join Date
    Jul 2010
    Beans
    4

    Re: Physical Ethernet Not Connecting

    The ethernet port lights are flickering.
    I did
    Code:
    sudo /etc/init.d/networking restart
    and nothing happened/changed.

    The results of ifconfig -a yielded:
    Code:
    Link encap:Ethernet  HWaddr 00:26:22:89:a6:c3  
              inet6 addr: fe80::226:22ff:fe89:a6c3/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:21018184 errors:0 dropped:0 overruns:0 frame:0
              TX packets:94 errors:0 dropped:0 overruns:0 carrier:3
              collisions:0 txqueuelen:1000 
              RX bytes:575557 (575.5 KB)  TX bytes:11216 (11.2 KB)
              Interrupt:29
    for eth0.

    After sudo dhclient eth0, I received:
    Code:
    There is already a pid file /var/run/dhclient.pid with pid 11819
    killed old client process, removed PID file
    Internet Systems Consortium DHCP Client V3.1.2
    Copyright 2004-2008 Internet Systems Consortium.
    All rights reserved.
    For info, please visit http://www.isc.org/sw/dhcp/
    
    Listening on LPF/eth0/00:26:22:89:a6:c3
    Sending on   LPF/eth0/00:26:22:89:a6:c3
    Sending on   Socket/fallback
    DHCPREQUEST of 192.168.0.76 on eth0 to 255.255.255.255 port 67
    DHCPACK of 192.168.0.76 from 192.168.0.1
    resolvconf: Error: /etc/resolv.conf must be a symlink
    bound to 192.168.0.76 -- renewal in 42160 seconds.
    Still nothing....

  6. #6
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Physical Ethernet Not Connecting

    Quote Originally Posted by potatohamster View Post
    Code:
    ...
    Sending on   Socket/fallback
    DHCPREQUEST of 192.168.0.76 on eth0 to 255.255.255.255 port 67
    DHCPACK of 192.168.0.76 from 192.168.0.1
    resolvconf: Error: /etc/resolv.conf must be a symlink
    bound to 192.168.0.76 -- renewal in 42160 seconds.
    Interesting error message...
    LOOKS like the machine got IP address 192.168.0.76 - ifconfig -a reports otherwise?
    Last edited by Iowan; July 22nd, 2010 at 12:09 AM.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

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
  •