Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80919 | Differences between
and this patch

Collapse All | Expand All

(-)hb-install-x86-medium.xml (-3 / +13 lines)
Lines 8-15 Link Here
8
8
9
<sections>
9
<sections>
10
10
11
<version>1.26</version>
11
<version>1.28</version>
12
<date>2005-01-04</date>
12
<date>2005-02-05</date>
13
13
14
<section>
14
<section>
15
<title>Requisitos Hardware</title>
15
<title>Requisitos Hardware</title>
Lines 602-607 Link Here
602
<pre caption="Cargar módulos del kernel">
602
<pre caption="Cargar módulos del kernel">
603
# <i>modprobe 8139too</i>
603
# <i>modprobe 8139too</i>
604
</pre>
604
</pre>
605
606
<p>
607
Si necesita soporte PCMCIA, deberá ejecutar el script de inicio de <c>pcmcia</c>:
608
</p>
609
                         
610
<pre caption="Ejecutando el script de inicio PCMCIA">
611
# <i>/etc/init.d/pcmcia start</i>
612
</pre>
613
605
</body>
614
</body>
606
</subsection>
615
</subsection>
607
616
Lines 629-637 Link Here
629
<pre caption="Afinar el desempeño del disco duro">
638
<pre caption="Afinar el desempeño del disco duro">
630
<comment>Activar el DMA:</comment>
639
<comment>Activar el DMA:</comment>
631
# <i>hdparm -d 1 /dev/hda</i>
640
# <i>hdparm -d 1 /dev/hda</i>
632
<comment>Activar el DMA + Opciones de Optimizaciones seguras:</comment>
641
<comment>Activar las opciones de optimización seguras:</comment>
633
# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
642
# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
634
</pre>
643
</pre>
644
635
</body>
645
</body>
636
</subsection>
646
</subsection>
637
647

Return to bug 80919