[7477] in linux-scsi channel archive
Re: DVD SCSI under linux
daemon@ATHENA.MIT.EDU (Marc SCHAEFER)
Wed Nov 3 03:19:32 1999
To: linux-scsi@vger.rutgers.edu
From: Marc SCHAEFER <schaefer@alphanet.ch>
Date: 3 Nov 1999 09:17:23 +0100
Message-ID: <7vor2j$jod$1@vulcan.alphanet.ch>
Pierre-Yves DESLANDES <scoubiteam@chez.com> wrote:
> Vendor: PIONEER Model: DVD-ROM DVD-303 Rev: 1.09
> Type: CD-ROM ANSI SCSI revision: 02
What is missing here is a line like
Detected scsi CD-ROM sr0 at scsi...
You presumably do not have SCSI CD-ROM compiled in the kernel.
Maybe you have it as a module ? In the latter case,
> Does my dmesg say me which dev(for example scd0) i should use ???
no, unless the driver is in the kernel.
> Because when i do : mount /dev/scd0 -t iso9660 /mnt/dvdrom, i have :
> mount: the kernel does not recognize /dev/scd0 as a block device
> (maybe `insmod driver'?)
insmod sr_mod # verify you have sr_mod.o in your /lib/modules/VERSION/scsi/
# since normally, with a standard /etc/conf.modules, sr should
# be dynamically loaded by kerneld (2.0.x) or kmod (2.2.x)
# when /dev/scd0 is accessed. Maybe you simply do not have
# kmod or kerneld enabled and launched
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu