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

Thread: network manager problems

  1. #11

    Re: network manager problems

    ok let's do a step by step process to make sure that network manager isn't interfering:
    right click on the network manager icon and unclick "enable networking"
    now go to the terminal and enter this command
    Code:
    ifconfig
    post the output of the command, but the only thing that should come out should look something like this:
    Code:
    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:288 errors:0 dropped:0 overruns:0 frame:0
              TX packets:288 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:24688 (24.6 KB)  TX bytes:24688 (24.6 KB)
    now enter this command:
    Code:
    ifconfig eth0 up
    that will tell your computer to activate your ethernet interface
    hit ifconfig again, something like this should come out:
    Code:
    eth0      Link encap:Ethernet  HWaddr 00:1f:c6:2f:85:9d  
              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:248 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:341 errors:0 dropped:0 overruns:0 frame:0
              TX packets:341 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:28849 (28.8 KB)  TX bytes:28849 (28.8 KB)
    you'll notice that eth0 is now included in the output
    now hit the dhclient command again
    Code:
    dhclient
    now try to surf. make sure that your browser isn't in offline mode.

  2. #12
    Join Date
    Jan 2009
    Location
    southern california
    Beans
    82
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: network manager problems

    ifconfig


    Code:
     jay@ubuntu:~$ ifconfig
    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:283532 errors:0 dropped:0 overruns:0 frame:0
              TX packets:283532 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:52497849 (52.4 MB)  TX bytes:52497849 (52.4 MB)
    
    jay@ubuntu:~$
    ok im able to surf with it disabled so anyway to keep it enabled & not have it pop up every few minutes?
    Last edited by -jay-; November 6th, 2009 at 08:35 AM.
    Ubuntu 14.04 LTS 64bit Gnome 3.10 ~ AMD FX-6200 3.8GHZ ~ 32GB DDR3 1866 ~ AMD Radeon HD 7750 1GB ~ 1 120gb SSD (Linux) & 1 4tb HD (Media)

  3. #13
    Join Date
    Jan 2009
    Location
    southern california
    Beans
    82
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: network manager problems

    so do i have keep it disabled always???
    Ubuntu 14.04 LTS 64bit Gnome 3.10 ~ AMD FX-6200 3.8GHZ ~ 32GB DDR3 1866 ~ AMD Radeon HD 7750 1GB ~ 1 120gb SSD (Linux) & 1 4tb HD (Media)

  4. #14

    Re: network manager problems

    well if you can surf by connecting through the terminal it means that the problem is network-manager, not your connection or your hardware.

    i'd suggest removing then re-installing network-manager. if the problem re-appears you can try using wicd instead, just do
    apt-get install wicd

  5. #15

    Re: network manager problems

    oh and please have the thread marked solved, it saves time for other searchers with the same problem

  6. #16
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: network manager problems

    I would try disabling ipv6. your 'stable connection' is only lacking an ipv6 address and your log showed no ipv6

    try that and see if it works

  7. #17
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: network manager problems

    Quote Originally Posted by HiImTye View Post
    I would try disabling ipv6. your 'stable connection' is only lacking an ipv6 address and your log showed no ipv6

    try that and see if it works
    nevermind thats the loopback

  8. #18
    Join Date
    Jan 2009
    Location
    southern california
    Beans
    82
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: network manager problems

    Quote Originally Posted by mo.reina View Post
    well if you can surf by connecting through the terminal it means that the problem is network-manager, not your connection or your hardware.

    i'd suggest removing then re-installing network-manager. if the problem re-appears you can try using wicd instead, just do
    apt-get install wicd
    thanks looks like ill be using wicd instead thanks for the help
    Ubuntu 14.04 LTS 64bit Gnome 3.10 ~ AMD FX-6200 3.8GHZ ~ 32GB DDR3 1866 ~ AMD Radeon HD 7750 1GB ~ 1 120gb SSD (Linux) & 1 4tb HD (Media)

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
  •