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

From GhostBSD Wiki
Jump to: navigation, search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 15:19, 22 October 2016

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.
TranslationYou 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.

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.

sudo ifconfig wlan0 scan

You should have something similar to this:

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

If not sudo ifconfig wlan0 up scan should do it. Now you can setup to your network. From above you have none encrypted and encrypted WiFi network.