<br><br><div class="gmail_quote">On Tue, May 6, 2008 at 11:03 PM, Patton Echols <<a href="mailto:p.echols@comcast.net">p.echols@comcast.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 05/06/2008 02:51 PM, Bob Cortez wrote:<br></div><div class="Ih2E3d"><br>
> /etc/network/interfaces shows:<br>
><br>
> auto lo<br>
> iface lo inet loopback<br>
> iface eth0 inet dhcp<br>
> auto eth0<br>
><br>
<br>
</div>If I recall correctly, NM needs to have everything but the loopback<br>
interfaces commented out here.  So you'd want it to look like :<br>
<div class="Ih2E3d">/etc/network/interfaces shows:<br>
<br>
auto lo<br>
iface lo inet loopback<br>
# iface eth0 inet dhcp<br>
# auto eth0<br>
<br>
</div>Make sure you back up in case I'm wrong.  (My recollection comes from<br>
Edgy, and NM has survived every upgrade since, but my interfaces file<br>
still only has the "lo" items live. - - I haven't done the latest yet<br>
either .</blockquote><div><br>Made those changes.  But problem persists.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Also, in another post you were wondering whether you had uninstalled<br>
something.  Try<br>
<br>
$ iwconfig<br>
The output should tell you whether you have a live card.    Also<br>
$ ifconfig<br>
Gives slightly different info and the outputs might give the list some<br>
other ideas.<br>
</blockquote><div>mysticventures@mysticventures-laptop:~$ iwconfig<br>lo        no wireless extensions.<br><br>eth0      no wireless extensions.<br><br>mysticventures@mysticventures-laptop:~$ ifconfig<br>eth0      Link encap:Ethernet  HWaddr 00:e0:b8:e2:1d:4f  <br>
          inet addr:<a href="http://192.168.0.101">192.168.0.101</a>  Bcast:<a href="http://192.168.0.255">192.168.0.255</a>  Mask:<a href="http://255.255.255.0">255.255.255.0</a><br>          inet6 addr: fe80::2e0:b8ff:fee2:1d4f/64 Scope:Link<br>
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:347707 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:337267 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>
          RX bytes:189028785 (180.2 MB)  TX bytes:25642984 (24.4 MB)<br>          Interrupt:220 <br><br>lo        Link encap:Local Loopback  <br>          inet addr:<a href="http://127.0.0.1">127.0.0.1</a>  Mask:<a href="http://255.0.0.0">255.0.0.0</a><br>
          inet6 addr: ::1/128 Scope:Host<br>          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br>          RX packets:1680 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:1680 errors:0 dropped:0 overruns:0 carrier:0<br>
          collisions:0 txqueuelen:0 <br>          RX bytes:84000 (82.0 KB)  TX bytes:84000 (82.0 KB)<br><br> Again, thanks for the help.<br><br>Bob<br></div></div>