On Sun, Dec 20, 2015 at 1:55 AM, <[email protected]> wrote: > Found a solution.... remove connmand and install network-manager. > network-manager seemed to "just work" (once you remove the wifi config lines > from /etc/network/interfaces). This guide pointed me in the right direction: > http://madscientistlabs.blogspot.com/2015/01/wifi-on-beaglebone-black-with-systemd.html
So the only reason we use connman on jessie with the beaglebone black.. If you define, "eth0" in /etc/network/interfaces but don't actually plug in the ethernet jack, it takes up to 2 minutes before ifup/friends gives up and then allows the boot to move on. So connman is in control.. With the lxqt/gui, we have "CMST" installed to give you easy control of connman.. So for the future, with "stretch" systemd has a networkd.service, which i think will allow us to drop the conman workaround.. http://www.freedesktop.org/software/systemd/man/systemd-networkd.service.html Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
