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

From GhostBSD Wiki
Jump to: navigation, search
Line 6: Line 6:
 
Su tarjeta inalambrica esta configurada, pero podria estar desactivada.
 
Su tarjeta inalambrica esta configurada, pero podria estar desactivada.
 
: <code>sudo ifconfig wlan0 up</code>
 
: <code>sudo ifconfig wlan0 up</code>
Ahora deberia de trabajar.
+
Ahora debería de trabajar.

Revision as of 20:07, 19 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 tarjeta inalambrica esta configurada, pero podria 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 tarjeta inalambrica esta configurada, pero podria estar desactivada.

sudo ifconfig wlan0 up

Ahora debería de trabajar.