On Wed, Dec 7, 2016 at 2:46 PM, tdlivings <[email protected]> wrote: > > > OK IT WORKS NOW > > I attached a terminal dump from cloud9 showing what steps I took as > well as a Mac Terminal after Rebooting. > > One question is in /etc/network/interfaces there is a comment > > ##connman: WiFi > # > #connmanctl > #connmanctl> tether wifi disable > #connmanctl> enable wifi > #connmanctl> scan wifi > #connmanctl> services > #connmanctl> agent on > #connmanctl> connect wifi_*_managed_psk > #connmanctl> quit > > > I did not do the tether wifi disable but instead followed your instructions > from the thread I referred to here. > Should I have done that and if so can I just do it by itself now.
So, "tether wifi disable" is needed when connman is in control of the tether'ing. (<tether> interface shown by sudo ifconfig -a) With 2016-12-05 and future images, /usr/bin/bb-wl18xx-tether is controlling it. (<SoftAp0> interface shown by sudo ifconfig -a) Main differences: connman tether <tether> : Allows one AP connection, nice for making a router (when you have a usb-ethernet interface) /usr/bin/bb-wl18xx-tether <SoftAp0> : Allows one AP and a second WiFi Connection btw, one issue with this new setup, WiFi is slower with the dual connections, in my testing switching from v4.4.x -> v4.9.x saw an increase from 55kb/s -> 1,600kb/s $ cd /opt/scripts/tools/ $ git pull $ sudo ./update_kernel.sh --ti-kernel --lts-4_9 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhAJzq8FfvdqAaqqg%2B%3D3ES1Y8OoiOuj0ASKTLLk44zoUg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
