Results 1 to 2 of 2

Thread: nm-applet gone and not automatically connected

  1. #1
    Join Date
    Aug 2009
    Beans
    824

    nm-applet gone and not automatically connected

    I had to connect directly to the dsl modem do traceroute and now that I'm connected through the router it won't automatically connect.

    Solved the auto connection by changing /etc/network/interfaces but the applet still don't show.
    Code:
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet dhcp
    Uninstalled and re installed the network-manager packet a couple of times but still nothing showing (yes I have the notification area on my panel).

    Now installed wcd but I'm not sure what it's supposed to do.

    My question is; is there a way to use pppoe and then not use it without borking up the network applet and or having to re install Ubuntu?

  2. #2
    Join Date
    Aug 2009
    Beans
    824

    Re: nm-applet gone and not automatically connected

    1. Uninstalled network-manager "sudo apt-get purge network-manager"
    2. Changed /etc/network/interfaces to:
    Code:
    auto lo
    iface lo inet loopback
    Using the command
    Code:
    sudo nano /etc/network/interfaces
    Then press control + x, y and enter
    3. Installed network-manager
    Code:
    sudo apt-get install network-manager
    4. rebooted

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
  •