Hi Mike On Wed, May 18, 2016 at 7:08 PM, Mike Erdahl <[email protected]> wrote:
> > Accidentally posted this on the beaglebone google group... annoying. > > connman works just fine for my three different RTL81xx based USB WIFI > adapters on the Debian Jessie 8.3 bb.org release, but wifi seems dead on > the Debian Jessie 8.4 bb.org release (wifi scan either hangs, or does not > find anything). Same behavior on BeagleBone Black and Green, powered with > external bricks. > > I run on both 8.3 and 8.4: > > $ sudo su > # connmanctl > connmanctl> enable wifi > connmanctl> scan wifi > connmanctl> services > > At this point, I either see my AP (Jessie 8.3), or nothing (Jessie 8.4) > > Checking 'technologies' on both releases does show WiFi is present, and > powered. > > Is there any config magic required before using connman with Debian 8.4 > bb.org release? Unfortunately I overwrote my SD card before capturing > the kernel log, but it seemed like the rtl firmware was loading fine, with > no errors being reported. > We have tether'ing enabled out of the box, so you need to disable that: $ sudo su # connmanctl connmanctl> tether wifi off connmanctl> enable wifi connmanctl> scan wifi connmanctl> services then it'll work just fine. ;) 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/CAOCHtYgfNVZ67hGbBurH19Y41kvmwXtsizx8R74Fg44iVDJoSg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
