Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26074
Collapse All | Expand All

(-)../cvs/htdocs/doc/en/gentoo-x86-install.xml (-8 / +8 lines)
Lines 64-70 Link Here
64
<license/>
64
<license/>
65
65
66
<version>2.6.4</version>
66
<version>2.6.4</version>
67
<date>8th of August 2003</date>
67
<date>9th of August 2003</date>
68
68
69
<chapter>
69
<chapter>
70
<title>About the Install</title>
70
<title>About the Install</title>
Lines 2140-2147 Link Here
2140
&quot;SCSI support&quot;, &quot;SCSI CD-ROM support&quot; and &quot;SCSI 
2140
&quot;SCSI support&quot;, &quot;SCSI CD-ROM support&quot; and &quot;SCSI 
2141
generic support&quot; (again, I usually compile them as modules).  If you
2141
generic support&quot; (again, I usually compile them as modules).  If you
2142
also choose to use modules, then <c>echo -e &quot;ide-scsi\nsg\nsr_mod&quot;
2142
also choose to use modules, then <c>echo -e &quot;ide-scsi\nsg\nsr_mod&quot;
2143
&gt;&gt; /etc/modules.autoload</c> to have them automatically added at boot 
2143
&gt;&gt; /etc/modules.autoload.d/kernel-2.4</c> to have them automatically 
2144
time. 
2144
added at boot time. 
2145
</p>
2145
</p>
2146
2146
2147
<p>
2147
<p>
Lines 2430-2442 Link Here
2430
2430
2431
<p>
2431
<p>
2432
Add the names of any modules that are necessary for the proper functioning of 
2432
Add the names of any modules that are necessary for the proper functioning of 
2433
your system to <path>/etc/modules.autoload</path> file (you can also add any 
2433
your system to <path>/etc/modules.autoload.d/kernel-2.4</path> file (you can 
2434
options you need to the same line). When Gentoo Linux boots, these modules 
2434
also add any options you need to the same line). When Gentoo Linux boots, these 
2435
will be automatically loaded.  Of particular importance is your ethernet 
2435
modules will be automatically loaded.  Of particular importance is your 
2436
card module, if you happened to compile it as a module:
2436
ethernet card module, if you happened to compile it as a module:
2437
</p>
2437
</p>
2438
2438
2439
<pre caption="/etc/modules.autoload">
2439
<pre caption="/etc/modules.autoload.d/kernel-2.4">
2440
<comment>This is assuming that you are using a 3com card. 
2440
<comment>This is assuming that you are using a 3com card. 
2441
Check <path>/lib/modules/`uname -r`/kernel/drivers/net</path> for your card. </comment>
2441
Check <path>/lib/modules/`uname -r`/kernel/drivers/net</path> for your card. </comment>
2442
3c59x
2442
3c59x

Return to bug 26074