home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 1: Linux / CD1.iso / doc / HOWTO / CDROM-HOWTO < prev    next >
Text File  |  1998-10-14  |  73KB  |  2,443 lines

  1.   The Linux CD-ROM HOWTO
  2.   Jeff Tranter, tranter@pobox.com
  3.   v1.13, 23 January 1998
  4.  
  5.   This document describes how to install, configure, and use CD-ROM
  6.   drives under Linux. It lists the supported hardware and answers a num-
  7.   ber of frequently asked questions. The intent is to bring new users up
  8.   to speed quickly and reduce the amount of traffic in the Usenet news
  9.   groups and mailing lists.
  10.   ______________________________________________________________________
  11.  
  12.   Table of Contents
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.   1. Introduction
  68.  
  69.      1.1 Acknowledgments
  70.      1.2 Revision History
  71.      1.3 New Versions Of This Document
  72.      1.4 Feedback
  73.      1.5 Distribution Policy
  74.  
  75.   2. CD-ROM Technology
  76.  
  77.   3. Supported Hardware
  78.  
  79.      3.1 ATAPI CD-ROM Drives
  80.      3.2 SCSI CD-ROM Drives
  81.      3.3 Proprietary CD-ROM Drives
  82.      3.4 Parallel Port Drives
  83.      3.5 Alternate Drivers
  84.  
  85.   4. Installation
  86.  
  87.      4.1 Installing the Hardware
  88.      4.2 Configuring and Building the Kernel
  89.      4.3 Creating Device Files and Setting Boot Time Parameters
  90.         4.3.1 Sbpcd Driver
  91.         4.3.2 Sonycdu535 Driver
  92.         4.3.3 Cdu31a Driver
  93.         4.3.4 Aztcd Driver
  94.         4.3.5 Gscd Driver
  95.         4.3.6 Mcd Driver
  96.         4.3.7 Mcdx Driver
  97.         4.3.8 Cm206 Driver
  98.         4.3.9 Optcd Driver
  99.         4.3.10 Sjcd Driver
  100.         4.3.11 Bpcd Driver
  101.         4.3.12 SCSI Driver
  102.         4.3.13 IDECD Driver
  103.      4.4 Booting the Linux Kernel
  104.      4.5 Mounting, Unmounting, and Ejecting Devices
  105.      4.6 Troubleshooting
  106.         4.6.1 Step 1: Make sure you are really running the kernel you compiled
  107.         4.6.2 Step 2: Make sure the proper kernel drivers are compiled in
  108.         4.6.3 Step 3: Did the kernel detect your drive during booting?
  109.         4.6.4 Step 4: Can you read data from the drive?
  110.         4.6.5 Step 5: Can you mount the drive?
  111.         4.6.6 Debugging Audio Problems
  112.         4.6.7 When All Else Fails
  113.  
  114.   5. Applications
  115.  
  116.      5.1 Audio CD Players
  117.      5.2 PhotoCD
  118.      5.3 Mkisofs
  119.      5.4 ISO-9660 Utilities
  120.  
  121.   6. Answers to Frequently Asked Questions
  122.  
  123.      6.1 How can a non-root user mount and unmount discs?
  124.      6.2 Why do I get device is busy when unmounting a CD-ROM?
  125.      6.3 How do I export a CD-ROM to other hosts over NFS?
  126.      6.4 Can I boot Linux from a CD-ROM?
  127.      6.5 How can I read digital data from audio CDs?
  128.      6.6 Why doesn't the find command work properly?
  129.      6.7 Does Linux support any recordable CD-ROM drives?
  130.      6.8 Why do I get mount: Read-only file system when mounting a CD-ROM?
  131.      6.9 Why does the disc tray open when I shut down the system?
  132.      6.10 I have a "special" CD that can't be mounted
  133.      6.11 Do multi-platter CD-ROM drives work with Linux?
  134.      6.12 I get "/cdrom: Permission denied" errors
  135.      6.13 How do I interpret IDE CD kernel error messages?
  136.      6.14 How can I tell what speed CD-ROM I have?
  137.      6.15 My CD-ROM stopped working after Linux was installed
  138.      6.16 There are "hidden" files on a CD which I can't read
  139.      6.17 Where is the CD-ROM API documented?
  140.      6.18 Why don't I see long filenames on this Windows CD-ROM?
  141.      6.19 Is Microsoft's Joliet filesystem supported?
  142.  
  143.   7. References
  144.  
  145.  
  146.  
  147.   ______________________________________________________________________
  148.  
  149.   1.  Introduction
  150.  
  151.  
  152.   This is the Linux CD-ROM HOWTO. It is intended as a quick reference
  153.   covering everything you need to know to install and configure CD-ROM
  154.   hardware under Linux. Frequently asked questions related to CD-ROM are
  155.   answered, and references are given to other sources of information
  156.   related to CD-ROM applications and technology.
  157.  
  158.  
  159.   1.1.  Acknowledgments
  160.  
  161.  
  162.   Much of this information came from the documentation and source files
  163.   provided with the Linux kernel, the Internet alt.cdrom newsgroup FAQ,
  164.   and input from Linux users.
  165.  
  166.   Thanks to the SGML Tools package, this HOWTO is available in several
  167.   formats, all generated from a common source file.
  168.  
  169.  
  170.   1.2.  Revision History
  171.  
  172.  
  173.  
  174.  
  175.      Version 1.0
  176.         First version made publicly available
  177.  
  178.  
  179.      Version 1.1
  180.         CDU33A is explicitly supported as of 1.1.20 kernel; notes on
  181.         Reveal FX; info on reading audio tracks; info on some alpha
  182.         drivers; added troubleshooting section; a few other minor
  183.         additions
  184.  
  185.  
  186.      Version 1.2
  187.         ISO-9660 file systems must be mounted read-only starting with
  188.         1.1.33 kernel; clarified that SB16 SCSI is supported and newer
  189.         Aztech drives are not supported; references to photocd and xpcd
  190.         programs; note on new SBPCD auto eject feature
  191.  
  192.  
  193.      Version 1.3
  194.         Minor change to the way SBPCD eject feature is disabled starting
  195.         with the 1.1.49 kernel; added info on XA discs and how to
  196.         identify them
  197.  
  198.  
  199.      Version 1.4
  200.         HOWTO now available in other languages; IBM and Longshine drives
  201.         now supported by SBPCD; alpha driver for Aztech drives; CDU-33
  202.         driver no longer auto-probes, supports PhotoCD and audio; more
  203.         than 2 SCSI drives are supported; new driver for IDE; reminder
  204.         to check drive jumpers; can now set SBPCD auto-eject with IOCTL;
  205.         list drivers with multisession support; question on flashing
  206.         light on CDU-33
  207.  
  208.  
  209.      Version 1.5
  210.         A long overdue update (I've been busy); document placed under
  211.         GPL; info on many new kernel drivers; more info on configuration
  212.         and troubleshooting; lots of HTML links added; many other minor
  213.         changes
  214.  
  215.  
  216.      Version 1.6
  217.         Added link to eject program; question on file permission patch;
  218.         link to Creative Labs Web site; reference to ATA/EIDE FAQ and
  219.         FTP site; note that many Creative Labs and Mitsumi drives are
  220.         now EIDE; mention Supermount; drives listed as supporting
  221.         digital data are obsolete, refer to cdda2wav; more info on
  222.         writing CDs; multi-disc EIDE drive info; a few typos fixed
  223.  
  224.  
  225.      Version 1.7
  226.         new kernel version; most README files moved to
  227.         /usr/src/linux/Documentation; some drivers are no longer
  228.         experimental; a few more supported drives; emphasize that most
  229.         drives are now IDE/ATAPI; added questions on Plug and Play
  230.         support and identifying drive speed; vger mailing lists being
  231.         shut down; other miscellaneous minor changes
  232.  
  233.  
  234.      Version 1.8
  235.         question on why CD-ROM stops working after install; aztcd driver
  236.         now supports two CyCDROM drives; more pleading not to use SBPCD
  237.         driver with IDE drives; some ATAPI multi-disc changer support;
  238.         note on (lack of) support for parallel port drives; latest
  239.         stable kernel is 2.0; other miscellaneous minor changes
  240.  
  241.  
  242.      Version 1.9
  243.         removed some questions that were very old and now obsolete; new
  244.         e-mail address for author; Chinese translation available; fixed
  245.         some links to point to latest software packages; more
  246.         information on multimedia book; minor spelling and grammatical
  247.         changes
  248.  
  249.  
  250.      Version 1.10
  251.         clarify that new Aztech drives are ATAPI; added CDU31A options
  252.         for modular driver; mount option for reading hidden files; added
  253.         six month "best before" date; new URL to web page for book;
  254.         minor spelling and grammatical changes
  255.  
  256.  
  257.      Version 1.11
  258.         added reference for parallel port drives; added info on bpcd
  259.         driver; new URL for Chinese version; alternate CR-56x driver;
  260.         info on bootable CDs; answered question on CD-ROM API; Linux
  261.         Multimedia Guide is now available in French and Japanese
  262.  
  263.  
  264.  
  265.      Version 1.12
  266.         added link to Polish translation; CD Writing is no longer a
  267.         mini-HOWTO; added two questions related to Joliet filesystem
  268.  
  269.  
  270.      Version 1.13
  271.         added index entries; placed under LDP license rather than GPL;
  272.         SuperProbe replaced by reference to kernel based automounter
  273.  
  274.  
  275.  
  276.   1.3.  New Versions Of This Document
  277.  
  278.  
  279.   New versions of this document will be periodically posted to the
  280.   comp.os.linux.answers newsgroup. They will also be uploaded to various
  281.   anonymous ftp sites that archive such information including
  282.   <ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/>.
  283.  
  284.   Hypertext versions of this and other Linux HOWTOs are available on
  285.   many World-Wide-Web sites, including
  286.   <http://sunsite.unc.edu/LDP/HOWTO/>. Most Linux CD-ROM distributions
  287.   include the HOWTOs, often under the /usr/doc directory, and you can
  288.   also buy printed copies from several vendors. Sometimes the HOWTOs
  289.   available from CD-ROM vendors, ftp sites, and printed format are out
  290.   of date. If the date on this HOWTO is more than six months in the
  291.   past, then a newer copy is probably available on the Internet.
  292.  
  293.   A French translation of this document, by Bruno Cornec
  294.   (cornec@stna7.stna.dgac.fr) is available at
  295.   <ftp://ftp.ibp.fr/pub2/linux/french/docs/HOWTO/>.
  296.  
  297.   A Japanese translation by Itsushi Minoura (minoura@uni.zool.s.u-
  298.   tokyo.ac.jp) is available from  <http://jf.linux.or.jp/JF/JF.html/>.
  299.  
  300.   A Chinese translation (BIG-5 encoding) by Yung-kang Wu
  301.   (yorkwu@ms4.hinet.net) is available from
  302.   <http://linux.ntcic.edu.tw/~yorkwu/linux/howto/cdrom/>.
  303.  
  304.   A Polish translation by Bartosz Maruszewski
  305.   (b.maruszewski@zsmeie.torun.pl) is available from
  306.   <http://www.jtz.org.pl/Html/CDROM-HOWTO.pl.html>.
  307.  
  308.   Most translations of this and other Linux HOWTOs can also be found at
  309.   <http://sunsite.unc.edu/pub/Linux/docs/HOWTO/translations/> and
  310.   <ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/translations/>.
  311.  
  312.   If you make a translation of this document into another language, let
  313.   me know and I'll include a reference to it here.
  314.  
  315.  
  316.   1.4.  Feedback
  317.  
  318.  
  319.   I rely on you, the reader, to make this HOWTO useful. If you have any
  320.   suggestions, corrections, or comments, please send them to me,
  321.   tranter@pobox.com, and I will try to incorporate them in the next
  322.   revision.
  323.  
  324.   I am also willing to answer general questions on CD-ROM under Linux,
  325.   as best I can. Before doing so, please read all of the information in
  326.   this HOWTO, and then send me detailed information about the problem.
  327.   Please do not ask me about using CD-ROM drives under operating systems
  328.   other than Linux.
  329.  
  330.  
  331.   If you publish this document on a CD-ROM or in hardcopy form, a
  332.   complimentary copy would be appreciated; mail me for my postal
  333.   address. Also consider making a donation to the Linux Documentation
  334.   Project to help support free documentation for Linux. Contact the
  335.   Linux HOWTO coordinator, Tim Bynum (linux-howto@sunsite.unc.edu), for
  336.   more information.
  337.  
  338.  
  339.   1.5.  Distribution Policy
  340.  
  341.  
  342.   Copyright (c) 1995-1998 by Jeff Tranter.  This document may be
  343.   distributed under the terms set forth in the LDP license at
  344.   <http://sunsite.unc.edu/LDP/COPYRIGHT.html>.
  345.  
  346.  
  347.   2.  CD-ROM Technology
  348.  
  349.  
  350.  
  351.   "CD-ROM is read-only memory, and audio compact disc system is
  352.   available as package-media of digital data for those purpose. For
  353.   playing audio CD, please insert Head-phone jack."
  354.   --- from a CD-ROM instruction manual
  355.  
  356.  
  357.  
  358.   Don't Panic! The world of CD-ROM technology is not as confusing as
  359.   your instruction manual.
  360.  
  361.   CD-ROM stands for Compact Disc Read-Only Memory, a mass storage medium
  362.   utilizing an optical laser to read microscopic pits on the aluminized
  363.   layer of a polycarbonate disc. The same format is used for audio
  364.   Compact Discs. Because of its high storage capacity, reliability, and
  365.   low cost, CD-ROM has become an increasingly popular storage media.
  366.  
  367.   The storage capacity of a CD-ROM disc is approximately 650 megabytes,
  368.   equivalent to over 500 high density 3.5" floppy disks or roughly
  369.   250,000 typed pages.
  370.  
  371.   First generation drives (known as single speed), provided a transfer
  372.   rate of approximately 150 kilobytes per second.  Hardware
  373.   manufacturers then introduced double speed (300 kB/sec), quad speed
  374.   (600 kB/sec), and higher. As I write this, 24 times (24X) drives are
  375.   readily available and affordable.
  376.  
  377.   Most CD-ROM drives use either the Small Computer Systems Interface
  378.   (SCSI), ATAPI enhanced IDE interface, or a vendor proprietary
  379.   interface. They also typically support playing audio CDs via an
  380.   external headphone jack or line level output. Some CDs also allow
  381.   reading the frames of data from audio CDs in digital form.
  382.  
  383.   CD-ROMs are usually formatted with an ISO-9660 (formerly called High
  384.   Sierra) file system. This format restricts filenames to the MS-DOS
  385.   style (8+3 characters). The Rock Ridge Extensions use undefined fields
  386.   in the ISO-9660 standard to support longer filenames and additional
  387.   Unix style information (e.g. file ownership, symbolic links, etc.).
  388.  
  389.   PhotoCD is a standard developed by Kodak for storing photographic
  390.   images as digital data on a CD-ROM. With appropriate software, you can
  391.   view the images on a computer, manipulate them, or send them to a
  392.   printer. Information can be added to a PhotoCD at a later date; this
  393.   is known as multi-session capability.
  394.  
  395.   CD recorders (CD-R) are also available and are becoming increasingly
  396.   affordable. They use a different media and specialized equipment for
  397.   recording, but the resulting disc can be read by any CD-ROM drive.
  398.  
  399.   In the future CD-ROM drive vendors are expected to offer new
  400.   technologies that will increase storage capacity by an order of
  401.   magnitude.
  402.  
  403.  
  404.   3.  Supported Hardware
  405.  
  406.  
  407.   This section lists the CD-ROM drivers and interfaces that are
  408.   currently supported under Linux. The information here is based on the
  409.   latest stable Linux kernel, which at time of writing was version
  410.   2.0.33. A development kernel (2.1.x versions) is also available but is
  411.   not guaranteed to be stable.
  412.  
  413.   This information is only valid for Linux on the Intel platform. Much
  414.   of it should be applicable to Linux on other processor architectures,
  415.   but I have no first hand experience or information.
  416.  
  417.  
  418.   3.1.  ATAPI CD-ROM Drives
  419.  
  420.  
  421.   ATAPI (ATA Packet Interface) is a protocol for controlling mass
  422.   storage devices. It builds on the ATA (AT Attachment) interface, the
  423.   official ANSI standard name for the IDE interface developed for hard
  424.   disk drives. ATAPI is commonly used for hard disks, CD-ROM drives,
  425.   tape drives, and other devices.  Currently the most popular type of
  426.   interface, it offers most of the functionality of SCSI, without the
  427.   need for an expensive controller or cables.
  428.  
  429.   The Linux kernel has a device driver that should work with any ATAPI
  430.   compliant CD-ROM drive. Vendors shipping compatible drives include
  431.   Aztech, Mitsumi, NEC, Sony, Creative Labs, and Vertos. If you have
  432.   recently purchased a CD-ROM drive, especially if it is quad speed or
  433.   faster, it is almost guaranteed to be IDE/ATAPI.
  434.  
  435.  
  436.   3.2.  SCSI CD-ROM Drives
  437.  
  438.  
  439.   SCSI (Small Computer Systems Interface) is a popular format for CD-ROM
  440.   drives. Its chief advantages are a reasonably fast transfer rate,
  441.   multi-device capability, and support on a variety of computer
  442.   platforms. Some disadvantages of SCSI are the need for a relatively
  443.   expensive controller card and cables.
  444.  
  445.   Any SCSI CD-ROM drive with a block size of 512 or 2048 bytes should
  446.   work under Linux; this includes the vast majority of CD-ROM drives on
  447.   the market.
  448.  
  449.   You will also need a supported SCSI controller card; see the SCSI
  450.   HOWTO for more information on interface hardware.
  451.  
  452.   Note that some CD-ROMs include a proprietary controller with a
  453.   modified interface that is not fully SCSI compatible (e.g. it may not
  454.   support adding other SCSI devices on the bus). These will most likely
  455.   not work under Linux.
  456.  
  457.  
  458.   3.3.  Proprietary CD-ROM Drives
  459.  
  460.  
  461.   Several CD-ROM drives using proprietary interfaces are available; the
  462.   interface is often provided on a sound card. Simple interface cards
  463.   equivalent to that provided on the sound card are also available.
  464.   These drives generally tend to be lower in cost and smaller than SCSI
  465.   drives. Their disadvantages are the lack of standardization and
  466.   expandability.
  467.  
  468.   Note that proprietary interfaces are sometimes erroneously referred to
  469.   as IDE interfaces, because like IDE hard disks, they use a simple
  470.   interface based on the PC/AT bus. To add to the confusion, some
  471.   vendors, most notably Creative Labs, have shipped many different types
  472.   of CD-ROM drives and have offered proprietary, SCSI, and ATAPI
  473.   interfaces on their sound cards.
  474.  
  475.   The table below lists the proprietary CD-ROM drives that are known to
  476.   be supported under Linux. Drivers for additional devices may be
  477.   available in the latest development kernels or as kernel patches. The
  478.   latter can most often be found at
  479.   <ftp://sunsite.unc.edu/pub/Linux/kernel/patches/cdrom/>. Also check
  480.   the README files included with the kernel distribution, usually
  481.   installed in /usr/src/linux/Documentation/cdrom, for the latest
  482.   information.
  483.  
  484.  
  485.                   Proprietary CD-ROM Drives
  486.  
  487.   Vendor          Model           Kernel Driver   Notes
  488.   ------          -----           -------------   --------
  489.   Panasonic       CR-521          sbpcd           Note 1
  490.   Panasonic       CR-522          sbpcd           Note 1
  491.   Panasonic       CR-523          sbpcd           Note 1
  492.   Panasonic       CR-562          sbpcd           Note 1
  493.   Panasonic       CR-563          sbpcd           Note 1
  494.   Creative Labs   CD-200          sbpcd
  495.   IBM             External ISA    sbpcd           Note 2
  496.   Longshine       LCS-7260        sbpcd
  497.   Teac            CD-55A          sbpcd
  498.   Sony            CDU-31A         cdu31a
  499.   Sony            CDU-33A         cdu31a
  500.   Sony            CDU-535         sonycd535       Note 3
  501.   Sony            CDU-531         sonycd535
  502.   Aztech          CDA268-01A      aztcd           Note 4
  503.   Orchid          CDS-3110        aztcd
  504.   Okano/Wearnes   CDD110          aztcd
  505.   Conrad          TXC             aztcd
  506.   CyCDROM         CR520ie         aztcd
  507.   CyCDROM         CR940ie         aztcd
  508.   GoldStar        R420            gscd            Note 5
  509.   Philips/LMS     CM206           cm206           Note 6
  510.   Mitsumi         CRMC LU005S     mcd/mcdx        Note 7, 8
  511.   Mitsumi         FX001           mcd/mcdx        Note 7, 8
  512.   Optics Storage  Dolphin 8000AT  optcd
  513.   Lasermate       CR328A          optcd
  514.   Sanyo           H94A            sjcd
  515.   various         various         isp16           Note 9
  516.   MicroSolutions  Backpack        bpcd
  517.  
  518.  
  519.  
  520.   Notes:
  521.  
  522.  
  523.   1. These drives may be sold under the names Creative Labs, Panasonic,
  524.      Matsushita, or Kotobuki.
  525.  
  526.   2. This drive is the same as a Panasonic CR-562.
  527.  
  528.  
  529.   3. May also be sold under the Procomm name.
  530.  
  531.   4. This driver is for the CDA268-01A only. Other models, including the
  532.      CDA268-03I and CDA269-031SE are not proprietary and should use the
  533.      IDECD (ATAPI) kernel driver.
  534.  
  535.   5. May also be sold as part of a Reveal Multimedia Kit.
  536.  
  537.   6. The Philips CM205 is not supported by this driver, but there is a
  538.      separate alpha release driver available from ftp://sunsite.unc.edu
  539.      in /pub/Linux/kernel/patches/cdrom/lmscd0.4.tar.gz
  540.  
  541.   7. May also be sold under the Radio Shack name.
  542.  
  543.   8. There are two drivers available. "mcd" is the original one, and
  544.      "mcdx" is a newer driver with more features (but possibly less
  545.      stable).
  546.  
  547.   9. This driver works with CD-ROM drives that are attached to the
  548.      interface on an ISP16, MAD16 or Mozart sound card.
  549.  
  550.   If a drive listed here is not supported by your kernel, you probably
  551.   need to upgrade to a newer version.
  552.  
  553.   If your drive is not one of the models listed here, particularly if it
  554.   was bought recently and is quad speed or faster, it probably uses the
  555.   IDE/ATAPI interface listed in a previous section. The single most
  556.   common error among Linux CD-ROM users is to assume that any drive
  557.   connected to a SoundBlaster card should use the SBPCD driver. Creative
  558.   Labs and most other vendors are no longer selling proprietary
  559.   interface drives, they are following the standard ATAPI/IDE interface.
  560.  
  561.  
  562.   3.4.  Parallel Port Drives
  563.  
  564.  
  565.   Some vendors sell CD-ROM drives that attach via a parallel port.  The
  566.   only drive of this type that is currently supported in the Linux
  567.   kernel is the MicroSolutions Backpack.
  568.  
  569.   Linux kernel drivers for several more of these drives are available
  570.   separately as kernel patches or loadable modules. For the latest
  571.   information check  <http://www.torque.net/linux-pp.html>.
  572.  
  573.  
  574.   3.5.  Alternate Drivers
  575.  
  576.  
  577.   There is an alternate kernel driver available for Panasonic/Matsushita
  578.   CR-56x drives written by Zoltan Vorosbaranyi. It can be found at
  579.   <ftp://ftp.tarki.hu/pub/linux/pcd/pcd-0.29.tar.gz>.
  580.  
  581.  
  582.   4.  Installation
  583.  
  584.  
  585.   Installation of a CD-ROM under Linux consists of these steps:
  586.  
  587.  
  588.   1. Installing the hardware.
  589.  
  590.   2. Configuring and building the Linux kernel.
  591.  
  592.   3. Creating device files and setting boot time parameters
  593.  
  594.  
  595.   4. Booting the Linux kernel.
  596.  
  597.   5. Mounting the media.
  598.  
  599.   The next sections will cover each of these steps in detail.
  600.  
  601.  
  602.   4.1.  Installing the Hardware
  603.  
  604.  
  605.   Follow the manufacturer's instructions for installing the hardware or
  606.   have your dealer perform the installation. The details will vary
  607.   depending on whether the drive is internal or external and on the type
  608.   of interface used. There are no special installation requirements for
  609.   Linux. You may need to set jumpers on the drive and/or interface card
  610.   for correct operation; some of the kernel drivers include README files
  611.   that include this information.
  612.  
  613.   As explained in the file ide-cd, ATAPI CD-ROMS should be jumpered as
  614.   "single" or "master", and not "slave" when only one IDE device is
  615.   attached to an interface (although this restriction is no longer
  616.   enforced with recent kernels).
  617.  
  618.  
  619.   4.2.  Configuring and Building the Kernel
  620.  
  621.  
  622.   When initially installing Linux from CD-ROM you will likely be using a
  623.   boot and/or root disk provided as part of a Linux distribution. If
  624.   possible, you should choose a boot disk with the kernel driver for
  625.   your CD-ROM device type. If you cannot find a boot disk with the
  626.   necessary CD-ROM driver, you have several options:
  627.  
  628.  
  629.   1. Install over a network
  630.  
  631.   2. Boot DOS, and install the Linux files onto your hard disk
  632.  
  633.   3. Boot DOS, and create a set of floppies to install Linux
  634.  
  635.   4. Find someone who can build you a boot disk with the needed CD-ROM
  636.      driver
  637.  
  638.   The Linux Installation HOWTO
  639.   <http://sunsite.unc.edu/LDP/HOWTO/Installation-HOWTO.html> has more
  640.   information on installing Linux. If you purchased Linux on CD-ROM, it
  641.   likely also came with some installation instructions (that little
  642.   booklet inside the jewel case, and/or files on the CD).
  643.  
  644.   Once Linux has initially been installed, most users will want to
  645.   compile their own kernel, usually for one of these reasons:
  646.  
  647.  
  648.   o  to support a CD-ROM drive or other hardware
  649.  
  650.   o  to upgrade to a newer kernel release
  651.  
  652.   o  to free up memory resources by minimizing the size of the kernel
  653.  
  654.   The Linux Kernel HOWTO <http://sunsite.unc.edu/LDP/HOWTO/Kernel-
  655.   HOWTO.html> should be consulted for the details of building a kernel.
  656.   I will just mention here some issues that are specific to CD-ROM
  657.   drives.
  658.  
  659.   Obviously, you need to compile in support for your CD-ROM drive when
  660.   you do a "make config".
  661.   If you have an ATAPI CD-ROM drive, you need to answer yes to the
  662.   questions:
  663.  
  664.  
  665.  
  666.        Enhanced IDE/MFM/RLL disk/cdrom/tape support (CONFIG_BLK_DEV_IDE) [Y/n/?]
  667.        Include IDE/ATAPI CDROM support (CONFIG_BLK_DEV_IDECD) [Y/n/?]
  668.  
  669.  
  670.  
  671.  
  672.   For SCSI CD-ROM drives, enable these options:
  673.  
  674.  
  675.  
  676.        SCSI support (CONFIG_SCSI) [Y/n/m/?]
  677.        SCSI CD-ROM support (CONFIG_BLK_DEV_SR) [Y/n/m/?]
  678.  
  679.  
  680.  
  681.  
  682.   Also enable support for your SCSI host adapter when prompted, e.g.
  683.  
  684.  
  685.  
  686.        Adaptec AHA152X support (CONFIG_SCSI_AHA152X) [Y/n/m/?]
  687.  
  688.  
  689.  
  690.  
  691.   For proprietary interface CD-ROM drives, enable the appropriate
  692.   driver. You can use the table listed previously to determine the
  693.   driver to use for your model.
  694.  
  695.   Virtually all CD-ROMs use the ISO-9660 file system, so you must also
  696.   enable:
  697.  
  698.  
  699.  
  700.        ISO9660 cdrom filesystem support (CONFIG_ISO9660_FS) [Y/n/m/?]
  701.  
  702.  
  703.  
  704.  
  705.   Although not needed for CD-ROM operation, if you have a sound card
  706.   that is supported under Linux you might want to enable and configure
  707.   the kernel sound driver at this time as well. The Sound HOWTO
  708.   <http://sunsite.unc.edu/LDP/HOWTO/Sound-HOWTO.html> can be a useful
  709.   reference here.
  710.  
  711.   You should then follow the usual procedure for building the kernel and
  712.   installing it. Don't boot with the new kernel until you create the
  713.   device files and set up any boot time parameters as described in the
  714.   next section.
  715.  
  716.   The ISO-9660 filesystem and almost all of the CD-ROM drivers can be
  717.   built as loadable kernel modules. This scheme allows the kernel
  718.   drivers to be loaded and unloaded without rebooting the kernel,
  719.   freeing up memory. I recommend you get your CD-ROM installation
  720.   running using compiled-in drivers first. How to use modules is
  721.   described in the modules documentation and the Kernel HOWTO
  722.   <http://sunsite.unc.edu/LDP/HOWTO/Kernel-HOWTO.html>.
  723.  
  724.   If a drive type listed here is not supported by your kernel, you
  725.   likely need to upgrade to a newer version.
  726.  
  727.   It is possible that you need to use a driver that is distributed
  728.   separately from the kernel source code. This usually involves patching
  729.   the kernel. Again, the Kernel HOWTO
  730.   <http://sunsite.unc.edu/LDP/HOWTO/Kernel-HOWTO.html> explains how to
  731.   do this.
  732.  
  733.   Note that there is a menu-based kernel configuration program invoked
  734.   by "make menuconfig" and an X11-based graphical configuration invoked
  735.   as "make xconfig". All three configuration methods offer on-line help.
  736.  
  737.  
  738.   4.3.  Creating Device Files and Setting Boot Time Parameters
  739.  
  740.  
  741.   The kernel uses device files to identify which device driver to use.
  742.   If you are running a standard Linux distribution you may have created
  743.   the necessary device files during installation. Under Slackware Linux,
  744.   for example, there is a menu-based setup tool that includes CD-ROM
  745.   setup, and most systems have a /dev/MAKEDEV script. If you don't use
  746.   these methods, you can use the more manual procedure listed in this
  747.   section. Even if you use either of these methods, it is recommended
  748.   that you at least verify the device files against the information in
  749.   this section.
  750.  
  751.   You create the device file by running the shell commands indicated for
  752.   your drive type. This should be done as user root. Note that some
  753.   Linux distributions may use slightly different CD-ROM device names
  754.   from those listed here.
  755.  
  756.   It is recommended that you also create a symbolic link to the CD-ROM
  757.   device to make it easier to remember. For example, for an IDE CD-ROM
  758.   drive that is the second device on the secondary interface, the link
  759.   would be created using
  760.  
  761.  
  762.  
  763.        # ln -s /dev/hdd /dev/cdrom
  764.  
  765.  
  766.  
  767.  
  768.   If you want to play audio CDs, you will need to set the protection on
  769.   the device file (the real file, not the symbolic link to it) to allow
  770.   all users to read, e.g.
  771.  
  772.  
  773.  
  774.        # chmod 664 /dev/hdd
  775.        # ls -l /dev/hdd
  776.        brw-rw-r--   1 root     disk      22,  64 Feb  4  1995 /dev/hdd
  777.  
  778.  
  779.  
  780.  
  781.   When booting Linux, the device drivers attempt to determine whether
  782.   the appropriate devices are present, typically by probing specific
  783.   addresses. Many of the drivers auto-probe at several addresses, but
  784.   because of differences in configuration, possible device conflicts,
  785.   and hardware limitations, the drivers sometimes need help identifying
  786.   the addresses and other parameters. Most drivers support an option on
  787.   the kernel command line to pass this information to the device driver.
  788.   This can be done interactively, or more commonly, configured into your
  789.   boot loader. With LILO, for example, you would add an append command
  790.   such as the following to your /etc/lilo.conf file:
  791.  
  792.  
  793.        append = "sbpcd=0x230,SoundBlaster"
  794.  
  795.  
  796.  
  797.  
  798.   See the LILO documentation for more information.
  799.  
  800.   In the next section I discuss issues specific to individual device
  801.   drivers, including device files, boot parameters, and the capabilities
  802.   of the different drivers. You probably only need to read the section
  803.   relevant to your drive type. The README files are usually found in the
  804.   directory /usr/src/linux/Documentation/cdrom.
  805.  
  806.  
  807.   4.3.1.  Sbpcd Driver
  808.  
  809.  
  810.  
  811.          Principal author: Eberhard Moenkeberg (emoenke@gwdg.de)
  812.     Multi-session support: yes (but not all drives)
  813.    Multiple drive support: yes
  814.   Loadable module support: yes
  815.      Reading audio frames: yes (CR-562, CR-563, CD-200 only)
  816.              Auto-probing: yes
  817.               Device file: /dev/sbpcd, major 25
  818.        Configuration file: sbpcd.h
  819.      Kernel config option: Matsushita/Panasonic CDROM support?
  820.               README file: sbpcd
  821.  
  822.  
  823.  
  824.   This driver accepts a kernel command line of the form:
  825.  
  826.  
  827.  
  828.        sbpcd=<io-address>,<interface-type>
  829.  
  830.  
  831.  
  832.  
  833.   where the first parameter is the base address of the device (e.g.
  834.   0x230), and <interface-type> is one of "SoundBlaster", "LaserMate", or
  835.   "SPEA". See the file sbpcd.h for hints on what interface type to use.
  836.   Using sbpcd=0 disables auto-probing, disabling the driver.
  837.  
  838.   The device file can be created using:
  839.  
  840.  
  841.  
  842.        # mknod /dev/sbpcd b 25 0
  843.  
  844.  
  845.  
  846.  
  847.   Up to four drives per controller are supported. The next three drives
  848.   on the first controller would use minor device numbers 1 through 3.
  849.   If you have more than one controller, create devices with major
  850.   numbers 26, 27, and 28, up to a maximum of 4 controllers (this is 16
  851.   CD-ROM drives in total; hopefully enough for most users :-).
  852.  
  853.   See the file sbpcd for more information on this driver.
  854.  
  855.   If you recently bought a CD-ROM drive, don't assume that if it
  856.   connects to a SoundBlaster card it should use this kernel driver. Most
  857.   CD-ROM drives being sold by Creative Labs are now EIDE/ATAPI drives.
  858.  
  859.   4.3.2.  Sonycdu535 Driver
  860.  
  861.  
  862.  
  863.          Principal author: Ken Pizzini (ken@halcyon.com)
  864.     Multi-session support: no
  865.    Multiple drive support: no
  866.   Loadable module support: yes
  867.      Reading audio frames: no
  868.              Auto-probing: no
  869.               Device file: /dev/sonycd535, major 24
  870.        Configuration file: sonycd535.h
  871.      Kernel config option: Sony CDU535 CDROM support?
  872.               README file: sonycd535
  873.  
  874.  
  875.  
  876.   This driver accepts a kernel command line of the form:
  877.  
  878.  
  879.  
  880.        sonycd535=<io-address>
  881.  
  882.  
  883.  
  884.  
  885.   where <io-address> is the base address of the controller (e.g. 0x320).
  886.   Alternatively you can set the address in the file sonycd535.h and
  887.   compile it in.
  888.  
  889.   The device file can be created using:
  890.  
  891.  
  892.  
  893.        # mknod /dev/sonycd535 b 24 0
  894.  
  895.  
  896.  
  897.  
  898.   Some Linux distributions use /dev/sonycd for this device.  Older
  899.   versions of the driver used major device number 21; make sure your
  900.   device file is correct.
  901.  
  902.   This driver was previously distributed as a patch but is now part of
  903.   the standard kernel. See the file sonycd535 for more information on
  904.   this driver.
  905.  
  906.  
  907.   4.3.3.  Cdu31a Driver
  908.  
  909.  
  910.  
  911.          Principal author: Corey Minyard (minyard@-rch.cirr.com)
  912.     Multi-session support: yes
  913.    Multiple drive support: no
  914.   Loadable module support: yes
  915.      Reading audio frames: yes
  916.              Auto-probing: no
  917.               Device file: /dev/cdu31a, major 15
  918.        Configuration file: cdu31a.h
  919.      Kernel config option: Sony CDU31A/CDU33A CDROM support?
  920.               README file: cdu31a
  921.  
  922.  
  923.  
  924.  
  925.   This driver accepts a kernel command line of the form:
  926.  
  927.  
  928.  
  929.        cdu31a=<io-address>,<interrupt>,PAS
  930.  
  931.  
  932.  
  933.  
  934.   The first number is the I/O base address of the card (e.g. 0x340). The
  935.   second is the interrupt number to use (0 means to use polled i/o). The
  936.   optional third parameter should be "PAS" if the drive is connected to
  937.   a Pro-Audio Spectrum 16 sound card, otherwise left blank.
  938.  
  939.   If the driver is loaded as a module, it uses a slightly different
  940.   format. When loading the driver using the modprobe or insmod command,
  941.   the parameters take the form:
  942.  
  943.  
  944.  
  945.        cdu31a_port=<io-address> cdu31a_irq=<interrupt>
  946.  
  947.  
  948.  
  949.  
  950.   The base io-address is required while the interrupt number is
  951.   optional.
  952.  
  953.   The device file can be created using:
  954.  
  955.  
  956.  
  957.        # mknod /dev/cdu31a b 15 0
  958.  
  959.  
  960.  
  961.  
  962.   See the file cdu31a for more information on this driver.
  963.  
  964.   Also see the Web page put together by Jeffrey Oxenreider
  965.   (zureal@infinet.com) that covers a lot of common problems with these
  966.   drives. It can be found at
  967.   <http://www.infinet.com/~zureal/cdu31a.html>.
  968.  
  969.  
  970.   4.3.4.  Aztcd Driver
  971.  
  972.  
  973.  
  974.          Principal author: Werner Zimmermann (zimmerma@rz.fht-esslingen.de)
  975.     Multi-session support: yes
  976.    Multiple drive support: no
  977.   Loadable module support: yes
  978.      Reading audio frames: no
  979.              Auto-probing: no
  980.               Device file: /dev/aztcd0, major 29
  981.        Configuration file: aztcd.h
  982.      Kernel config option: Aztech/Orchid/Okano/Wearnes (non IDE) CDROM support?
  983.               README file: aztcd
  984.  
  985.  
  986.  
  987.   This driver accepts a kernel command line of the form:
  988.  
  989.  
  990.  
  991.   aztcd=<io-address>
  992.  
  993.  
  994.  
  995.  
  996.   where the parameter is the I/O base address of the card (e.g. 0x340).
  997.  
  998.   The device file can be created using:
  999.  
  1000.  
  1001.  
  1002.        # mknod /dev/aztcd0 b 29 0
  1003.  
  1004.  
  1005.  
  1006.  
  1007.   Note that this driver is for the CDA268-01A only. Other models,
  1008.   including the CDA268-03I and CDA269-031SE are not proprietary and
  1009.   should use the IDECD (ATAPI) kernel driver.
  1010.  
  1011.   See the file aztcd for more information on this driver.
  1012.  
  1013.  
  1014.   4.3.5.  Gscd Driver
  1015.  
  1016.  
  1017.  
  1018.          Principal author: Oliver Raupach (raupach@nwfs1.rz.fh-hannover.de)
  1019.     Multi-session support: no
  1020.    Multiple drive support: no
  1021.   Loadable module support: yes
  1022.      Reading audio frames: no
  1023.              Auto-probing: no
  1024.               Device file: /dev/gscd0, major 16
  1025.        Configuration file: gscd.h
  1026.      Kernel config option: Goldstar R420 CDROM support?
  1027.               README file: gscd
  1028.  
  1029.  
  1030.  
  1031.   This driver accepts a kernel command line of the form:
  1032.  
  1033.  
  1034.  
  1035.        gscd=<io-address>
  1036.  
  1037.  
  1038.  
  1039.  
  1040.   specifying the I/O base address of the card (e.g. 0x340).
  1041.  
  1042.   The device file can be created using:
  1043.  
  1044.  
  1045.  
  1046.        # mknod /dev/gscd0 b 16 0
  1047.  
  1048.  
  1049.  
  1050.  
  1051.   See the file gscd and the World-Wide Web site <http://linux.rz.fh-
  1052.   hannover.de/~raupach/> for more information on this driver.
  1053.  
  1054.  
  1055.  
  1056.  
  1057.   4.3.6.  Mcd Driver
  1058.  
  1059.  
  1060.  
  1061.          Principal author: Martin  (martin@bdsi.com)
  1062.       Multi-session support: no
  1063.    Multiple drive support: no
  1064.   Loadable module support: yes
  1065.      Reading audio frames: no
  1066.              Auto-probing: no
  1067.               Device file: /dev/mcd, major 23
  1068.        Configuration file: mcd.h
  1069.      Kernel config option: Standard Mitsumi CDROM support?
  1070.               README file: mcd
  1071.  
  1072.  
  1073.  
  1074.   This is the older driver for Mitsumi drivers that has been available
  1075.   for some time. You might want to try the newer mcdx driver, which has
  1076.   some new features but is possibly less stable.
  1077.  
  1078.   This driver accepts a kernel command line of the form:
  1079.  
  1080.  
  1081.  
  1082.        mcd=<io-address>,<irq>
  1083.  
  1084.  
  1085.  
  1086.  
  1087.   specifying the I/O base address of the card (e.g. 0x340) and the IRQ
  1088.   request number used.
  1089.  
  1090.   The device file can be created using:
  1091.  
  1092.  
  1093.  
  1094.        # mknod /dev/mcd b 23 0
  1095.  
  1096.  
  1097.  
  1098.  
  1099.   See the file mcd for more information on this driver.
  1100.  
  1101.  
  1102.   4.3.7.  Mcdx Driver
  1103.  
  1104.  
  1105.  
  1106.          Principal author: Heiko Schlittermann
  1107.     Multi-session support: yes
  1108.    Multiple drive support: yes
  1109.   Loadable module support: yes
  1110.      Reading audio frames: no (not supported by hardware)
  1111.              Auto-probing: no
  1112.               Device file: /dev/mcdx0, major 20
  1113.        Configuration file: mcdx.h
  1114.      Kernel config option: Experimental Mitsumi support?
  1115.               README file: mcdx
  1116.  
  1117.  
  1118.  
  1119.   This is a newer driver for Mitsumi drivers. The older and possibly
  1120.   more stable mcd driver is still available.
  1121.  
  1122.  
  1123.   This driver accepts a kernel command line of the form:
  1124.  
  1125.  
  1126.  
  1127.        mcdx=<io-address>,<irq>
  1128.  
  1129.  
  1130.  
  1131.  
  1132.   specifying the I/O base address of the card (e.g. 0x340) and the IRQ
  1133.   request number used.
  1134.  
  1135.   The device file can be created using:
  1136.  
  1137.  
  1138.  
  1139.        # mknod /dev/mcdx0 b 20 0
  1140.  
  1141.  
  1142.  
  1143.  
  1144.   If you recently bought a Mitsumi CD-ROM drive, don't assume that it
  1145.   should use this kernel driver. Some Mitsumi models are now EIDE/ATAPI
  1146.   drives and should use the idecd kernel driver.
  1147.  
  1148.   See the file mcdx for more information on this driver.
  1149.  
  1150.  
  1151.   4.3.8.  Cm206 Driver
  1152.  
  1153.  
  1154.  
  1155.          Principal author: David A. van Leeuwen (david@tm.tno.)
  1156.     Multi-session support: yes
  1157.    Multiple drive support: no
  1158.   Loadable module support: yes
  1159.      Reading audio frames: no
  1160.              Auto-probing: yes
  1161.               Device file: /dev/cm206cd, major 32
  1162.        Configuration file: cm206.h
  1163.      Kernel config option: Philips/LMS CM206 CDROM support?
  1164.               README file: cm206
  1165.  
  1166.  
  1167.  
  1168.   The driver accepts a kernel command line of the form:
  1169.  
  1170.  
  1171.  
  1172.        cm206=<io-address>,<interrupt>
  1173.  
  1174.  
  1175.  
  1176.  
  1177.   where the first number is the I/O base address of the card (e.g.
  1178.   0x340). The second is the interrupt channel.
  1179.  
  1180.   The device file can be created using:
  1181.  
  1182.  
  1183.  
  1184.        # mknod /dev/cm206cd b 32 0
  1185.  
  1186.  
  1187.  
  1188.  
  1189.   See the file cm206 for more information on this driver.
  1190.  
  1191.  
  1192.   4.3.9.  Optcd Driver
  1193.  
  1194.  
  1195.  
  1196.          Principal author: Leo Spiekman (spiekman@dutette.et.tudelft.nl)
  1197.     Multi-session support: yes
  1198.    Multiple drive support: no
  1199.   Loadable module support: yes
  1200.      Reading audio frames: no
  1201.              Auto-probing: no
  1202.               Device file: /dev/optcd0, major 17
  1203.        Configuration file: optcd.h
  1204.      Kernel config option: Experimental Optics Storage ... CDROM support?
  1205.               README file: optcd
  1206.  
  1207.  
  1208.  
  1209.   The driver accepts a kernel command line of the form
  1210.  
  1211.  
  1212.  
  1213.        optcd=<io-address>
  1214.  
  1215.  
  1216.  
  1217.  
  1218.   to specify the I/O base address of the card (e.g. 0x340).
  1219.  
  1220.   The device file can be created using:
  1221.  
  1222.  
  1223.  
  1224.        # mknod /dev/optcd0 b 17 0
  1225.  
  1226.  
  1227.  
  1228.  
  1229.   See the file optcd for more information on this driver.
  1230.  
  1231.  
  1232.   4.3.10.  Sjcd Driver
  1233.  
  1234.  
  1235.  
  1236.          Principal author: Vadim V. Model (vadim@rbrf.msk.su)
  1237.     Multi-session support: no
  1238.    Multiple drive support: no
  1239.   Loadable module support: yes
  1240.      Reading audio frames: no
  1241.              Auto-probing: no
  1242.               Device file: /dev/sjcd, major 18
  1243.        Configuration file: sjcd.h
  1244.      Kernel config option: Experimental Sanyo H94A CDROM support?
  1245.               README file: sjcd
  1246.  
  1247.  
  1248.  
  1249.   The driver accepts a kernel command line of the form:
  1250.  
  1251.  
  1252.  
  1253.        sjcd=<io-address>,<interrupt>,<dma>
  1254.  
  1255.   indicating the base address, interrupt, and DMA channel to be used
  1256.   (e.g. sjcd=0x340,10,5).
  1257.  
  1258.   The device file can be created using:
  1259.  
  1260.  
  1261.  
  1262.        # mknod /dev/sjcd b 18 0
  1263.  
  1264.  
  1265.  
  1266.  
  1267.   See the file sjcd for more information on this driver.
  1268.  
  1269.  
  1270.   4.3.11.  Bpcd Driver
  1271.  
  1272.  
  1273.  
  1274.          Principal author: Grant R. Guenther (grant@torque.net)
  1275.     Multi-session support: unknown
  1276.    Multiple drive support: no
  1277.   Loadable module support: yes
  1278.      Reading audio frames: no
  1279.              Auto-probing: yes
  1280.               Device file: /dev/bpcd, major 41
  1281.        Configuration file: bpcd.h
  1282.      Kernel config option: MicroSolutions backpack CDROM support?
  1283.               README file: bpcd
  1284.  
  1285.  
  1286.  
  1287.   The driver accepts a kernel command line of the form:
  1288.  
  1289.  
  1290.  
  1291.        bpcd=<io-address>
  1292.  
  1293.  
  1294.  
  1295.  
  1296.   indicating the base address to be used (e.g. bpcd=0x3bc).
  1297.  
  1298.   The device file can be created using:
  1299.  
  1300.  
  1301.  
  1302.        # mknod /dev/bpcd b 41 0
  1303.  
  1304.  
  1305.  
  1306.  
  1307.   This driver is included with the 2.1 kernel source distribution.  See
  1308.   the file bpcd for more information on this driver.
  1309.  
  1310.  
  1311.   4.3.12.  SCSI Driver
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.          Principal author: David Giller
  1322.     Multi-session support: yes (depending on drive)
  1323.    Multiple drive support: yes
  1324.   Loadable module support: yes
  1325.      Reading audio frames: no
  1326.              Auto-probing: yes
  1327.               Device file: /dev/scd0, major 11
  1328.        Configuration file: cdrom.h
  1329.      Kernel config option: SCSI CDROM support?
  1330.               README file: none
  1331.  
  1332.  
  1333.  
  1334.   There are kernel command line option specific to each type of SCSI
  1335.   controller. See the SCSI HOWTO for more information.
  1336.  
  1337.   Multiple drives are supported (up to the limit of the maximum number
  1338.   of devices on the SCSI bus). Create device files with major number 11
  1339.   and minor numbers starting at zero:
  1340.  
  1341.  
  1342.  
  1343.        # mknod /dev/scd0 b 11 0
  1344.        # mknod /dev/scd1 b 11 1
  1345.  
  1346.  
  1347.  
  1348.  
  1349.   While the kernel driver itself does not support reading digital audio
  1350.   frames, some SCSI drives have the capability and will work with the
  1351.   cdda2wav program (which uses the generic SCSI kernel interface).
  1352.  
  1353.  
  1354.   4.3.13.  IDECD Driver
  1355.  
  1356.  
  1357.  
  1358.          Principal author: Scott Snyder (snyder@fnald0.fnal.gov)
  1359.     Multi-session support: yes
  1360.    Multiple drive support: yes
  1361.   Loadable module support: no
  1362.      Reading audio frames: yes (on supported drives)
  1363.              Auto-probing: yes
  1364.               Device file: /dev/hd{a,b,c,d},  major 22
  1365.        Configuration file: cdrom.h
  1366.      Kernel config option: Include support for IDE/ATAPI CDROMs?
  1367.               README file: ide-cd
  1368.  
  1369.  
  1370.  
  1371.   This is the driver for ATAPI CD-ROMS. The driver accepts a kernel
  1372.   command line of the form
  1373.  
  1374.  
  1375.  
  1376.        hdx=cyls,heads,sects,wpcom,irq
  1377.          or
  1378.        hdx=cdrom
  1379.  
  1380.  
  1381.  
  1382.  
  1383.   where hdx can be any of {hda,hdb,hdc,hdd}, or simply hd, for the
  1384.   "next" drive in sequence. Only the first three parameters are required
  1385.   (cyls,heads,sects). For example hdc=1050,32,64 hdd=cdrom.
  1386.  
  1387.   Getting the IDE driver to recognize your CD-ROM drive can be tricky,
  1388.   especially if you have more than 2 devices or more than one IDE
  1389.   controller. Usually all that is required is to pass the right command
  1390.   line options from LILO. The file /usr/src/linux/Documentation/ide-cd
  1391.   explains how to do this. Read it carefully.
  1392.  
  1393.   Recent Linux kernels have better support for multiple IDE devices. If
  1394.   you have problems with an older kernel, upgrading may help.
  1395.  
  1396.   Some IDE controllers have hardware problems which the kernel driver
  1397.   can work around. You may need to pass additional parameters to the
  1398.   driver to enable this. See the documentation for details.
  1399.  
  1400.  
  1401.   4.4.  Booting the Linux Kernel
  1402.  
  1403.  
  1404.   You can now reboot with the new kernel. Watch for a message such as
  1405.   the following indicating that the CD-ROM has been found by the device
  1406.   driver (the message will vary depending on the drive type):
  1407.  
  1408.  
  1409.  
  1410.        hdd: NEC CD-ROM DRIVE:282, ATAPI CDROM drive
  1411.  
  1412.  
  1413.  
  1414.  
  1415.   If the bootup messages scroll by too quickly to read, you should be
  1416.   able to retrieve them using dmesg or tail /var/adm/messages.
  1417.  
  1418.   If the drive is not found, then a problem has occurred, See the
  1419.   section on troubleshooting.
  1420.  
  1421.  
  1422.   4.5.  Mounting, Unmounting, and Ejecting Devices
  1423.  
  1424.  
  1425.   To mount a CD-ROM, insert a disc in the drive, and run the mount
  1426.   command as root (this assumes you created a symbolic link to your
  1427.   device file as recommended above and that an empty directory
  1428.   /mnt/cdrom exists):
  1429.  
  1430.  
  1431.  
  1432.        # mount -t iso9660 -r /dev/cdrom /mnt/cdrom
  1433.  
  1434.  
  1435.  
  1436.  
  1437.   The CD can now be accessed under the directory /mnt/cdrom.
  1438.  
  1439.   There are other options to the mount command that you may wish to use;
  1440.   see the mount(8) man page for details.
  1441.  
  1442.   You can add an entry to /etc/fstab to automatically mount a CD-ROM
  1443.   when Linux boots or to specify parameters to use when it is mounted;
  1444.   see the fstab(5) man page.
  1445.  
  1446.   Note that to play audio CDs you should not try to mount them.
  1447.  
  1448.   To unmount a CD-ROM, use the umount command as root:
  1449.  
  1450.  
  1451.  
  1452.  
  1453.   # umount /mnt/cdrom
  1454.  
  1455.  
  1456.  
  1457.  
  1458.   The disc can only be unmounted if no processes are currently accessing
  1459.   the drive (including having their default directory set to the mounted
  1460.   drive). You can then eject the disc. Most drives have an eject button;
  1461.   there is also a standalone eject program that allows ejecting CD-ROMs
  1462.   under software control.
  1463.  
  1464.   Note that you should not eject a disc while it is mounted (this may or
  1465.   may not be possible depending on the type of drive). Some CD-ROM
  1466.   drivers can automatically eject a CD-ROM when it is unmounted and
  1467.   insert the CD tray when a disc is mounted (you can turn this feature
  1468.   off when compiling the kernel or by using a software command).
  1469.  
  1470.   Its possible that after playing an audio CD you may not be able to
  1471.   mount a CD-ROM. You need to send a CD audio "stop" command (using a CD
  1472.   player program) before trying the mount. This problem only appears to
  1473.   occur with the SBPCD driver.
  1474.  
  1475.   Recent 2.0 and 2.1 kernels support a kernel-based automounter which
  1476.   provides transparent mounting of removable media including CD-ROM. You
  1477.   can find the tools needed to use it at
  1478.   <ftp.kernel.org:/pub/linux/daemons/autofs/>.
  1479.  
  1480.  
  1481.   4.6.  Troubleshooting
  1482.  
  1483.  
  1484.   If you still encounter problems after following the instructions in
  1485.   the HOWTO, here are some things to check. The checks are listed in
  1486.   increasing order of complexity. If a check fails, solve the problem
  1487.   before moving to the next stage.
  1488.  
  1489.  
  1490.   4.6.1.  Step 1: Make sure you are really running the kernel you com-
  1491.   piled
  1492.  
  1493.  
  1494.   You can check the date stamp on the kernel to see if you are running
  1495.   the one that you compiled with CD-ROM support. You can do this with
  1496.   the uname command:
  1497.  
  1498.  
  1499.  
  1500.        % uname -a
  1501.        Linux fizzbin 2.0.18 #1 Fri Sep 6 10:10:54 EDT 1996 i586
  1502.  
  1503.  
  1504.  
  1505.  
  1506.   or by displaying the file /proc/version:
  1507.  
  1508.  
  1509.  
  1510.        % cat /proc/version
  1511.        Linux version 2.0.18 (root@fizzbin) (gcc version 2.7.2) #1 Fri Sep 6 10:10:54 EDT 1996
  1512.  
  1513.  
  1514.  
  1515.  
  1516.   If the date stamp doesn't seem to match when you compiled the kernel,
  1517.   then you are running an old kernel. Did you really reboot? If you use
  1518.   LILO, did you re-install it (typically by running /sbin/lilo)? If
  1519.   booting from floppy, did you create a new boot floppy and use it when
  1520.   booting?
  1521.  
  1522.  
  1523.   4.6.2.  Step 2: Make sure the proper kernel drivers are compiled in
  1524.  
  1525.  
  1526.   You can see what drivers are compiled in by looking at /proc/devices:
  1527.  
  1528.  
  1529.  
  1530.        % cat /proc/devices
  1531.        Character devices:
  1532.         1 mem
  1533.         2 pty
  1534.         3 ttyp
  1535.         4 ttyS
  1536.         5 cua
  1537.         7 vcs
  1538.  
  1539.        Block devices:
  1540.         3 ide0
  1541.        22 ide1
  1542.  
  1543.  
  1544.  
  1545.  
  1546.   First look for your CD-ROM device driver. These are all block devices,
  1547.   in this case we can see that the idecd driver with major number 22 was
  1548.   present.
  1549.  
  1550.   Also make sure that ISO-9660 filesystem support was compiled in, by
  1551.   looking at /proc/filesystems:
  1552.  
  1553.  
  1554.  
  1555.        % cat /proc/filesystems
  1556.                ext2
  1557.                msdos
  1558.        nodev   proc
  1559.                iso9660
  1560.  
  1561.  
  1562.  
  1563.  
  1564.   You can also see what i/o port addresses are being used by a driver
  1565.   with the file /proc/ioports:
  1566.  
  1567.  
  1568.  
  1569.        howto % cat /proc/ioports
  1570.         ...
  1571.        0230-0233 : sbpcd
  1572.         ...
  1573.  
  1574.  
  1575.  
  1576.  
  1577.   If any of the drivers you thought you compiled in are not displayed,
  1578.   then something went wrong with the kernel configuration or build.
  1579.   Start the installation process again, beginning with configuration and
  1580.   building of the kernel.
  1581.  
  1582.  
  1583.  
  1584.  
  1585.   4.6.3.  Step 3: Did the kernel detect your drive during booting?
  1586.  
  1587.  
  1588.   Make sure that the CD-ROM device was detected when the kernel booted.
  1589.   You should have seen a message on bootup. If the messages scrolled off
  1590.   the screen, you can usually recall them using the dmesg command:
  1591.  
  1592.  
  1593.  
  1594.        % dmesg
  1595.  
  1596.  
  1597.  
  1598.  
  1599.   or
  1600.  
  1601.  
  1602.  
  1603.        % tail /var/adm/messages
  1604.  
  1605.  
  1606.  
  1607.  
  1608.   If your drive was not found then something is wrong. Make sure it is
  1609.   powered on and all cables are connected. If your drive has hardware
  1610.   jumpers for addressing, check that they are set correctly (e.g. drive
  1611.   0 if you have only one drive). ATAPI CD-ROMS must be jumpered as
  1612.   "single" or "master", and not "slave" when only one IDE device is
  1613.   attached to an interface. If the drive works under DOS then you can be
  1614.   reasonably confident that the hardware is working.
  1615.  
  1616.   Many kernel drivers using auto-probing, but some do not, and in any
  1617.   case the probing is not always reliable. Use the kernel command line
  1618.   option listed for your kernel driver type. You may want to try several
  1619.   different values if you are not sure of the i/o address or other
  1620.   parameters. LILO can be (and usually is) configured to allow you to
  1621.   enter the parameters manually when booting.
  1622.  
  1623.   Another possibility is that you used the wrong kernel driver for your
  1624.   CD-ROM driver. Some documentation may refer to proprietary interfaces
  1625.   as IDE, leading some to mistakenly believe they are ATAPI drives.
  1626.  
  1627.   Another possibility is that your drive (or interface card) is one of
  1628.   the "compatible" type that requires initialization by the DOS driver.
  1629.   Try booting DOS and loading the vendor supplied DOS device driver.
  1630.   Then soft boot Linux using Control-Alt-Delete.
  1631.  
  1632.   If your drive is not listed in this document, it is possible that
  1633.   there are no drivers for it available under Linux. You can check with
  1634.   some of the references listed at the end of this document for
  1635.   assistance.
  1636.  
  1637.  
  1638.   4.6.4.  Step 4: Can you read data from the drive?
  1639.  
  1640.  
  1641.   Try reading from the CD-ROM drive. Typing the following command should
  1642.   cause the drive activity light (if present) to come on and no errors
  1643.   should be reported. Use whatever device file is appropriate for your
  1644.   drive and make sure a CD-ROM is inserted; use Control-C to exit.
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.   # dd if=/dev/cdrom of=/dev/null bs=2048
  1652.   ^C
  1653.   124+0 records in
  1654.   124+0 records out
  1655.  
  1656.  
  1657.  
  1658.  
  1659.   If this works, then the kernel is communicating with the drive and you
  1660.   can move on to step 5.
  1661.  
  1662.   If not, then a possible cause is the device file. Make sure than the
  1663.   device file in the /dev directory has the correct major and minor
  1664.   numbers as listed previously for your drive type. Check that the
  1665.   permissions on the device file allow reading and writing.
  1666.  
  1667.   A remote possibility is a hardware problem. Try testing the drive
  1668.   under DOS, if possible, to determine if this could be the case.
  1669.  
  1670.  
  1671.   4.6.5.  Step 5: Can you mount the drive?
  1672.  
  1673.  
  1674.   If you can read from the drive but cannot mount it, first verify that
  1675.   you compiled in ISO-9660 file system support by reading
  1676.   /proc/filesystems, as described previously.
  1677.  
  1678.   Make sure you are mounting the drive with the "-t iso9660" and "-r"
  1679.   options and that a known good ISO-9660 CD-ROM (not Audio CD) is
  1680.   inserted in the drive. You normally must mount drives as user root.
  1681.  
  1682.   Make sure that the mount point exists and is an empty directory.
  1683.  
  1684.   If you are automatically mounting the CD-ROM on bootup, make sure that
  1685.   you have correct entries in the /etc/fstab file.
  1686.  
  1687.   If you are running the syslog daemon, there may be error messages from
  1688.   the kernel that you are not seeing. Try using the "dmesg" command:
  1689.  
  1690.  
  1691.  
  1692.        % dmesg
  1693.        SBPCD: sbpcd_open: no disk in drive
  1694.  
  1695.  
  1696.  
  1697.  
  1698.   There may also be errors logged to files in /var/adm, depending on how
  1699.   your system is configured.
  1700.  
  1701.  
  1702.   4.6.6.  Debugging Audio Problems
  1703.  
  1704.  
  1705.   If the drive works with CD-ROMs, but not for playing audio CDs, here
  1706.   are some possible solutions.
  1707.  
  1708.   You need an application program to play audio CDs. Some applications
  1709.   may be broken or may not be compatible with your drive. Try other
  1710.   applications and/or try recompiling them yourself. A good place to
  1711.   look for software is
  1712.   <ftp://sunsite.unc.edu/pub/Linux/apps/sound/cdrom/>.
  1713.  
  1714.   A few of the CD-ROM drivers do not support playing Audio CDs. Check
  1715.   the README file or source code to see if that is the case.
  1716.  
  1717.   Check if the audio can be played through the headphone jack. If so,
  1718.   then the problem is likely related to your sound card. Use a mixer
  1719.   program to set the input device and volume levels. Make sure you have
  1720.   installed an audio cable from the CD-ROM drive to the sound card. Make
  1721.   sure that the kernel sound card driver is installed and working (see
  1722.   the Sound HOWTO).
  1723.  
  1724.  
  1725.   4.6.7.  When All Else Fails
  1726.  
  1727.  
  1728.   If you still have problems, here are some final suggestions for things
  1729.   to try:
  1730.  
  1731.  
  1732.   o  carefully re-read this HOWTO document
  1733.  
  1734.   o  read the references listed at the end of this document, especially
  1735.      the relevant kernel source README files
  1736.  
  1737.   o  post a question to one of the comp.os.linux or other usenet
  1738.      newsgroups
  1739.  
  1740.   o  send a question to the Linux mailing list
  1741.  
  1742.   o  try using the latest Linux kernel
  1743.  
  1744.   o  contact your computer dealer
  1745.  
  1746.   o  contact the CD-ROM manufacturer
  1747.  
  1748.   o  send mail to the maintainer of the relevant kernel driver (look in
  1749.      the file /usr/src/linux/MAINTAINERS)
  1750.  
  1751.   o  send mail to me
  1752.  
  1753.   o  fire up emacs and type Esc-x doctor :-)
  1754.  
  1755.  
  1756.   5.  Applications
  1757.  
  1758.  
  1759.   This section briefly lists some of the key applications related to CD-
  1760.   ROM that are available under Linux. Check the Linux Software Map for
  1761.   the latest versions and archive sites.
  1762.  
  1763.  
  1764.   5.1.  Audio CD Players
  1765.  
  1766.  
  1767.   Several programs are available for playing audio CDs, either through a
  1768.   headphone jack or an attached sound card.
  1769.  
  1770.  
  1771.      Workman
  1772.         a graphical player running under X11 and supporting a CD
  1773.         database and many other features
  1774.  
  1775.      WorkBone
  1776.         an interactive text-mode player
  1777.  
  1778.      xcdplayer
  1779.         a simple X11 based player
  1780.  
  1781.      cdplayer
  1782.         a very simple command line based player
  1783.      Xmcd
  1784.         an X11/Motif based player
  1785.  
  1786.      xmitsumi
  1787.         another X11 based player for Mitsumi drives
  1788.  
  1789.      xplaycd
  1790.         another X11 based player, bundled with sound mixer and VU meter
  1791.         programs
  1792.  
  1793.      cdtool
  1794.         command line tools for playing audio CDs
  1795.  
  1796.   Some of these programs are coded to use a specific device file for the
  1797.   CD-ROM (e.g. /dev/cdrom). You may be able to pass the correct device
  1798.   name as a parameter, or you can create a symbolic link in the /dev
  1799.   directory. If sending the CD output to a sound card, you may wish to
  1800.   use a mixer program to set volume settings or select the CD-ROM input
  1801.   for recording.
  1802.  
  1803.  
  1804.   5.2.  PhotoCD
  1805.  
  1806.  
  1807.   PhotoCDs use an ISO-9660 file system containing image files in a
  1808.   proprietary format. Not all CD-ROM drives support reading PhotoCDs.
  1809.  
  1810.   The hpcdtoppm program by Hadmut Danisch converts PhotoCD files to the
  1811.   portable pixmap format. It can be obtained from
  1812.   <ftp://ftp.gwdg.de/pub/linux/hpcdtoppm> or as part of the PBM
  1813.   (portable bit map) utilities, available on many archive sites (look
  1814.   for "pbm" or "netpbm").
  1815.  
  1816.   The photocd program by Gerd Knorr kraxel@cs.tu-berlin.de can convert
  1817.   PhotoCD images into Targa or Windows and OS/2 bitmap files.
  1818.  
  1819.   The same author has written the program xpcd, an X11-based program for
  1820.   handling PhotoCD images. You can select the images with a mouse,
  1821.   preview the image in a small window, and load the image with any of
  1822.   the five possible resolutions. You can also mark a part of the Image
  1823.   and load only the selected part. Look for these packages at
  1824.   <ftp://ftp.cs.tu-berlin.de/pub/linux/Local/misc/>.
  1825.  
  1826.   The ImageMagick image file manipulation program also supports PhotoCD
  1827.   files. It is available from
  1828.   <ftp://ftp.x.org/contrib/applications/ImageMagick/>.
  1829.  
  1830.  
  1831.   5.3.  Mkisofs
  1832.  
  1833.  
  1834.   Eric Youngdale's mkisofs package allows creating an ISO-9660 file
  1835.   system on a hard disk partition. This can then be used to assist in
  1836.   creating and testing CD-ROM file systems before mastering discs.
  1837.  
  1838.   The tools for actually writing data to writable CD-ROM drives tend to
  1839.   be vendor specific. They also require writing the data with no
  1840.   interruptions, so a multitasking operating system like Linux is not
  1841.   particularly well suited.
  1842.  
  1843.  
  1844.   5.4.  ISO-9660 Utilities
  1845.  
  1846.  
  1847.   These are some utilities for verifying the format of ISO-9660
  1848.   formatted discs; you may find them useful for testing suspect CDs. The
  1849.   package can be found at
  1850.   <ftp://ftp.cdrom.com/pub/unixfreeware/archive/>.  They were written by
  1851.   Bill Siegmund and Rich Morin.
  1852.  
  1853.  
  1854.   6.  Answers to Frequently Asked Questions
  1855.  
  1856.  
  1857.  
  1858.   6.1.  How can a non-root user mount and unmount discs?
  1859.  
  1860.  
  1861.   Most mount commands support the user option. If you make an entry such
  1862.   as the following in /etc/fstab:
  1863.  
  1864.  
  1865.  
  1866.        /dev/sbpcd  /mnt/cdrom   iso9660     user,noauto,ro
  1867.  
  1868.  
  1869.  
  1870.  
  1871.   then an ordinary user will be allowed to mount and unmount the drive
  1872.   using these commands:
  1873.  
  1874.  
  1875.  
  1876.        % mount /mnt/cdrom
  1877.        % umount /mnt/cdrom
  1878.  
  1879.  
  1880.  
  1881.  
  1882.   The disc will be mounted with some options that help enforce security
  1883.   (e.g. programs cannot executed, device files are ignored); in some
  1884.   cases this may be too restrictive.
  1885.  
  1886.   Another method is to get the usermount package which allows non-root
  1887.   users to mount and unmount removable devices such as floppies and CD-
  1888.   ROMs, but restricts access to other devices (such as hard disk
  1889.   partitions). It is available on major archive sites.
  1890.  
  1891.   The archive site ftp.cdrom.com has the source file mount.c which
  1892.   allows mounting an unmounting of CD-ROMs (only) by normal users. It
  1893.   runs as a setuid executable.
  1894.  
  1895.  
  1896.   6.2.  Why do I get device is busy when unmounting a CD-ROM?
  1897.  
  1898.  
  1899.   The disc cannot be unmounted if any processes are accessing the drive,
  1900.   including having their default directory set to the mounted
  1901.   filesystem. If you cannot identify the processes using the disc, you
  1902.   can use the fuser command, as shown in the following example.
  1903.  
  1904.  
  1905.  
  1906.        % umount /cdrom
  1907.        umount: /dev/hdd: device is busy
  1908.        % fuser -v /cdrom
  1909.                             USER       PID ACCESS COMMAND
  1910.        /mnt/cdrom           tranter    133 ..c..  bash
  1911.  
  1912.  
  1913.  
  1914.  
  1915.   On some systems you may need to be root when running the fuser command
  1916.   in order to see the processes of other users.
  1917.  
  1918.  
  1919.   6.3.  How do I export a CD-ROM to other hosts over NFS?
  1920.  
  1921.  
  1922.   You need to add an entry to the /etc/exports file. Users on other
  1923.   machines will then be able to mount the device. See the exports(5) man
  1924.   page for details.
  1925.  
  1926.  
  1927.   6.4.  Can I boot Linux from a CD-ROM?
  1928.  
  1929.  
  1930.   When initially installing Linux the most common method is to use a
  1931.   boot floppy. Some distributions allow booting a Linux kernel on CD
  1932.   directly from DOS.
  1933.  
  1934.   Michael Fulbright (msf@redhat.com) reports that with the right CD-ROM,
  1935.   ROM BIOS, and ATAPI CD-ROM drive it is possible to boot directly from
  1936.   CD. The latest version of mkisofs also supports creating such disks.
  1937.   He has added some patches to support the El Torito standard for
  1938.   bootable CDs.
  1939.  
  1940.  
  1941.   6.5.  How can I read digital data from audio CDs?
  1942.  
  1943.  
  1944.   Heiko Eissfeldt (heiko@colossus.escape.de) and Olaf Kindel have
  1945.   written a utility that reads audio data and saves it as .wav format
  1946.   sound files. The package is called cdda2wav.tar.gz and can be found on
  1947.   sunsite.unc.edu.
  1948.  
  1949.   Because CD-ROM drives are changing very quickly, it is difficult to
  1950.   list which models support reading digital data. You best bet is to get
  1951.   the latest cdda2wav package and read the documentation.
  1952.  
  1953.   For more information on this subject, see the web site
  1954.   http://www.tardis.ed.ac.uk/~psyche/cdda/ and the alt.cd-rom FAQ listed
  1955.   in the references section.
  1956.  
  1957.  
  1958.   6.6.  Why doesn't the find command work properly?
  1959.  
  1960.  
  1961.   On ISO-9660 formatted discs without the Rock Ridge Extensions, you
  1962.   need to add the -noleaf option to the find command.  See the find(1)
  1963.   man page for details.
  1964.  
  1965.   (In my experience virtually all recent Linux CDs use the Rock Ridge
  1966.   extensions, so this problem should occur very rarely.)
  1967.  
  1968.  
  1969.   6.7.  Does Linux support any recordable CD-ROM drives?
  1970.  
  1971.  
  1972.   The X-CD-Roast package for Linux is a graphical front-end for using CD
  1973.   writers. The package can be found at sunsite.unc.edu in
  1974.   /pub/Linux/utils/disk-management/xcdroast-0.95.tar.gz
  1975.  
  1976.   Also see the Linux CD-Writing HOWTO document, found at
  1977.   <ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/CD-Writing.html> or
  1978.   <http://sunsite.unc.edu/LDP/HOWTO/CD-Writing.html>.
  1979.  
  1980.  
  1981.   6.8.  Why do I get mount: Read-only file system when mounting a CD-
  1982.   ROM?
  1983.  
  1984.  
  1985.   CD-ROM is a read-only media. With some early kernels you could mount a
  1986.   CD-ROM for read/write; attempts to write data to the CD would simple
  1987.   be ignored. As of kernel version 1.1.33 this was corrected so that CD-
  1988.   ROMs must be mounted read only (e.g. using the -r option to mount).
  1989.  
  1990.  
  1991.   6.9.  Why does the disc tray open when I shut down the system?
  1992.  
  1993.  
  1994.   As of the 1.1.38 kernel, the sbpcd driver ejects the CD when it is
  1995.   unmounted. If you shut down the system, a mounted CD will be
  1996.   unmounted, causing it to eject.
  1997.  
  1998.   This feature is for convenience when changing discs. If the tray is
  1999.   open when you mount or read a CD, it will also automatically be
  2000.   closed.
  2001.  
  2002.   I found that this caused problems with a few programs (e.g. cdplay and
  2003.   workbone). As of the 1.1.60 kernel you can control this feature under
  2004.   software control. A sample program is included in the sbpcd
  2005.   documentation file (or use the eject program).
  2006.  
  2007.  
  2008.   6.10.  I have a "special" CD that can't be mounted
  2009.  
  2010.  
  2011.   The "special" CD is likely an XA disc (like all Photo CDs or "one-
  2012.   offs" created using CD-R drives). Most of the Linux kernel CD-ROM
  2013.   drivers do not support XA discs, although you may be able to find a
  2014.   patch to add support on one of the archive sites.
  2015.  
  2016.   The sbpcd driver does support XA. If you are using this driver you can
  2017.   determine if the disc is XA using the following procedure: go into the
  2018.   file sbpcd.c and enable the display of the "Table of Contents"
  2019.   (DBG_TOC). Build and install the new kernel and boot from it. During
  2020.   each mount the TOC info will be written (either to the console or to a
  2021.   log file). If the first displayed value in the TOC header line is
  2022.   "20", then it is an XA disc. That byte is "00" with normal disks. If
  2023.   the TOC display shows different tracks, that is also a sign that it is
  2024.   an XA disc.
  2025.  
  2026.   (thanks to Eberhard Moenkeberg for the above information)
  2027.  
  2028.   Other possibilities for unreadable CDs are:
  2029.  
  2030.  
  2031.   1. The disc doesn't use an ISO-9660 file system (e.g. some use SunOS
  2032.      or HFS)
  2033.  
  2034.   2. It is an audio CD
  2035.  
  2036.   3. The CD is damaged or defective
  2037.  
  2038.   4. You put it in the drive upside down :-)
  2039.  
  2040.  
  2041.   6.11.  Do multi-platter CD-ROM drives work with Linux?
  2042.  
  2043.  
  2044.   Several users have reported success with SCSI multi-disc CD-ROM
  2045.   changers.  You probably need to enable the "Probe all LUNs on each
  2046.   SCSI device" kernel configuration option. At least one user also had
  2047.   to increase a SCSI timeout value in the kernel driver. The Nakamichi
  2048.   MBR-7 7 disc changer and Pioneer 12 disc changer have been reported to
  2049.   work.
  2050.  
  2051.   EIDE/ATAPI multi-disc changers are also available. The 2.0 kernel has
  2052.   rudimentary support for some drives using the CDROM_SELECT_DISC ioctl
  2053.   function. The IDE-CD kernel driver documentation file includes source
  2054.   code for a program to select changer slots, or you can use a recent
  2055.   version of the eject program described earlier.
  2056.  
  2057.  
  2058.   6.12.  I get "/cdrom: Permission denied" errors
  2059.  
  2060.  
  2061.   Some CDs have root directory file permissions that only allow user
  2062.   root to read them. The March 1995 InfoMagic CD set is one example.
  2063.   This is a real inconvenience.
  2064.  
  2065.   The following patch, courtesy of Christoph Lameter
  2066.   (clameter@waterf.org) patches the kernel to get around this problem.
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113.   From: clameter@waterf.org (Christoph Lameter)
  2114.   Newsgroups: comp.os.linux.setup
  2115.   Subject: InfoMagic Developers Set: Fix for CD-ROM permissions
  2116.   Date: 12 Apr 1995 20:32:03 -0700
  2117.   Organization: The Water Fountain - Mining for streams of Living Water
  2118.   NNTP-Posting-Host: waterf.org
  2119.   X-Newsreader: TIN [version 1.2 PL2]
  2120.  
  2121.   The March 1995 Edition of the InfoMagic Developers CD-ROM Set has
  2122.   problems because the information stored in the root directory
  2123.   permissions is causing the following problems with using the CDs
  2124.  
  2125.   1. Disc1 will always have the owner/group of 5101/51 and has write
  2126.   access allowed (?)
  2127.  
  2128.   2. Disc2 and 3 have rwx set for root and no rights at all for any
  2129.   other group/user. These discs cannot be accessed from any user other
  2130.   than root! I run a BBS and I need to make them accessible for download
  2131.   by others.
  2132.  
  2133.   I have seen several fixes to this problem already floating
  2134.   around. Trouble is that these fixes usually change the rights for ALL
  2135.   directories on the CD. This fix here changes ONLY the rights for the
  2136.   root directory of the CD-ROM. If you want to run parts of Linux
  2137.   directly off the CD you might run into trouble if all directories are
  2138.   readable for everyone and if they are all owned by root.
  2139.  
  2140.   This fix will set the rights for the root directory to r-xr-xr-x and
  2141.   the owner/group to the values indicated in the uid and gid options to
  2142.   the mount command.
  2143.  
  2144.   To apply:
  2145.    cd /usr/src/linux/fs/isofs
  2146.    patch <**THIS MESSAGE**
  2147.  
  2148.   and recompile kernel (you may have to fix up the patch by hand
  2149.   depending on your kernel version).
  2150.  
  2151.   This fix should probably be incorporated into the kernel. What business
  2152.   does data on a CD have to mess around with the permissions/owners of the
  2153.   mount-point anyways?
  2154.  
  2155.   --- inode.c.ORIG        Wed Apr 12 17:24:36 1995
  2156.   +++ inode.c     Wed Apr 12 17:59:12 1995
  2157.   @@ -552,7 +552,15 @@
  2158.       these numbers in the inode structure. */
  2159.  
  2160.           if (!high_sierra)
  2161.   -         parse_rock_ridge_inode(raw_inode, inode);
  2162.   +       {  parse_rock_ridge_inode(raw_inode, inode);
  2163.   +           /* check for access to the root directory rights/owner CL */
  2164.   +          if((inode->i_sb->u.isofs_sb.s_firstdatazone) == inode->i_ino)
  2165.   +           { /* Change owner/rights to the ones demanded by the mount command */
  2166.   +             inode->i_uid = inode->i_sb->u.isofs_sb.s_uid;
  2167.   +             inode->i_gid = inode->i_sb->u.isofs_sb.s_gid;
  2168.   +            inode->i_mode = S_IRUGO | S_IXUGO | S_IFDIR;
  2169.   +           }
  2170.   +        }
  2171.  
  2172.    #ifdef DEBUG
  2173.           printk("Inode: %x extent: %x\n",inode->i_ino, inode->u.isofs_i.i_first_extent);
  2174.   @@ -805,4 +813,3 @@
  2175.    }
  2176.  
  2177.    #endif
  2178.   -
  2179.   Note that the above patch is somewhat old and probably won't apply
  2180.   cleanly against recent 2.0 kernels. Also see the related question on
  2181.   hidden files later in this document.
  2182.  
  2183.  
  2184.   6.13.  How do I interpret IDE CD kernel error messages?
  2185.  
  2186.  
  2187.   What does it mean when I get a kernel message from the IDE CD-ROM
  2188.   driver like "hdxx: code: xx key: x asc: xx ascq: x"?
  2189.  
  2190.   This is an status/error message from the IDE CD-ROM drive. By default
  2191.   the IDECD driver prints out the raw information instead of wasting
  2192.   kernel space with error messages.  You can change the default to
  2193.   display the actual error messages by going into
  2194.   /usr/src/linux/drivers/block/ide-cd.c, changing the value of
  2195.   VERBOSE_IDE_CD_ERRORS to 1, and recompiling the kernel.
  2196.  
  2197.  
  2198.   6.14.  How can I tell what speed CD-ROM I have?
  2199.  
  2200.  
  2201.   Here's one way. This command measures how long is takes to read 1500K
  2202.   of data from CD:
  2203.  
  2204.  
  2205.  
  2206.        % time -p dd if=/dev/cdrom of=/dev/null bs=1k count=1500
  2207.        1500+0 records in
  2208.        1500+0 records out
  2209.        real 5.24
  2210.        user 0.03
  2211.        sys 5.07
  2212.  
  2213.  
  2214.  
  2215.  
  2216.   The transfer rate of single speed drives is 150 kilobytes per second,
  2217.   which should take about 10 seconds. At double speed it would take five
  2218.   seconds, quad speed would take 2.5, etc...
  2219.  
  2220.   The "real" time above is probably the best number to look at -- in
  2221.   this case it indicates a double speed drive. You can increase the
  2222.   amount of data transferred to get a more accurate value (in case you
  2223.   were wondering, the data does not get cached). You should probably run
  2224.   the command a few times and take the average.
  2225.  
  2226.  
  2227.   6.15.  My CD-ROM stopped working after Linux was installed
  2228.  
  2229.  
  2230.   The usual symptom is that the boot disk used to initially install
  2231.   Linux recognized your CD-ROM drive, but after Linux was installed on
  2232.   the hard drive or floppy and rebooted it no longer recognizes the CD-
  2233.   ROM.
  2234.  
  2235.   The most common reason for this problem is that with some Linux
  2236.   distributions the kernel that is installed on your hard drive (or
  2237.   floppy) is not necessarily the same one that was on your boot disk.
  2238.   You selected a boot disk that matched your CD-ROM hardware, while the
  2239.   kernel you installed is a "generic" kernel that is lacking CD-ROM
  2240.   support. You can verify this by following the troubleshooting
  2241.   guidelines discussed previously in this document (e.g. start by
  2242.   checking /proc/devices).
  2243.  
  2244.  
  2245.   The solution is to recompile the kernel, ensuring that the drivers for
  2246.   your CD-ROM drive and any others that are needed (e.g. SCSI
  2247.   controller, ISO-9660 file system) are included. See the Kernel HOWTO
  2248.   <http://sunsite.unc.edu/LDP/HOWTO/Kernel-HOWTO.html> if you don't know
  2249.   how to do this.
  2250.  
  2251.   If you passed any command line options to the boot disk (e.g.
  2252.   "hdc=cdrom") you need to add these to your boot program configuration
  2253.   file (typically /etc/lilo.conf).
  2254.  
  2255.  
  2256.   6.16.  There are "hidden" files on a CD which I can't read
  2257.  
  2258.  
  2259.   Some CDs have files with the "hidden" bit set on them. Normally these
  2260.   files are not visible. If you mount the CD with the "unhide" option
  2261.   then the files should be accessible (this doesn't seem to be
  2262.   documented anywhere).
  2263.  
  2264.  
  2265.   6.17.  Where is the CD-ROM API documented?
  2266.  
  2267.  
  2268.   If you want to write your own application, such as an audio CD player
  2269.   program, you will need to understand the application programming
  2270.   interface (API) provided by Linux.
  2271.  
  2272.   Originally the CD-ROM kernel drivers used their own ioctl() functions
  2273.   to support features specific to each drive. Header files such as
  2274.   /usr/include/linux/sbpcd.h describe these. Because many of the drivers
  2275.   were based on other drivers, the interfaces, while not identical, have
  2276.   a lot in common.
  2277.  
  2278.   More recently there has been an initiative headed by David van Leeuwen
  2279.   (david@tm.tno.nl) to standardize the API for CD-ROM drives, putting
  2280.   common code in one place and ensuring that all drivers exhibit the
  2281.   same behaviour.  This is documented in the file
  2282.   /usr/src/linux/Documentation/cdrom/cdrom-standard.tex.  Several kernel
  2283.   drivers support this. I expect that by the next major kernel release
  2284.   (3.0?) all CD-ROM drivers will conform to this API.
  2285.  
  2286.   My book, Linux Multimedia Guide, goes into quite a bit of detail on
  2287.   how to program CD-ROM drives, especially for audio functions. See the
  2288.   end of the References section.
  2289.  
  2290.  
  2291.   6.18.  Why don't I see long filenames on this Windows CD-ROM?
  2292.  
  2293.  
  2294.   If you have a CD-ROM which has long filenames under Windows but not
  2295.   under Linux, it may be formatted using Microsoft's proprietary Joliet
  2296.   filesystem. See the next question for a solution.
  2297.  
  2298.  
  2299.   6.19.  Is Microsoft's Joliet filesystem supported?
  2300.  
  2301.  
  2302.   Microsoft has created an extension to the ISO CD-ROM format called
  2303.   Joliet. At the time of writing, support for Joliet was in progress and
  2304.   patches were available from  <http://www-
  2305.   plateau.cs.berkeley.edu/people/chaffee/joliet.html> or  <ftp://www-
  2306.   plateau.cs.berkeley.edu/pub/multimedia/linux/joliet/>.
  2307.  
  2308.  
  2309.  
  2310.  
  2311.   7.  References
  2312.  
  2313.  
  2314.   I have already mentioned the README files, typically installed in
  2315.   /usr/src/linux/Documentation/cdrom. These can be a gold mine of useful
  2316.   information.
  2317.  
  2318.   The following Usenet FAQs are posted periodically to news.answers and
  2319.   archived at Internet FTP sites such as  <ftp://rtfm.mit.edu/>:
  2320.  
  2321.  
  2322.   o  alt.cd-rom FAQ
  2323.  
  2324.   o  comp.periphs.scsi FAQ
  2325.  
  2326.   o  Enhanced IDE/Fast-ATA/ATA-2 FAQ
  2327.  
  2328.   Several other Linux HOWTOs have useful information relevant to CD-ROM:
  2329.  
  2330.  
  2331.   o  SCSI HOWTO <http://sunsite.unc.edu/LDP/HOWTO/SCSI-HOWTO.html>
  2332.  
  2333.   o  Hardware Compatibility HOWTO
  2334.      <http://sunsite.unc.edu/LDP/HOWTO/Hardware-HOWTO.html>
  2335.  
  2336.   o  Sound HOWTO <http://sunsite.unc.edu/LDP/HOWTO/Sound-HOWTO.html>
  2337.  
  2338.   o  Kernel HOWTO <http://sunsite.unc.edu/LDP/HOWTO/Kernel-HOWTO.html>
  2339.  
  2340.   o  Distribution HOWTO <http://sunsite.unc.edu/LDP/HOWTO/Distribution-
  2341.      HOWTO.html>
  2342.  
  2343.   o  CD Writing HOWTO <http://sunsite.unc.edu/LDP/HOWTO/CD-Writing.html>
  2344.  
  2345.   At least a dozen companies sell Linux distributions on CD-ROM; most of
  2346.   them are listed in the Distribution HOWTO.
  2347.  
  2348.   The following Usenet news groups cover CD-ROM related topics:
  2349.  
  2350.  
  2351.   o  comp.publish.cdrom.hardware
  2352.  
  2353.   o  comp.publish.cdrom.multimedia
  2354.  
  2355.   o  comp.publish.cdrom.software
  2356.  
  2357.   o  comp.sys.ibm.pc.hardware.cd-rom
  2358.  
  2359.   o  alt.cd-rom
  2360.  
  2361.   o  alt.cd-rom.reviews
  2362.  
  2363.   The comp.os.linux newsgroups are also good sources of Linux specific
  2364.   information.
  2365.  
  2366.   There is a large archive of CD-ROM information and software at
  2367.   <ftp://ftp.cdrom.com/pub/cdrom/>.
  2368.  
  2369.   A FAQ document on IDE and ATA devices can be found at
  2370.   <ftp://rtfm.mit.edu/pub/usenet/news.answers/pc-hardware-faq/enhanced-
  2371.   IDE/> and at  <http://www.seagate.com/techsuppt/faq/faqlist.html>.
  2372.  
  2373.   Western Digital, the company that started the IDE protocol, has
  2374.   information available on the IDE protocol available on their FTP site
  2375.   at  <ftp://fission.dt.wdc.com/pub/standards/atapi>.
  2376.  
  2377.   A Web site dedicated to multimedia can be found at
  2378.   <http://viswiz.gmd.de/MultimediaInfo/>. Creative Labs has a Web site
  2379.   at  <http://www.creaf.com/>.
  2380.  
  2381.   The Linux Documentation Project has produced several books on Linux,
  2382.   including Linux Installation and Getting Started. These are freely
  2383.   available by anonymous FTP from major Linux archive sites or can be
  2384.   purchased in hardcopy format.
  2385.  
  2386.   The Linux Software Map (LSM) is an invaluable reference for locating
  2387.   Linux software. The LSM can be found on various anonymous FTP sites,
  2388.   including  <ftp://sunsite.unc.edu/pub/Linux/docs/LSM/>.
  2389.  
  2390.   The Linux mailing list has a number of "channels" dedicated to
  2391.   different topics. To find out how to join, send a mail message with
  2392.   the word "help" as the message body to majordomo@vger.rutgers.edu
  2393.   (Note: at time of writing these mailing lists were severely overloaded
  2394.   and a replacement was being sought).
  2395.  
  2396.   Finally, a shameless plug: If you want to learn a lot more about
  2397.   multimedia under Linux (especially CD-ROM and sound card applications
  2398.   and programming), check out my book Linux Multimedia Guide, ISBN
  2399.   1-56592-219-0, published by O'Reilly and Associates. As well as the
  2400.   original English version, French and Japanese translations are now in
  2401.   print. For details, call 800-998-9938 in North America or check the
  2402.   Web page  <http://www.ora.com/catalog/multilinux/noframes.html> or my
  2403.   home page  <http://www.pobox.com/~tranter/>.
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423.  
  2424.  
  2425.  
  2426.  
  2427.  
  2428.  
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435.  
  2436.  
  2437.  
  2438.  
  2439.  
  2440.  
  2441.  
  2442.  
  2443.