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

Thread: Internet stopped working

  1. #11
    Join Date
    Jul 2009
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Internet stopped working

    how long has this been happening

  2. #12
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Internet stopped working

    Quote Originally Posted by Tclarkie View Post
    how long has this been happening
    1 week

  3. #13
    Join Date
    Dec 2008
    Beans
    89
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Internet stopped working

    It's possible your system isn't set to dhcp. In the command line, try

    Code:
    sudo dhclient
    And if your internet starts working after this, then you'll need to configure your /etc/network/interfaces. To do this,

    Code:
    sudo nano /etc/network/interfaces
    and change "iface eth0 inet SOMETHING" to "inet eth0 inet dhcp". If this doesn't work, please post the outputs of

    Code:
    ifconfig
    Code:
    sudo dhclient
    and the contents of
    Code:
    /etc/network/interfaces

  4. #14
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Internet stopped working

    ill try those steps above but something wierd happen

    now it shows on the top network bar, device not managed even when theres a connection there


    this is ******* me off

  5. #15
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Internet stopped working

    ill try those steps above but something wierd happen

    now it shows on the top network bar, device not managed even when theres a connection there


    this is ******* me off

  6. #16
    Join Date
    Dec 2006
    Location
    Planet Earth
    Beans
    683
    Distro
    Ubuntu

    Question Re: Internet stopped working

    Please also post the output from the following commands:

    lspci
    lsusb
    ifconfig
    iwconfig
    Have you recently made any changes to your firewall configuration?

    Please provide the output from the following command:

    sudo iptables --list
    Are both ends of your network cable properly plugged in? Do you have a light on your router for the network connection?

    - zipperback
    Last edited by zipperback; August 9th, 2009 at 04:45 AM.

  7. #17
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Internet stopped working

    double post
    Last edited by Tanner2007; August 9th, 2009 at 04:53 AM.

  8. #18
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Internet stopped working

    Quote Originally Posted by zipperback View Post
    Please also post the output from the following commands:



    Have you recently made any changes to your firewall configuration?

    Please provide the output from the following command:



    Are both ends of your network cable properly plugged in? Do you have a light on your router for the network connection?

    - zipperback
    I would but them but have no way of getting them from m ubuntu to my laptop, and way to much to type, but now my network manage applet is gone now, wtf im about to just wipe my entire partiton..

  9. #19
    Join Date
    Dec 2008
    Beans
    89
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Internet stopped working

    Quote Originally Posted by Tanner2007 View Post
    I would but them but have no way of getting them from m ubuntu to my laptop, and way to much to type, but now my network manage applet is gone now, wtf im about to just wipe my entire partiton..
    Either save them to a flash drive (what you do is type the command and then a > to the file, eg,
    Code:
    iwconfig > /home/tanner2007/iwconfig_log
    will log the output of iwconfig to /home/tanner2007/iwconfig_log instead of onto the screen - this works with any command) and then copy them here. Or, you could type them out manually...

    And yes, manually messing around with /etc/network/interfaces will screw with your network manager. The network manager is nothing more than a nice front-end to that file, so it will obviously get a rude shock when you play with it's baby, but setting it back to normal should fix it.

    PS. To get the network manager back, ALT+F2+"network-manager" for Gnome (Ubuntu), and ALT+F2+"knetworkmanager" for KDE (Kubuntu).

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
  •