2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="kernel" xreflabel="kernel">
|
2004-05-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="kernel.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>Configuring your kernel for CD-Writing</title>
|
|
|
|
|
|
|
|
<para>In the kernel configuration, check your settings with those listed
|
2003-10-01 08:45:19 +08:00
|
|
|
below for your <acronym>CD</acronym>-<acronym>ROM</acronym> interface type:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-10-01 08:45:19 +08:00
|
|
|
<para><acronym>SCSI</acronym> <acronym>CD</acronym>-writer:</para>
|
2003-04-07 03:30:52 +08:00
|
|
|
<screen>SCSI support menu
|
2002-07-08 04:28:42 +08:00
|
|
|
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>
|
|
|
|
|
|
|
|
|
2003-10-01 08:45:19 +08:00
|
|
|
<para><acronym>IDE</acronym> <acronym>CD</acronym>-writer:</para>
|
2003-04-07 03:30:52 +08:00
|
|
|
<screen>ATA/IDE/MFM/RLL support menu
|
2002-07-08 04:28:42 +08:00
|
|
|
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>
|
|
|
|
|
2003-10-15 00:25:20 +08:00
|
|
|
<para>If necessary, recompile the kernel with</para>
|
2003-10-01 08:45:19 +08:00
|
|
|
<screen>make CC=/opt/gcc-2.95.3/bin/gcc dep &&
|
|
|
|
make CC=/opt/gcc-2.95.3/bin/gcc bzImage &&
|
|
|
|
make CC=/opt/gcc-2.95.3/bin/gcc modules &&
|
|
|
|
make CC=/opt/gcc-2.95.3/bin/gcc modules_install</screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
<para>
|
|
|
|
Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
|
|
|
|
<filename>/usr/src/linux/System.map</filename> to
|
2003-09-25 04:01:14 +08:00
|
|
|
<filename>/boot</filename>. If you utilize
|
|
|
|
<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
|
|
|
|
appropriately and run <command>lilo</command>.
|
2002-07-08 04:28:42 +08:00
|
|
|
</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>
|
|
|
|
|