Re: SCSI-CD-Writer don't show up

Gérard Roudier (groudier@club-internet.fr)
Sun, 3 Jun 2001 18:38:27 +0200 (CEST)


On Sat, 2 Jun 2001, Matthias Schniedermeyer wrote:

> #Include <hallo.h>
>
>
>
> I have 3 SCSI-CD-Writers. "Strange" is that the boot-process only finds
> the first one (1 0 5 0), the other two i have to add with
>
> echo "scsi add-single-device 2 0 4 0" > /proc/scsi/scsi
> echo "scsi add-single-device 2 0 6 0" > /proc/scsi/scsi
>
> to make them useable.
>
> Here is the complete ist of my SCSI-Devices:
>
> Host: scsi0 Channel: 00 Id: 06 Lun: 00
> Vendor: IBM Model: DDYS-T18350N Rev: S93E
> Type: Direct-Access ANSI SCSI revision: 03
> Host: scsi1 Channel: 00 Id: 00 Lun: 00
> Vendor: PLEXTOR Model: CD-ROM PX-32TS Rev: 1.03
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi1 Channel: 00 Id: 01 Lun: 00
> Vendor: PIONEER Model: DVD-ROM DVD-303 Rev: 1.10
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi1 Channel: 00 Id: 05 Lun: 00
> Vendor: TEAC Model: CD-R58S Rev: 1.0N
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi2 Channel: 00 Id: 02 Lun: 00
> Vendor: PIONEER Model: DVD-ROM DVD-304 Rev: 1.03
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi2 Channel: 00 Id: 03 Lun: 00
> Vendor: PIONEER Model: DVD-ROM DVD-304 Rev: 1.03
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi2 Channel: 00 Id: 04 Lun: 00
> Vendor: TEAC Model: CD-R58S Rev: 1.0K
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi2 Channel: 00 Id: 06 Lun: 00
> Vendor: TEAC Model: CD-R58S Rev: 1.0P
> Type: CD-ROM ANSI SCSI revision: 02
>
> I have a "Symbios 53c1010 (Dual Channel Ultra 160)" and a "NCR 810a" The
> two devices which are not found are connected through adapters onto the
> second channel of the Symbios 53c1010.
>
> Kernel is 2.4.4 or 2.4.5ac6.
> As host-adapter-driver i use the "SYM53C8XX"-driver
>
> If other info is needed, no problem. :-)

You should check if your devices are enabled for SCAN in the NVRAM.

Devices that aren't enabled for "SCAN AT BOOT" are forced by the driver to
fail the initial SCSI scan. As a plus, the driver also applies the boot
order for all Symbios HBAs that look Symbios-compatible regarding GPIO
pins and NVRAM layout.

For such subset of SCSI BUSes, this allows to present SCSI devices to the
kernel in the same order as BIOS saw them. On the other hand, this may
speed-up the system boot process a lot. If you had numerous O/Ses
installed on a single system, you would appreciate as useful it is. For
example, I use to boot an O/S with only drive 80 seen by BIOS and sda seen
by system, and then mount the other disks in the order I want.

Gérard.

PS: See README.ncr53c8xx for the way to disable this feature if it does
not fit your expectation. :)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/