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

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "Si tienes una salida como la siguiente: <pre> wlans_run0="wlan0" ifconfig_wlan0="WPA DHCP" </pre> Su Wifi esta configurada, pero podria estar desactivada. : <code>sudo ifconfi...")
 
Line 4: Line 4:
 
ifconfig_wlan0="WPA DHCP"
 
ifconfig_wlan0="WPA DHCP"
 
</pre>
 
</pre>
Su Wifi 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 deberia de trabajar.

Revision as of 16:55, 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 deberia 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 deberia de trabajar.