Difference between revisions of "Template:Allwinner-APmode/zh"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 1: | Line 1: | ||
===配置WiFi无线热点=== | ===配置WiFi无线热点=== | ||
− | + | 执行以下命令进入AP模式:<br /> | |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | + | $ su root | |
+ | $ turn-wifi-into-apmode yes | ||
</syntaxhighlight> | </syntaxhighlight> | ||
这时会提示你输入WiFi热点的名称和密码,按提示操作即可。<br /> | 这时会提示你输入WiFi热点的名称和密码,按提示操作即可。<br /> | ||
操作成功后,你可以在电脑/手机上搜索并连接热点,然后通过192.168.8.1这个地址来登录开发板: | 操作成功后,你可以在电脑/手机上搜索并连接热点,然后通过192.168.8.1这个地址来登录开发板: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | ssh root@192.168.8.1 | + | $ ssh root@192.168.8.1 |
</syntaxhighlight> | </syntaxhighlight> | ||
在提示输入密码时,输入预设的密码fa,即可登入。<br /> | 在提示输入密码时,输入预设的密码fa,即可登入。<br /> | ||
<br /> | <br /> | ||
− | + | 为了保证ssh的流畅,用以下命令关闭wifi的省电模式: | |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | + | $ iwconfig wlan0 power off | |
</syntaxhighlight> | </syntaxhighlight> | ||
要切换回普通的Station模式,输入如下命令:<br /> | 要切换回普通的Station模式,输入如下命令:<br /> | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | + | $ turn-wifi-into-apmode no | |
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 08:20, 9 October 2018
配置WiFi无线热点
执行以下命令进入AP模式:
$ su root $ turn-wifi-into-apmode yes
这时会提示你输入WiFi热点的名称和密码,按提示操作即可。
操作成功后,你可以在电脑/手机上搜索并连接热点,然后通过192.168.8.1这个地址来登录开发板:
$ ssh root@192.168.8.1
在提示输入密码时,输入预设的密码fa,即可登入。
为了保证ssh的流畅,用以下命令关闭wifi的省电模式:
$ iwconfig wlan0 power off
要切换回普通的Station模式,输入如下命令:
$ turn-wifi-into-apmode no