mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
53 lines
1.5 KiB
XML
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 &&
|
|
make bzImage&&
|
|
make modules &&
|
|
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>
|
|
|