This commit is contained in:
gferg 2002-09-05 13:59:55 +00:00
parent 98c25b1b54
commit 3019ac3374
4 changed files with 1361 additions and 549 deletions

View File

@ -1133,7 +1133,7 @@ requirements, and some resources. </Para>
Infrared-HOWTO</ULink>,
<CiteTitle>Linux Infrared HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: April 2001</CiteTitle>.
<CiteTitle>Updated: September 2002</CiteTitle>.
Introduction to Linux and infrared devices and how to use the
software provided by the Linux/IrDA project. </Para>
</ListItem>

View File

@ -1270,7 +1270,7 @@ and more. </Para>
Infrared-HOWTO</ULink>,
<CiteTitle>Linux Infrared HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: April 2001</CiteTitle>.
<CiteTitle>Updated: September 2002</CiteTitle>.
Introduction to Linux and infrared devices and how to use the
software provided by the Linux/IrDA project. </Para>
</ListItem>

File diff suppressed because it is too large Load Diff

View File

@ -303,8 +303,9 @@ If you don't see any errors, we're fine, so halt the system.
<para>
Put only <emphasis role="strong">ONE</emphasis> hard drive on the
Card, the hard drive with the existing Linux system. Boot up, and go
into the card bios. Delete the array of the current set.
Card, the hard drive with the existing Linux system.
</para><para>
Boot up, and go into the card bios. Delete the array of the current set.
</para>
</sect2>
@ -328,13 +329,13 @@ After that is done, follow the instructions of the next section.
<sect2><title>Changing Configuration Files</title>
<para>
Choose "LinuxFromRaid" Option at LILO.
</para><para>
It should boot up without any errors. It will, however
complain about swap. Ignore that, as we will fix it in a moment.
</para><para>
You may receive an error about incorrect module version, or a kernel mismatch. Please see the
"troubleshooting" section about this.
</para><para>
After we have booted up on the new system, we must edit a few files:
</para>
@ -404,7 +405,7 @@ After the reboot, its best to check the status of the RAID.
<para>
You can get detailed information by looking at the
directory <filename>/proc/scsi/fasttrak/</filename>
</para><para></para><para>
In that directory, you will see the file which corresponds to your array.
<screen>
@ -425,10 +426,10 @@ That is all.
<para>
You may get a kernel mismatch error message. This means that you don't have the correct version module for use with your kernel.
If you cannot get the correct module version for use with your kernel, choose the closest one, and follow these steps;
</para><para>
This may not work in some instances, so remember to have your boot disk handy.
</para>
<para>
<screen>
# cd /boot
# cat initrd-2.4.2-2.img |gunzip > /tmp/myimage
@ -437,21 +438,21 @@ This may not work in some instances, so remember to have your boot disk handy.
# cd /mnt/tmp
# vi linuxrc
</screen>
</para><para>
Now modify 'insmod ft' to 'insmod -f ft'.
</para><para>
This will force the sytem to load the module.
Save the file, and exit from vi (or emacs :))
</para><para>
<screen>
# umount /mnt/tmp
# gzip /tmp/myimage
# cp myimage.gz /boot/initrd-2.4.2-2.img
</screen>
</para><para>
You will obviously have to use the correct filename for your initrd file.
I am using 2.4.2-2 as example.
</para><para>
Now, reboot, and all should be well.
</para>
@ -464,3 +465,5 @@ Now, reboot, and all should be well.