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

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "もしも、 <pre> wlans_run0="wlan0" ifconfig_wlan0="WPA DHCP" </pre> のような内容が出力されたら、WiFiは適切に設定されていますが、downの状態に...")
 
(No difference)

Latest revision as of 08:12, 12 February 2020

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は適切に設定されていますが、downの状態にあると考えられます。

: <code>sudo ifconfig wlan0 up</code>
を実行してみてください。

もしも、

wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"

のような内容が出力されたら、WiFiは適切に設定されていますが、downの状態にあると考えられます。

sudo ifconfig wlan0 up

を実行してみてください。