summaryrefslogtreecommitdiff
path: root/en/boot-installer
diff options
context:
space:
mode:
Diffstat (limited to 'en/boot-installer')
-rw-r--r--en/boot-installer/trouble.xml7
1 files changed, 4 insertions, 3 deletions
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