All translations

Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 5 translations.

NameCurrent message text
 h English (en)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.
 h Spanish (es)Si 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.
 h Japanese (ja)もしも、
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
のような内容が出力されたら、WiFiは適切に設定されていますが、downの状態にあると考えられます。

: <code>sudo ifconfig wlan0 up</code>
を実行してみてください。
 h Turkish (tr)Eğer aşağıdaki gibi bir çıktı alırsanız:
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
WiFi ayarınız tamam, ancak çalışır durumda olmayabilir.
aşağıdaki kod sonrasında
: <code>sudo ifconfig wlan0 up</code>
işte şimdi bağlantınız ayağa kalkmış olmalı.
 h Chinese (zh)如果输出类似以下:
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
则 WiFi 已配置好,可能还未开启,运行
: <code>sudo ifconfig wlan0 up</code>
应该可以工作。