<br><br><div class="gmail_quote">On Fri, Nov 21, 2008 at 10:44 AM, Gary Crosby <span dir="ltr">&lt;<a href="mailto:grcrosby@gmail.com">grcrosby@gmail.com</a>&gt;</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&#39;t using NetworkManager, the application that&#39;s *supposed* to handle it now. If I&#39;m right, the NetworkManager icon (in the system tray, top right-hand corner by default) also doesn&#39;t appear for you, and if you run &quot;killall nm-applet &amp;&amp; nm-applet&quot; to restart it you&#39;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~ &amp;&amp; echo -e &quot;auto lo\niface lo inet loopback&quot; &gt; /tmp/interfaces &amp;&amp; sudo cp /tmp/interfaces /etc/network/interfaces<br><br>(Note that this will erase existing /etc/network/interfaces~ files, so don&#39;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&#39;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>