Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debian 当Beaglebone black在etc/网络/接口中没有Wifi示例时,如何在其上设置Wifi_Debian_Wifi_Beagleboneblack - Fatal编程技术网

Debian 当Beaglebone black在etc/网络/接口中没有Wifi示例时,如何在其上设置Wifi

Debian 当Beaglebone black在etc/网络/接口中没有Wifi示例时,如何在其上设置Wifi,debian,wifi,beagleboneblack,Debian,Wifi,Beagleboneblack,当接口中没有wifi示例时,如何设置wifi?我所拥有的只是 connman: WiFi # #connmanctl #connmanctl> tether wifi off connmanctl> enable wifi connmanctl> scan wifi connmanctl> services connmanctl> agent on connmanctl> connect wifi_*_managed_psk #connmanctl> q

当接口中没有wifi示例时,如何设置wifi?我所拥有的只是

connman: WiFi
#
#connmanctl
#connmanctl> tether wifi off
connmanctl> enable wifi
connmanctl> scan wifi
connmanctl> services
connmanctl> agent on
connmanctl> connect wifi_*_managed_psk
#connmanctl> quit

另外,当我尝试conmanctl>启用wifi时,我会获得wifi:not a shell builtin

按以下顺序键入此命令,以使您的conmanctl命令在wifi中正常工作

wifi启用

无线扫描

服务

代理

连接wifi\uuuuuuu受管\uPSK

然后

它应该询问您的密码。输入路由器的密码。如果这不起作用,请回答。这是我从Freenode上IRC频道的比格犬频道的一个男人那里学到的。噢,services命令显示了大量的数字和字母,大多数情况下,您可以使用connect命令输入您在输入services命令时看到的内容。请确保在connect命令之前键入agent on命令

赛斯

约翰

我刚刚在我的WiFi配置中添加了另一块板。这一次,我需要应用不同的更改,但我不知道每一个原因

首先,

我必须这样做:

connmanctl:服务

然后,它告诉我我的WiFi网络可用

然后,在connmanctl命令下:

connmanctl:代理打开

连接:连接“可用网络”

connmantl:passcode“路由器密码”

赛斯

另外,让我知道您使用的是哪种类型的WiFi加密狗,我可以帮助您完成这部分任务

戴利先生……试试这个

lsusb

这将检测连接到BBB的USB客户端

让我知道这是否适合你。哦,然后更新你的BBB,使用你的cmd行进行apt缓存搜索“你的USB WiFi加密狗”,这是你用lsusbcmd找到的

如果这起作用,我们需要更新USB Wifi加密狗的固件

如果一切顺利,ifconfig-a将把适配器(WiFi加密狗)显示为wlan0或其他类似wlanX之类的变体

先生…请告诉我您对这些描述的理解程度,我将返回服务

赛斯

请遵循以下步骤

oot@beaglebone:~# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr ec:11:27:bf:fa:51
          UP BROADCAST MULTICAST DYNAMIC  MTU:1500  Metric:1
          RX packets:833 errors:0 dropped:0 overruns:0 frame:0
          TX packets:142 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:114829 (112.1 KiB)  TX bytes:26578 (25.9 KiB)





root@beaglebone:~# connmanctl
connmanctl> enable wifi
Enabled wifi
connmanctl> tether wifi disable
Disabled tethering for wifi



connmanctl> scan wifi
Scan completed for wifi
connmanctl> services
        wheelies2.4          wifi_ec1127bffa51_776865656c696573322e34_managed_psk
        ATT5363              wifi_ec1127bffa51_41545435333633_managed_psk
        2WIRE407             wifi_ec1127bffa51_3257495245343037_managed_psk
        ATT8fHHhfi           wifi_ec1127bffa51_41545438664848686669_managed_psk
connmanctl>



connmanctl> agent on
Agent registered
connmanctl>
connmanctl> connect wifi_ec1127bffa51_776865656c696573322e34_managed_psk
Agent RequestInput wifi_ec1127bffa51_776865656c696573322e34_managed_psk
  Passphrase = [ Type=psk, Requirement=mandatory, Alternates=[ WPS ] ]
  WPS = [ Type=wpspin, Requirement=alternate ]
Passphrase? your_password
connmanctl>
Connected wifi_ec1127bffa51_776865656c696573322e34_managed_psk
connmanctl>

root@beaglebone:/home/debian#sudo conmant |>enable wifi bash:enable:wifi:not a shell内置sudo:conmant:command not found(这是我尝试时得到的结果)您好……您是否尝试过更新的内核版本或更新的映像,例如,bbb.io人员在其网站或上列出的一个?我更新了我的图像,并通过sudo更新了我的bbb,我按照从#beagle收到的指示进行了更新,然后所有的WiFi开始工作。哦,我通过sudo apt get update升级了安全补丁等。哦,约翰先生……你需要一个“Linux认可”的WiFi适配器,用于BBB上的WiFi体验,也就是说,因为它不附带WiFi。如果这些建议不起作用,您还可以使用其他项目,如BBBW和BBGW来提供WiFi服务。让我知道,我会仔细阅读我的书,了解可用的WiFi加密狗的工作原理。你好,Seth,当我尝试连接WiFi\uuuuuuuuuuu托管\uPSK时,我会遇到以下错误:错误/net/connman/service/WiFi\u daly\u托管\uPSK:Method“connect”和签名“on interface”net.connman.service我使用的不是existEvery conmanct |命令,而是找不到bash:conmant:command。此外,我正在使用我们的链接,当我运行iwconfigHey John时,它会显示出来……您使用的是什么类型的WiFi加密狗,例如edimax或其他?elinux。org/Beagleboard:BeagleBoneBlack#WIFI#适配器是为您的BBB寻找可用WIFI适配器的好网站。哦,约翰先生,那个adafruit产品有信息。下面介绍如何设置WiFi加密狗。我只是不认为BBB和Debian可以使用这个版本。让我知道你的想法。事情变得更复杂了,但我相信我能带你度过难关。我可能也会从中学到一些东西。