Move CDROM "device not configured" error information from FAQ to

Handbook.

I believe that the answer given in the FAQ is incorrect, but am not
enough of a SCSI stud to confirm it.  I'll be forwarding the info to
the -scsi list and asking for confirmation or denial before I make any
content changes.
This commit is contained in:
Michael Lucas 2002-01-22 15:08:24 +00:00
parent d3f916bd7a
commit beea8c1505
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11804

View file

@ -950,6 +950,20 @@ scsibus1:
conversion table on the fly. Modules for some of the common
encodings are available via the
<port>sysutils/cd9660_unicode</port> port.)</para>
<para>Occasionally, you might get <errorname>Device not
configured</errorname> when trying to mount a CDROM. This
usually means that the CDROM drive thinks that there is no
disk in the tray, or that the drive is not visible on the bus.
It can take a couple of seconds for a CDROM drive to realize
that it has been fed, so be patient.</para>
<para>Sometimes, a SCSI CDROM may be missed because it didn't
have enough time to answer the bus reset. If you have a SCSI
CDROM please add the following option to your kernel
configuration and rebuild your kernel.</para>
<programlisting>options "SCSI_DELAY=15"</programlisting>
</sect2>
<sect2 id="rawdata-cd">