source: multimedia/cdwriteutils/kernel.xml@ 9194b31

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 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9194b31 was a4acd463, checked in by Larry Lawrence <larry@…>, 21 years ago

whitespace patches, bootdisk patch

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

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