source: multimedia/cdwriteutils/kernel.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<sect1 id="kernel" xreflabel="kernel">
2<?dbhtml filename="kernel.html" dir="multimedia"?>
3<title>Configuring your kernel for CD-Writing</title>
4
5<para>In the kernel configuration, check your settings with those listed
6below for your CD-ROM interface type:</para>
7
8<para>SCSI CD-writer:</para>
9<screen>
10SCSI support menu
11 SCSI support: Y or M
12 SCSI CD-ROM support: Y or M
13 SCSI generic support: Y or M
14 Vendor-specific extensions: [1]
15Also include the low-level driver for your SCSI card if
16applicable.</screen>
17
18
19<para>IDE CD-writer:</para>
20<screen>
21ATA/IDE/MFM/RLL support menu
22 IDE/ATAPI CDROM support: N
23 SCSI emulation support: Y or M
24SCSI support menu
25 SCSI support: Y or M
26 SCSI CD-ROM support: Y or M
27 SCSI generic support: Y or M
28 Vendor-specific extensions: [1]</screen>
29
30<para>[1] Read the help to determine if this selection is applicable for
31your hardware.</para>
32
33<para>If necessary, recompile the kernel with
34<screen>make dep &amp;&amp;
35make bzImage&amp;&amp;
36make modules &amp;&amp;
37make modules_install</screen>
38</para>
39<para>
40Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
41<filename>/usr/src/linux/System.map</filename> to
42<filename>/boot</filename>, edit <filename>/etc/lilo.conf</filename>
43appropriately and run <userinput>lilo</userinput>.
44</para>
45
46<para>For more information about these settings and the drivers they
47install, read <ulink
48url="http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/sr.html">The Linux 2.4
49SCSI subsystem HOWTO</ulink>.</para>
50
51</sect1>
52
Note: See TracBrowser for help on using the repository browser.