On Sun, Jan 8, 2017 at 5:54 PM, Oliver Rew <[email protected]> wrote: > I've been struggling to get wifi working on my BBB for the better part of a > week now. I sort of succeeded at one point, but I couldn't tell how I did > it. Anyway, long story short, I noticed this morning that when I start a > fresh debian image with my Edimax usb wifi plugged in, it defaults to AP > mode and is broadcasting a SSID called "Beaglebone-710C". This makes sense > with my problems because I could see the wifi dongle and see it was > recognized, but I couldn't scan or connect. Does anyone know why it would > default to AP mode?
by default conman is setting up wlan0 in tether mode, to disable it and connect to a different AP run: sudo connmanctl #connmanctl> tether wifi disable #connmanctl> enable wifi #connmanctl> scan wifi #connmanctl> services #connmanctl> agent on #connmanctl> connect wifi_*_managed_psk #connmanctl> quit 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/CAOCHtYiwQH-zV8HEkT%2BUdRajeYWhPAVVxf8cKPhmXbR23BUD8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
