On Fri, Jul 14, 2017 at 9:26 AM, <[email protected]> wrote: > 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.
The access point is controlled thru: /etc/default/bb-wl18xx make sure you have latest version of: bb-wl18xx-firmware # TETHER_ENABLED: Whether or not to run the /usr/bin/bb-wl18xx-tether daemon; set to no to disable. TETHER_ENABLED=yes # USE_CONNMAN_TETHER: Whether or not to just use connman tether inteface; set to no to disable. USE_CONNMAN_TETHER=no # USE_WL18XX_IP_PREFIX: default IP block of SoftAP0 interface USE_WL18XX_IP_PREFIX="192.168.8" # USE_WL18XX_MAC_ADDRESS: use custom mac address, for when work wifi starts sending deauthentication packet spam. #USE_WL18XX_MAC_ADDRESS="EC:11:27:B:14:97" # USE_PERSONAL_SSID: set custom ssid USE_PERSONAL_SSID="BeagleBone" # USE_PERSONAL_PASSWORD: set ssid password USE_PERSONAL_PASSWORD="BeagleBone" # USE_GENERATED_DNSMASQ: use generated version of /etc/dnsmasq.d/SoftAp0; set to no so user can modify /etc/dnsmasq.d/SoftAp0 USE_GENERATED_DNSMASQ=yes # USE_GENERATED_HOSTAPD: use generated version of /etc/hostapd.conf; set to no so user can modify /etc/hostapd.conf USE_GENERATED_HOSTAPD=yes # USE_APPENDED_SSID: appends mac address after SSID (aka -WXYZ, BeagleBone-WXYZ) USE_APPENDED_SSID=yes 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/CAOCHtYjtM3W9c0yD%3Df2E2quQFVd132MCc1y0H7AScFtCymL-Xg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
