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

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "如果输出类似以下: <pre> wlans_run0="wlan0" ifconfig_wlan0="WPA DHCP" </pre> 则 WiFi 已配置好,可能还未开启,运行 : <code>sudo ifconfig wlan0 up</code>...")
 
(No difference)

Latest revision as of 15:25, 6 October 2019

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.
Translation如果输出类似以下:
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
则 WiFi 已配置好,可能还未开启,运行
: <code>sudo ifconfig wlan0 up</code>
应该可以工作。

如果输出类似以下:

wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"

则 WiFi 已配置好,可能还未开启,运行

sudo ifconfig wlan0 up

应该可以工作。