>
> SoftAp0 is created by the wifidog service: 
>
> wifidog-pre-startup.service 
> & 
> wifidog-gateway.service 
>
>
> https://github.com/rcn-ee/repos/blob/master/seeed-wificonfig-installer/suite/jessie/debian/wifidog_pre
>  
>
>

Thanks, Robert.

For anyone else running into this, here is the simplest solution I found to 
ensure wlan0 still comes up, SoftAp0 doesn't, and the nodejs process isn't 
started at bootup:

https://www.ccoderun.ca/programming/2016-06-29_BBGW/index.html#softap0


   - edit /usr/bin/wifidog_pre
   - at the top of the script, add this line:  touch /tmp/wifi.up
   - at the bottom of the script, comment out systemctl start of 
   wificonfig.service
   - at the bottom of the script, append these 2 additional lines:
   systemctl stop    wificonfig.service || true
   systemctl disable wificonfig.service || true
   - save the file and reboot the device


And if like me you don't have a cell phone or other bluetooth device to 
configure the wlan0 interface, I have that figured out and documented here: 
 https://www.ccoderun.ca/programming/2016-06-29_BBGW/index.html#wifi

Stéphane

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/05a37a94-89f1-4e3c-8bff-b04f32e8e213%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to