glfs/multimedia/cdwriteutils/kernel.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +00:00

53 lines
1.5 KiB
XML

<sect1 id="kernel" xreflabel="kernel">
<?dbhtml filename="kernel.html" dir="multimedia"?>
<title>Configuring your kernel for CD-Writing</title>
<para>In the kernel configuration, check your settings with those listed
below for your CD-ROM interface type:</para>
<para>SCSI CD-writer:</para>
<screen>
SCSI support menu
SCSI support: Y or M
SCSI CD-ROM support: Y or M
SCSI generic support: Y or M
Vendor-specific extensions: [1]
Also include the low-level driver for your SCSI card if
applicable.</screen>
<para>IDE CD-writer:</para>
<screen>
ATA/IDE/MFM/RLL support menu
IDE/ATAPI CDROM support: N
SCSI emulation support: Y or M
SCSI support menu
SCSI support: Y or M
SCSI CD-ROM support: Y or M
SCSI generic support: Y or M
Vendor-specific extensions: [1]</screen>
<para>[1] Read the help to determine if this selection is applicable for
your hardware.</para>
<para>If necessary, recompile the kernel with
<screen>make dep &amp;&amp;
make bzImage&amp;&amp;
make modules &amp;&amp;
make modules_install</screen>
</para>
<para>
Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
<filename>/usr/src/linux/System.map</filename> to
<filename>/boot</filename>, edit <filename>/etc/lilo.conf</filename>
appropriately and run <userinput>lilo</userinput>.
</para>
<para>For more information about these settings and the drivers they
install, read <ulink
url="http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/sr.html">The Linux 2.4
SCSI subsystem HOWTO</ulink>.</para>
</sect1>