1

我已经使用 connmactl 将我的 beaglebone green 无线连接到互联网,但我必须这样做才能实现它。

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 登录时自动连接到互联网。那可能吗?

谢谢

4

2 回答 2

1

我的 BBGW 能够自动连接到互联网(一旦配置)。以下示例来自 BBGW 的 Debian 8 映像的 /etc/network/interfaces。

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 会记住它并在启动时连接。祝你好运。

于 2017-04-05T18:54:06.007 回答
0

由于某种原因,这个问题也发生在我身上。它通过在 Beagle-bone 中插入新图像来解决。

于 2018-04-05T07:32:53.440 回答