首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >beaglebone绿色无线中的connmactl问题

beaglebone绿色无线中的connmactl问题
EN

Stack Overflow用户
提问于 2017-04-05 21:43:11
回答 2查看 1.3K关注 0票数 1

我已经将我的beaglebone绿色无线连接到了互联网上,但我必须这样做才能实现它。

代码语言:javascript
复制
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登录时自动连接到互联网。这有可能吗?

谢谢

EN

回答 2

Stack Overflow用户

发布于 2017-04-06 02:54:06

我的BBGW可以自动连接到互联网(配置后)。下面的示例来自BBGW的Debian 8镜像的/etc/network/interface。

代码语言:javascript
复制
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就会记住它并在启动时进行连接。祝好运。

票数 1
EN

Stack Overflow用户

发布于 2018-04-05 15:32:53

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/43233008

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档