<br><br><div class="gmail_quote">On Fri, Nov 21, 2008 at 10:44 AM, Gary Crosby <span dir="ltr"><<a href="mailto:grcrosby@gmail.com">grcrosby@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I just upgraded one of the family desktops to 8.10 and after rebooting<br>
I could not connect to the internet. Network options on the desktop<br>
are not helping. I looked at changing the settings at<br>
/etc/network/interfaces but it only made more problems. This is the<br>
first problem I have had upgrading in three years of using ubuntu. Any<br>
ideas. None of the GUI tools are making a difference nor are the cli<br>
tools that I know. Any ideas would be appreciated.<br>
<br>
gary</blockquote></div><br>I just upgraded as well. Networking did work as it used to for me, but I did notice that this wasn't using NetworkManager, the application that's *supposed* to handle it now. If I'm right, the NetworkManager icon (in the system tray, top right-hand corner by default) also doesn't appear for you, and if you run "killall nm-applet && nm-applet" to restart it you'll get some error message.<br>
<br>After some Googling, I found that you can re-enable it by removing the previous configuration from /etc/network/interfaces. The following command will backup your current interfaces file to /etc/network/interfaces~ and create a new default configuration file with which NetworkManager will work:<br>
<br>sudo cp /etc/network/interfaces /etc/network/interfaces~ && echo -e "auto lo\niface lo inet loopback" > /tmp/interfaces && sudo cp /tmp/interfaces /etc/network/interfaces<br><br>(Note that this will erase existing /etc/network/interfaces~ files, so don't run it twice ;-)<br>
<br>After you then restart, the NetworkManager should re-appear and you might be able to get it to work.<br><br>It might also, of course, be that you're experiencing an entirely different problem. Some people have reported sucess using wicd in the past - have you tried that?<br clear="all">
<br>-- <br>Vincent<br>