8,367
edits
Changes
→The server image connects to WIFI in a graphical way
==== The server image connects to WIFI in a graphical way ====
<ol style="list-style-type: lower-alpha;">
<li><p>If the development board is connected with a network cable, you can remotely log in to [[\l|the Linux system through ssh]]</p></li>
<li><p>If the development board is connected to the HDMI display, you can log in to the Linux system through the HDMI display terminal</p></li></ol>
<!-- --li># # Then enter the nmtui command in the command line to open the wifi connection interface</li>{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''nmtui'''
|}</ol>
<ol start="3" style="list-style-type: decimal;">
<li>Enter the nmtui command to open the interface as shown below</li></ol>
[[File:pi3b-img177.png]]
</ol>
<ol start="4" style="list-style-type: decimal;">
<li>Select '''Activate a connect''' and press Enter</li></ol>
[[File:pi3b-img178.png]]
</ol>
<ol start="5" style="list-style-type: decimal;">
<li>Then you can see all the searched WIFI hotspots</li></ol>
<div class="figure">
[[File:pi3b-img179.png]]
</div></ol>
<ol start="6" style="list-style-type: decimal;">
<li>Select the WIFI hotspot you want to connect to, then use the Tab key to position the cursor on '''Activate''' and press Enter</li></ol>
<div class="figure">
[[File:pi3b-img180.png]]
</div></ol>
<ol start="7" style="list-style-type: decimal;">
<li>Then a dialog box for entering a password will pop up, enter the corresponding password in '''Password''' and press Enter to start connecting to WIFI</li></ol>
<div class="figure">
[[File:pi3b-img181.png]]
</div></ol>
<ol start="8" style="list-style-type: decimal;">
<li>After the WIFI connection is successful, a "*" will be displayed in front of the connected WIFI name</li></ol>
<div class="figure">
[[File:pi3b-img182.png]]
</div></ol>
<ol start="9" style="list-style-type: decimal;">
<li>You can view the IP address of wifi through the '''ip addr show wlan0''' command</li></ol>{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''ip addr show wlan0'''
11: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
:link/ether 24:8c:d3:aa:76:bb brd ff:ff:ff:ff:ff:ff inet '''192.168.1.11'''/24 brd 192.168.1.255 scope global dynamic noprefixroute wlan0
::valid_lft forever preferred_lft forever
|}
</ol>
<ol start="10" style="list-style-type: decimal;">
<li>Use the '''ping''' command to test the connectivity of the wifi network, and the '''ping''' command can be interrupted through the shortcut key '''Ctrl+C'''</li></ol>
{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''ping www.orangepi.online -I wlan0'''
rtt min/avg/max/mdev = 41.321/44.864/48.834/2.484 ms
|}
<span id="test-method-of-desktop-image"></span>
==== Test method of desktop image ====