glfs/multimedia/cdwriteutils/kernel.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

61 lines
2.0 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="kernel" xreflabel="kernel">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kernel.html"?>
<title>Configuring your kernel for CD-Writing</title>
<para>In the kernel configuration, check your settings with those listed
below for your <acronym>CD</acronym>-<acronym>ROM</acronym> interface type:</para>
<para><acronym>SCSI</acronym> <acronym>CD</acronym>-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><acronym>IDE</acronym> <acronym>CD</acronym>-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</para>
<screen>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc modules_install</screen>
<para>
Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
<filename>/usr/src/linux/System.map</filename> to
<filename>/boot</filename>. If you utilize
<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
appropriately and run <command>lilo</command>.
</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>