<html><head></head><body><div><br></div><div><span>-- <br>


  <meta http-equiv="Content-Type" content="text/html; CHARSET=UTF-8">
  <meta name="GENERATOR" content="GtkHTML/4.6.6">


irons.charles@gmail.com<br>
Home   +2711 782 8623 


</span></div><div><br></div><div>On Sun, 2016-08-28 at 11:43 -0400, Robert Heller wrote:</div><blockquote type="cite"><pre>At Sun, 28 Aug 2016 16:22:10 +0200 "Ubuntu user technical support,  not for general discussions" <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>> wrote:

<blockquote type="cite">

On Sun, 28 Aug 2016 15:18:15 +0200, Chas IRONS wrote:
<blockquote type="cite">
My Settings/Network shows two Wired entries (because my ADSL service
was poor so my ISP gave me a wireless router that works) but my browser
will not connect if the router is switched on first.

The lower Wired entry for the eth0 DSL router shows "Cable unplugged"
because it was replaced by the eth1 wireless router.
</blockquote>

Hi,

could it be, that you switched from PPPoE to DHCP, but you still
connect by cable and not by wifi? There was likely an issue with the
modem and not with ADSL, so the modem to dial up was replaced by the
router. The router likely provides LAN and WLAN.

However, wifi unlikely is eth1, it should be wlan0, wlan1 ... wlann.
</blockquote>

Hmmm... Not necessarily -- it is quite possible for wifi to be eth1.  It all 
depends on what is in /etc/udev/rules.d/70-persistent-net.rules and 
/etc/network/interfaces. 
</pre></blockquote><div><br></div><div>Hi again Robert. Gedit shows /etc/network/interfaces content that I do not understand :</div><div>auto lo</div><div>iface lo inet loopback</div><div><br></div><div>Could that cause eth0 to prevent eth1 from connecting?</div><div><br></div><div>and also /etc/udev/rules.d/70-persistent-net.rules contains:</div><div># PCI device 0x10ec:0x8168 (r8169)</div><div>SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="10:c3:7b:6a:c5:ea", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"</div><div><br></div><div># USB device 0x:0x (cdc_ether)</div><div>SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="3c:1e:04:96:54:05", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"</div><div><br></div><div>So I see eth0 is a PCI device (was the ADSL router) and eth1 is a USB device (the wireless router I am using now)</div><div><br></div><div>Thanks for showing me the basics again.</div><blockquote type="cite"><pre>
<blockquote type="cite">

What's the output of

  lsb_release -rc; ifconfig -a

?

I can't help you with Network Manager and also not really with wifi in
general, since I'm using a router by LAN, not by WLAN.

However, is your wifi thingy up?

If I connect a wifi thingy by USB, "ifconfig -a" shows it...



  $ ifconfig -a
  enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
          [snip]

  lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
          [snip]

  wlp0s19f3u1: flags=4098<BROADCAST,MULTICAST>  mtu 1500
          [snip]



...but it's not shown by ifconfig...



  $ ifconfig
  enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
          [snip]

  lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
          [snip]



It requires to bring the Interface up...



  $ sudo ip link set wlp0s19f3u1 up



...then its shown:



  $ ifconfig
  enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
          [snip]

  lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
          [snip]

  wlp0s19f3u1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
          [snip]



Regards,
Ralf


</blockquote>

-- 
Robert Heller             -- 978-544-6933
Deepwoods Software        -- Custom Software Services
<a href="http://www.deepsoft.com/">http://www.deepsoft.com/</a>  -- Linux Administration Services
<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>       -- Webhosting Services
                                                                                                                        

</pre></blockquote></body></html>