Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Wired connection won't work

  1. #1
    Join Date
    Oct 2010
    Beans
    91
    Distro
    Ubuntu 12.04 Precise Pangolin

    Wired connection won't work

    I'm trying to connect to a new wired internet connection I got at my house. My desktop, running Ubuntu 12.04, won't connect via the ethernet, though when I had the computer at work it would. The connection is good, as I tried the ethernet in the laptop I'm writing this on and it worked. I tried adding
    auto eth0 iface eth0 inet dhcpto the interfaces gedit doc and then restarting networking via the terminal (as per the directions here: http://askubuntu.com/questions/16148...g-ubuntu-12-04), but I get the following:

    stop: Unknown instance
    networking stop/waiting

    Any assistance would be greatly appreciated. Thanks.

  2. #2
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Wired connection won't work

    Thread moved to Networking & Wireless.

  3. #3
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Wired connection won't work

    Hi, if you are just running your desktop as a stand alone, not a server
    the /etc/network/interfaces file should just look like this in 12.04
    Code:
    auto lo
    iface lo inet loopback
    if you plug bback in your laptop to the ethernet cabe and do
    Code:
    cat /etc/network/interfaces
    it also will not have the extra lines you added, I would suggest
    removing those added lines.
    please post
    Code:
    ifconfig
    thanks
    Craving anchovy, herring and squid pizza.....with clam sauce

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Wired connection won't work

    And also post the output of:
    Code:
    sudo lshw -C network
    thanks.

  5. #5
    Join Date
    Oct 2010
    Beans
    91
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wired connection won't work

    I have removed the two lines I added to the gedit networking file; as well, the two lines you said should be there are, Hadaka.

    Here is the output from the two commands (sorry about the lack of formatting):
    Code:
    Version:1.0 StartHTML:0000000167 EndHTML:0000003451 StartFragment:0000000457 EndFragment:0000003435    	 	 	 	 	 	   :~$ ifconfig  
     eth0      Link encap:Ethernet  HWaddr 1c:6f:65:4b:0e:1f   
               UP BROADCAST MULTICAST  MTU:1500  Metric:1  
               RX packets:0 errors:0 dropped:0 overruns:0 frame:0  
               TX packets:0 errors:0 dropped:0 overruns:0 carrier:0  
               collisions:0 txqueuelen:1000  
               RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)  
               Interrupt:41 Base address:0xe000  
     
    
     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:16436  Metric:1  
               RX packets:16 errors:0 dropped:0 overruns:0 frame:0  
               TX packets:16 errors:0 dropped:0 overruns:0 carrier:0  
               collisions:0 txqueuelen:0  
               RX bytes:1312 (1.3 KB)  TX bytes:1312 (1.3 KB)  
     
    
     :~$ sudo lshw -C network  
     [sudo] password:  
       *-network                
            description: Ethernet interface  
            product: RTL8111/8168B PCI Express Gigabit Ethernet controller  
            vendor: Realtek Semiconductor Co., Ltd.  
            physical id: 0  
            bus info: pci@0000:02:00.0  
            logical name: eth0  
            version: 02  
            serial: 1c:6f:65:4b:0e:1f  
            size: 10Mbit/s  
            capacity: 1Gbit/s  
            width: 64 bits  
            clock: 33MHz  
            capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation  
            configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=N/A latency=0 link=no multicast=yes port=MII speed=10Mbit/s  
            resources: irq:41 ioport:de00(size=256) memory:fdaff000-fdafffff memory:fdae0000-fdaeffff memory:fda00000-fda0ffff
    Last edited by mörgæs; February 7th, 2013 at 11:51 AM. Reason: Added CODE tags

  6. #6
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Wired connection won't work

    Quote Originally Posted by CommuneOfLoon View Post
    sorry about the lack of formatting
    If you use CODE tags there's no need to be sorry.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  7. #7
    Join Date
    Oct 2010
    Beans
    91
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wired connection won't work

    Quote Originally Posted by mörgæs View Post
    If you use CODE tags there's no need to be sorry.
    Perhaps you could explain how to do that or post a link explaining it?

    Any help with my issue?

  8. #8
    Join Date
    Dec 2011
    Beans
    11

    Re: Wired connection won't work

    Can you please post the output of
    Code:
    cat /etc/network/interfaces
    Thank you

  9. #9
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Wired connection won't work

    Quote Originally Posted by CommuneOfLoon View Post
    Perhaps you could explain how to do that or post a link explaining it?

    Any help with my issue?
    [code] at the beginning of the text and the same thing at the other end but add [/

    You can also create a quick reply and click 'Go Advanced', select the code then click the # icon.

  10. #10
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

Page 1 of 2 12 LastLast

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
  •