【问题标题】:Issue with connmactl in beaglebone green wirelessbeaglebone 绿色无线中的 connmactl 问题
【发布时间】:2017-04-05 13:43:10
【问题描述】:

我已经使用 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 登录时自动连接到互联网。这可能吗?

谢谢

【问题讨论】:

    标签: ubuntu wifi beagleboneblack connman


    【解决方案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 将记住它并在启动时连接。祝你好运。

    【讨论】:

      【解决方案2】:

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

      【讨论】:

        猜你喜欢
        • 2011-08-08
        • 2018-09-15
        • 2016-09-14
        • 2017-05-02
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多