Update userguide from i18n.haiku-os.org
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。</div>
|
||||
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
@@ -70,8 +71,8 @@
|
||||
|
||||
<h1>ワークショップ: ワイヤレスネットワーク</h1>
|
||||
|
||||
<p>ネットワークを動作させるようにすることは、今日のインターネット常時接続への要求において必要不可欠なことです。小さなプロジェクトにとって、すべてのさまざまな、絶え間なく変化するハードウェアとドライバーについていくことはとても困難なことです。Haiku は <a href="http://www.freebsd.org">FreeBSD</a> のネットワークドライバーのための互換レイヤーに頼っています。<br />
|
||||
これは、大量のハードウェアのサポートを保証します。しかし、それらの 100% がサポートされるわけではありません。サポートされているモデルの<a href="https://www.haiku-os.org/guides/daily-tasks/wireless#hardware-notes">リスト</a>をオンラインで参照するか、 <a href="http://www.freebsd.org/releases/9.1R/hardware.html#WLAN">FreeBSD 9.1 リリースのハードウェアノート</a>をチェックしてください。</p>
|
||||
<p>Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a <a href="http://www.freebsd.org">FreeBSD</a> compatibility layer for its networking drivers.<br />
|
||||
This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See <a href="https://www.haiku-os.org/guides/daily-tasks/wireless#hardware-notes">this list online</a> for a list of supported models or check <a href="http://www.freebsd.org/releases/9.2R/hardware.html#wlan">FreeBSD 9.2's release hardware notes</a>.</p>
|
||||
<div class="box-info">現在のところ、PCI、PCI-X、PCI-Express、Mini PCI、および Mini PCI-Express デバイスのみサポートされているはずです。<br />PCMCIA、CardBus、ExpressCard、USB、および ISA デバイスは動作するようになるのにまだ作業が必要です。</div>
|
||||
|
||||
<h2>
|
||||
@@ -99,7 +100,7 @@
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="commandline" name="commandline">コマンドラインから接続する</a></h2>
|
||||
<p>コマンドラインを使うのが好きか、スクリプトを使いたいか、または <span class="path">~/config/boot/UserBootscript</span> で起動時に特定のネットワークへの接続を自動化したいなら、<tt>ifconfig</tt> コマンドがあります。</p>
|
||||
<p>If you prefer to use the command line or would like to use scripting or the <span class="path">~/config/settings/boot/UserBootscript</span> to automate things to join a specific network on bootup, there's the command <tt>ifconfig</tt>.</p>
|
||||
<p>ターミナルを起動して、最初の行を入力して利用できるワイヤレスネットワークを検索します。</p>
|
||||
<pre class="terminal">ifconfig /dev/net/iprowifi3945/0 scan
|
||||
name address signal auth
|
||||
@@ -142,7 +143,7 @@ ArcorInternet123 00:20:12:a4:29:e1 15 WPA</pre>
|
||||
<div class="inner"><span>
|
||||
« <a href="workshop-email.html">ワークショップ: メールの管理</a>
|
||||
:: <a href="contents.html" class="uplink">目次</a>
|
||||
:: <a href="applications.html">アプリケーション</a> »
|
||||
:: <a href="applications.html">Applications (アプリケーション)</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user