summaryrefslogtreecommitdiff
path: root/ja/hardware/network-cards.xml
diff options
context:
space:
mode:
authorKenshi Muto <kmuto@debian.org>2007-09-19 03:21:30 +0000
committerKenshi Muto <kmuto@debian.org>2007-09-19 03:21:30 +0000
commit900efbce76eb75455d28177ab2c6be6df306d08a (patch)
tree99243046ba77a2ba16a28860e887835e209f03c5 /ja/hardware/network-cards.xml
parentad9fd2b34ca506ee5fdbadee012e359c9d13f44f (diff)
downloadinstallation-guide-900efbce76eb75455d28177ab2c6be6df306d08a.zip
[l10n] updated Japanese translation (d-doc@jp:5371)
Diffstat (limited to 'ja/hardware/network-cards.xml')
-rw-r--r--ja/hardware/network-cards.xml25
1 files changed, 18 insertions, 7 deletions
diff --git a/ja/hardware/network-cards.xml b/ja/hardware/network-cards.xml
index 8b37bdb28..c4e994fa0 100644
--- a/ja/hardware/network-cards.xml
+++ b/ja/hardware/network-cards.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43693 -->
+<!-- original version: 48981 -->
<sect1 id="network-cards">
<!--
@@ -308,22 +308,33 @@ If this happens to be the wrong one, the NIC may not work, or work badly.
This is a common problem on Netra systems with a Davicom (DEC-Tulip
compatible) NIC. In that case the <literal>tulip</literal> driver is
probably the correct one.
+You can prevent this issue by blacklisting the wrong driver module as
+described in <xref linkend="module-blacklist"/>.
+-->
+これは、Davicom (DEC-Tulip 互換) NIC を使用した Netra システム共通の問題です。
+この場合、おそらく <literal>tulip</literal> ドライバが正しい物です。
+この問題は、<xref linkend="module-blacklist"/> で説明している、
+誤ったモジュールをブラックリストに入れることで防げます。
+
+</para><para>
-During the installation the solution is to switch to a shell and unload the
-wrong driver module using
+<!--
+An alternative solution during the installation is to switch to a shell
+and unload the wrong driver module using
<userinput>modprobe -r <replaceable>module</replaceable></userinput> (or
both, if they are both loaded). After that you can load the correct module
using <userinput>modprobe <replaceable>module</replaceable></userinput>.
+Note that the wrong module may then still be loaded when the system is
+rebooted.
-->
-これは、Davicom (DEC-Tulip 互換) NIC を使用した Netra システム共通の問題です。
-この場合、おそらく <literal>tulip</literal> ドライバが正しい物です。
-
-インストール中の解決策としては、
+その他、インストール中の解決策としては、
<userinput>modprobe -r <replaceable>module</replaceable></userinput> として、
間違ったドライバモジュール (両方読み込まれている場合は両方)
を取り外してください。
その後、<userinput>modprobe <replaceable>module</replaceable></userinput> で、
正しい物を読み込んでください。
+システムをリブートするまで、
+誤ったモジュールが読み込まれたままになる可能性があることに注意してください。
</para>
</sect3>