Results 1 to 2 of 2

Thread: Networkmanager losing all settings on Ubuntu 11.04 64 bit

  1. #1
    Join Date
    Mar 2007
    Beans
    283
    Distro
    Ubuntu 11.04 Natty Narwhal

    Networkmanager losing all settings on Ubuntu 11.04 64 bit

    Hi,

    I found several threads addressing a similar problem, but neither of the remedies suggested there worked. So I decided to start a new thread.

    I am using a Dell XPS 15 laptop to connect to a wireless connection at home. I use Network Manager, and it loses all my static DNS settings.

    For now, I have made a custom /etc/resolv.conf.old and every time I log in, I have to manually do

    Code:
    sudo cp /etc/resolv.conf.old /etc/resolv.conf
    to get the network to work.

    Is there a permanent way to store my nameservers (at least), in Ubuntu 11.04?

    Thanks in advance!

  2. #2
    Join Date
    Mar 2007
    Beans
    283
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Networkmanager losing all settings on Ubuntu 11.04 64 bit

    Code:
    sudo apt-get remove network-manager*
    sudo reboot
    sudo apt-get install wicd wicd-gtk
    Then, set static DNS in wicd.

    Works so far in GNOME3

Tags for this Thread

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
  •