PDA

View Full Version : [ubuntu] [SOLVED] can't change network settings



omkarwagh
November 4th, 2008, 08:19 PM
well intrepid has gotten better in look and feel but for some reasons, upgrading from a previous version still doesn't work perfectly.

this time, i am completely unable to change my settings in any way that i know of.
the network settings manager gives me the following message:-
Updating connection failed: nm-ifupdown-connection.c.82 - connection update not supported (read-only)..

is there any way out except for a fresh install?

i must say though that ubuntu is improving. this is the only issue i have faced within two days of the upgrade...

pmsumner
November 4th, 2008, 08:54 PM
Try this, worked for me...

In a terminal type:


sudo cp /etc/network/interfaces /etc/network/interfaces.bak
gksudo gedit /etc/network/interfaces

Enter your password and in the file, comment out (put a # in front of) any lines which ARE NOT one of:


auto lo
iface lo inet loopback
auto wlan0
auto ath0


Save the file, and either restart the PC or type:

sudo /etc/init.d/NetworkManager restart

Try that and see if you can edit the networks in Network Manager.

plntbrt
November 4th, 2008, 09:56 PM
I have the same problem but the solution proposed doesn't work.
When I try to change my wired connection I get the same message. I upgraded form ubuntu 8.04 to 8.10. My wired connection was with a crossover connection to another computer.

:confused:

plntbrt
November 4th, 2008, 10:09 PM
hi,
I rebooted with the changes suggested above and now it works,
thank you):P

omkarwagh
November 5th, 2008, 07:14 PM
hey yeah same experience as plntbrt.
thanks a lot man.