On Sat, Jan 7, 2017 at 11:31 AM, Kevin Gordon <[email protected]> wrote: > I carried out: > "I now have the BBBW booting from the new image > (debian-8.6-lxqt-4gb-armhf-2017-01-04-4gb), configuring the 4DCAPE-70T > display from its eeprom, with keyboard and mouse. > #ifconfig -a // providing 192.168.8.1 (on the BBBW) > # coomanctl // Error getting VPN connections... (on the BBBW) > connmanctl> enable wifi // already enabled > connmanctl> scan wifi //Scan completed for wifi > connmanctl> services // found my wireless network: KGNETGEAR > connmanctl> agent on //Agent registered > connmanctl> connect wifi_506583d........// Error > /net/connman/service....Method "Connect" with signature "" on > interface......doesn't exist > > I also have a Debian pc wired to wireless router KGNETGEAR #ifconfig -a // > 192.168.1.4" > > Have I misunderstood: > "Out of the new image, you can ssh into the wifi access point > (BeagleBone-WXYZ) and use connmanctl to connect to a 2nd access point > (while still connected to the BBBW thru wifi).." > Does this mean ssh out of the BBBW?
It just means, when your run "sudo ifconfig -a" You'll see two wlan's.. SoftAp0 = the WiFi AP connection for a 2nd PC to connect directly to the BeagleBone.. (192.168.8.x ip range) wlan0 = you are free to use this connection to connect to any other Wireless AP on your network.. Looking at your log: > connmanctl> connect wifi_506583d........// Error > /net/connman/service....Method "Connect" with signature "" on > interface......doesn't exist connman died on something else, double check via: journalctl | grep connman (it might even be fixed on connman master, we are currently using 1.33) 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/CAOCHtYgd1i_5edrpAuNoE_YO%2BXNZ885%3D2BgMUH48K9VRGo%2BKgQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
