我已经将我的beaglebone绿色无线连接到了互联网上,但我必须这样做才能实现它。
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我想让beaglebone在我使用ssh登录时自动连接到互联网。这有可能吗?
谢谢
发布于 2017-04-06 02:54:06
我的BBGW可以自动连接到互联网(配置后)。下面的示例来自BBGW的Debian 8镜像的/etc/network/interface。
connmanctl> tether wifi disable
connmanctl> enable wifi
connmanctl> scan wifi
connmanctl> services // will list the detected 2.4 GHz WAP
connmanctl> agent on
connmanctl> connect wifi_*_managed_psk // specify WAP to connect
connmanctl> quit一旦AP正常工作,connman就会记住它并在启动时进行连接。祝好运。
发布于 2018-04-05 15:32:53
由于某种原因,这个问题也发生在我身上。通过在Beagle-bone中插入新图像解决了此问题。
https://stackoverflow.com/questions/43233008
复制相似问题