Difference between revisions of "Translations:FAQ/75/zh"

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "你可以查看 #Why my WiFi don't work? (from above). If you have your WiFi Configured and the WiFi Network Manager still not working. : <code>sudo ifconfig wlan0 scan</c...")
 
 
Line 1: Line 1:
你可以查看 [[#Why my WiFi don't work?]] (from above). If you have your WiFi Configured and the WiFi Network Manager still not working.
+
你可以查看 [[#Why my WiFi don't work?| 为什么无线不工作]] 。若是已配置好无线,但仍然无法启动。
 
: <code>sudo ifconfig wlan0 scan</code>
 
: <code>sudo ifconfig wlan0 scan</code>
You should have something similar to this:
+
输出的代码类似下述:
 
<pre>
 
<pre>
 
SSID/MESH ID    BSSID              CHAN RATE  S:N    INT CAPS
 
SSID/MESH ID    BSSID              CHAN RATE  S:N    INT CAPS
Line 9: Line 9:
 
BSDHacker      5c:d9:98:69:df:2e  11  54M -15:-27  100 EP  HTCAP WPA WME WPS
 
BSDHacker      5c:d9:98:69:df:2e  11  54M -15:-27  100 EP  HTCAP WPA WME WPS
 
</pre>
 
</pre>
If not <code>sudo ifconfig wlan0 up scan</code> should do it. Now you can setup to your network. From above you have none encrypted and encrypted WiFi network.
+
估计还需要输入 <code>sudo ifconfig wlan0 up scan</code> 开启无线。 然后就可以配置无线了。

Latest revision as of 03:10, 12 October 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FAQ)
You might look at [[#Why my WiFi don't work?]] (from above). If you have your WiFi Configured and the WiFi Network Manager still not working.
: <code>sudo ifconfig wlan0 scan</code>
You should have something similar to this:
<pre>
SSID/MESH ID    BSSID              CHAN RATE  S:N    INT CAPS
rogerwifi      bc:14:01:e6:33:48    1  54M -23:-42  100 EP  WPS HTCAP WPA RSN WME
-              bc:14:01:e6:33:49    1  54M -20:-38  100 EP  HTCAP RSN WME
WLAN_6EF1      00:13:f7:c4:6e:f3  11  54M -12:-21  200 ES  
BSDHacker      5c:d9:98:69:df:2e  11  54M -15:-27  100 EP  HTCAP WPA WME WPS
</pre>
If not <code>sudo ifconfig wlan0 up scan</code> should do it. Now you can setup to your network. From above you have none encrypted and encrypted WiFi network.
Translation你可以查看 [[#Why my WiFi don't work?| 为什么无线不工作]] 。若是已配置好无线,但仍然无法启动。
: <code>sudo ifconfig wlan0 scan</code>
输出的代码类似下述:
<pre>
SSID/MESH ID    BSSID              CHAN RATE  S:N    INT CAPS
rogerwifi      bc:14:01:e6:33:48    1  54M -23:-42  100 EP  WPS HTCAP WPA RSN WME
-              bc:14:01:e6:33:49    1  54M -20:-38  100 EP  HTCAP RSN WME
WLAN_6EF1      00:13:f7:c4:6e:f3  11  54M -12:-21  200 ES  
BSDHacker      5c:d9:98:69:df:2e  11  54M -15:-27  100 EP  HTCAP WPA WME WPS
</pre>
估计还需要输入 <code>sudo ifconfig wlan0 up scan</code> 开启无线。 然后就可以配置无线了。

你可以查看 为什么无线不工作 。若是已配置好无线,但仍然无法启动。

sudo ifconfig wlan0 scan

输出的代码类似下述:

SSID/MESH ID    BSSID              CHAN RATE   S:N     INT CAPS
rogerwifi       bc:14:01:e6:33:48    1   54M -23:-42  100 EP   WPS HTCAP WPA RSN WME
-               bc:14:01:e6:33:49    1   54M -20:-38  100 EP   HTCAP RSN WME
WLAN_6EF1       00:13:f7:c4:6e:f3   11   54M -12:-21  200 ES  
BSDHacker       5c:d9:98:69:df:2e   11   54M -15:-27  100 EP   HTCAP WPA WME WPS

估计还需要输入 sudo ifconfig wlan0 up scan 开启无线。 然后就可以配置无线了。