Hello Ari, using a BeagleBone.org Debian Image 2017-03-19, I was able to configure BB Blue for my network using connman instructions from this gist: https://gist.github.com/kylemanna/6930087
Very similar to what you did, but not calling 'enable wifi', 'tether wifi disable', and 'agent on'. Also, I directly wrote the settings (including the passphrase) to /var/lib/conman/xyz-psk.config, as explained in the gist. Finally I had to tell my router to accept the new device ;-) However, I am struggling to modify the Accesspoint default password, or even just disabling the AccessPoint. Very nice that AP and Wifi Client connections are possible at the same time though. Greetings, Kjell Am Sonntag, 28. Mai 2017 00:11:49 UTC+2 schrieb Ari Krupnik: > > I'm trying to connect my BB Blue to my local wifi. I can ssh into the > board through USB. I can also connect to the onboard AP and ssh through > that. I am failing to connect the board as a client to my WiFi router. > > root@beaglebone:/home/debian# connmanctl > connmanctl> enable wifi > Error wifi: Already enabled > connmanctl> tether wifi disable > Error disabling wifi tethering: Already disabled > connmanctl> scan wifi > Scan completed for wifi > connmanctl> services > ATT2F5HVb4 wifi_f45eab3dac4c_41545432463548566234_managed_psk > NTGR_VMB_1406851422 > wifi_f45eab3dac4c_4e5447525f564d425f31343036383531343232_managed_psk > connmanctl> agent on > Agent registered > connmanctl> connect wifi_f45eab3dac4c_41545432463548566234_managed_psk > Agent RequestInput wifi_f45eab3dac4c_41545432463548566234_managed_psk > Passphrase = [ Type=psk, Requirement=mandatory, Alternates=[ WPS ] ] > WPS = [ Type=wpspin, Requirement=alternate ] > Passphrase? ************ > Agent ReportError wifi_f45eab3dac4c_41545432463548566234_managed_psk > connect-failed > Agent request cancelled by ConnMan > Error > /net/connman/service/wifi_f45eab3dac4c_41545432463548566234_managed_psk: > Operation aborted > connmanctl> > Enter code here... > > > > -- 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/0b9b9c75-9505-4b01-aeb1-46bd428c30c3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
