Difference between revisions of "Translations:FAQ/71/es"

From GhostBSD Wiki
Jump to: navigation, search
 
Line 4: Line 4:
 
ifconfig_wlan0="WPA DHCP"
 
ifconfig_wlan0="WPA DHCP"
 
</pre>
 
</pre>
Su tarjeta inalambrica esta configurada, pero podria estar desactivada.
+
Su red inalámbrica esta configurada, pero podría estar desactivada.
 
: <code>sudo ifconfig wlan0 up</code>
 
: <code>sudo ifconfig wlan0 up</code>
 
Ahora debería de trabajar.
 
Ahora debería de trabajar.

Latest revision as of 12:19, 20 July 2018

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)
If you have an output similar to:
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
Your WiFi is configured, but it might be down.
: <code>sudo ifconfig wlan0 up</code>
Now it should work.
TranslationSi tienes una salida como la siguiente:
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
Su red inalámbrica esta configurada, pero podría estar desactivada.
: <code>sudo ifconfig wlan0 up</code>
Ahora debería de trabajar.

Si tienes una salida como la siguiente:

wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"

Su red inalámbrica esta configurada, pero podría estar desactivada.

sudo ifconfig wlan0 up

Ahora debería de trabajar.