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

Thread: Help with internet

  1. #1
    Join Date
    Aug 2008
    Location
    USA
    Beans
    98
    Distro
    Ubuntu 11.04 Natty Narwhal

    Help with internet

    okay... i used to dual boot ubuntu 9.something with my XP. i would actually switch the HDs around. I got another computer to put the linux HD in - similar in style. Both are dells.

    The problem is when i ran another ethernet cable to my linux from my router, i now have no internet on that machine.

    i have looked around on the treads and i have tried the code

    cat /etc/resolv.conf

    all it says it "Network Manager"

    I cant paste the output of large commands becasue i have to maunually type them in... any idea?

  2. #2
    Join Date
    Jul 2009
    Location
    Dayton Ohio USA
    Beans
    1,069
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Help with internet

    Can you post the contents of this file
    Code:
    /etc/network/interfaces
    It is from 5 to 10 lines not to long if your concerned.
    It's okay, I'm a limo driver

  3. #3
    Join Date
    Aug 2008
    Location
    USA
    Beans
    98
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Help with internet

    all it says is :
    auto lo
    iface lo net loopback

  4. #4
    Join Date
    Jul 2009
    Location
    Dayton Ohio USA
    Beans
    1,069
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Help with internet

    I think we have a simple fix
    Code:
    gksudo gedit /etc/network/interface
    Add at the end of the file add
    Code:
    # The primary network interface
    auto eth0
    iface eth0 inet dhcp
    Proof read save and close.
    Then in terminal
    Code:
    sudo ifconfig eth0 up
    Test your connection. If it's not working try a reboot.
    It's okay, I'm a limo driver

  5. #5
    Join Date
    Aug 2008
    Location
    USA
    Beans
    98
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Help with internet

    When i run ifconfig i get : ERROR while getting interface flags: no such device

  6. #6
    Join Date
    Jul 2009
    Location
    Dayton Ohio USA
    Beans
    1,069
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Help with internet

    Did you edit the /etc/network/interfaces file ?
    I'm going to need to see the results from
    less /etc/network/interfaces>netwoked
    This command will deposit a text file in your home directory. Attach that file to your next post for review.
    It's okay, I'm a limo driver

  7. #7
    Join Date
    Aug 2009
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Help with internet

    Did you run

    Code:
    sudo ifconfig eth0 up

  8. #8
    Join Date
    Oct 2010
    Beans
    12

    Re: Help with internet

    Thank you MooPi! I was having the same problem - it seems to be resolved after editing the /etc/network/interfaces file and running the <ifconfig eth0 up>, etc. Hopefully it keeps working

    Thank you!

  9. #9
    Join Date
    Aug 2008
    Location
    USA
    Beans
    98
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Help with internet

    i did the ifconfig command.. the output of the network doc reads:

    auto lo
    iface lo inet interface
    # The primary network interface
    auto eth0
    iface eth0 inet dhcp

  10. #10
    Join Date
    Jul 2009
    Location
    Dayton Ohio USA
    Beans
    1,069
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Help with internet

    OOPs wrong person

    Okay Houston we have a problem
    Code:
    lspci>mypci
    Code:
    lsmod>mymods
    This will deposit text files in your home folder named mypci & mymods
    Please attach these to your next post.
    Last edited by MooPi; November 27th, 2010 at 06:16 PM.
    It's okay, I'm a limo driver

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
  •