public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* SCSI-CD-Writer don't show up
@ 2001-06-02  7:25 Matthias Schniedermeyer
  2001-06-03 16:38 ` Gérard Roudier
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Schniedermeyer @ 2001-06-02  7:25 UTC (permalink / raw)
  To: linux-kernel

#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. :-)




Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SCSI-CD-Writer don't show up
  2001-06-02  7:25 SCSI-CD-Writer don't show up Matthias Schniedermeyer
@ 2001-06-03 16:38 ` Gérard Roudier
  2001-06-03 22:16   ` Matthias Schniedermeyer
  0 siblings, 1 reply; 3+ messages in thread
From: Gérard Roudier @ 2001-06-03 16:38 UTC (permalink / raw)
  To: Matthias Schniedermeyer; +Cc: linux-kernel



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. :)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SCSI-CD-Writer don't show up
  2001-06-03 16:38 ` Gérard Roudier
@ 2001-06-03 22:16   ` Matthias Schniedermeyer
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Schniedermeyer @ 2001-06-03 22:16 UTC (permalink / raw)
  To: Gérard Roudier; +Cc: linux-kernel

On Sun, Jun 03, 2001 at 06:38:27PM +0200, Gérard Roudier wrote:
> 
> On Sat, 2 Jun 2001, Matthias Schniedermeyer wrote:
>
> > 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.

<Sound of head hitting the table>

I had disabled all IDs from scanning (except those which had a drive) when
i first installed the system.

Now i enabled all IDs for scanning. :-)




Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-06-03 23:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-02  7:25 SCSI-CD-Writer don't show up Matthias Schniedermeyer
2001-06-03 16:38 ` Gérard Roudier
2001-06-03 22:16   ` Matthias Schniedermeyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox