source: multimedia/cdwriteutils/kernel.xml@ 3fbf582

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3fbf582 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.