summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--en/boot-installer/trouble.xml7
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c75dd878c..4fbe53dd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -87,14 +87,15 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low
* Give some examples of preseeding questions from the boot prompt.
* Document how to install the KDE desktop environment instead of GNOME.
* Don't list unsupported frontends in boot parameters section.
- * Minor corrections reported by Tapio Lehtonen. Closes: #397790.
+ * Minor corrections suggested by Tapio Lehtonen. Closes: #397790.
+ * Minor corrections suggested by Holger Wansing. Closes: #397974.
[ Martin Michlmayr ]
* Mention that RiscPC support is incomplete.
* Mention Intel IOP32x support.
* Talk about ixp4xx rather than the more specific nslu2.
- -- Frans Pop <fjp@debian.org> Sat, 9 Dec 2006 20:13:33 +0100
+ -- Frans Pop <fjp@debian.org> Sat, 9 Dec 2006 20:34:15 +0100
installation-guide (20060726) unstable; urgency=low
diff --git a/en/boot-installer/trouble.xml b/en/boot-installer/trouble.xml
index 4a6901d21..0ee794c12 100644
--- a/en/boot-installer/trouble.xml
+++ b/en/boot-installer/trouble.xml
@@ -159,7 +159,7 @@ Uniform CD-ROM driver Revision: 3.20
If you don't see something like that, chances are the controller your CD-ROM
is connected to was not recognized or may be not supported at all. If you
-know what driver is needed for the drive, you can try loading it manually
+know what driver is needed for the controller, you can try loading it manually
using <command>modprobe</command>.
</para></listitem>
@@ -189,11 +189,12 @@ Check if DMA is currently enabled:
<informalexample><screen>
$ cd /proc/<replaceable>ide</replaceable>/<replaceable>hdc</replaceable>
-$ grep dma settings
+$ grep using_dma settings
using_dma 1 0 1 rw
</screen></informalexample>
-A <quote>1</quote> means it is enabled. If it is, try disabling it:
+A <quote>1</quote> in the first column after <literal>using_dma</literal>
+means it is enabled. If it is, try disabling it:
<informalexample><screen>
$ echo -n "using_dma:0" >settings