[2388] in linux-scsi channel archive
Re: CD-ROM not working -or- Some serious SCSI screw-up
daemon@ATHENA.MIT.EDU (Gerd Knorr)
Fri Aug 29 16:25:27 1997
Date: Fri, 29 Aug 1997 19:58:26 +0200
From: Gerd Knorr <kraxel@goldbach.isdn.cs.tu-berlin.de>
To: linux-scsi@vger.rutgers.edu
In-Reply-To: <Pine.LNX.3.96.970829113543.129A-100000@clubneon.dyn.ml.org>
>I didn't find any settings for disabling multisession, and I think the
>drive is multisession capible.
It is'nt in the sessings, you have to patch the kernel like this.
But if the drive supports multisession, it is probably something else,
I know the lockup cauced by the CD-ROM only for these pre-multisession
NEC drives.
Gerd
--- scsi.c-2.0.30 Fri Aug 29 19:54:31 1997
+++ scsi.c Fri Aug 29 19:55:10 1997
@@ -648,6 +648,7 @@
if (!strncmp (scsi_result + 8, "NEC", 3)) {
if (!strncmp (scsi_result + 16, "CD-ROM DRIVE:84 ", 16) ||
+ !strncmp (scsi_result + 16, "CD-ROM DRIVE:210", 16) ||
!strncmp (scsi_result + 16, "CD-ROM DRIVE:25", 15))
SDpnt->manufacturer = SCSI_MAN_NEC_OLDCDR;
else
--
Have you ever linked /dev/null to /dev/audio?