我已将我的beaglebone绿色无线网络与connmactl连接到互联网,但我必须这样做才能实现它。
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
我希望当我使用ssh登录时,beaglebone会自动连接到互联网。那可能吗?
由于
答案 0 :(得分:1)
我的BBGW能够自动连接到互联网(一旦配置)。以下示例来自BBGW的Debian 8映像的/ etc / network / interfaces。
const myObject = eval(a)
一旦你的AP工作,connman将记住它并在启动时连接。祝你好运。
答案 1 :(得分:0)
由于某些原因,我也发生了这个问题。 它是通过在Beagle-bone中插入新图像来解决的。