I have connected my beaglebone green wireless to internet with connmactl but i have to do this to achieve it.
ubuntu@arm:~$ connmanctl
Error getting VPN connections: The name net.connman.vpn was not provided by any connmanctl> disable wifi
Disabled wifi
connmanctl> enable wifi
Enabled wifi
connmanctl> scan wifi
Error /net/connman/technology/wifi: No carrier
connmanctl> disable wifi
Disabled wifi
connmanctl> enable wifi
Enabled wifi
connmanctl> scan wifi
Scan completed for wifi
connmanctl> exit
I want that the beaglebone automatically connect to internet when i login in with ssh. Is that posible?
Thanks