2004-01-09 15:05:22

by Robert L. Harris

[permalink] [raw]
Subject: What SCSI in the IBM?



The network cards in this IBM came up great once I found the right port.
Now though I'm trying to find what SCSI driver to use. lspci reports
"Symbios Logic unknown device (Formerly NCR)" but if I do a modprobe on
all 3 drivers as well as the one ncr driver no go. All of them report
no such device except the sym53c416 which says unresolved symbol:

isapnp-find-dev.

Thoughts?


:wq!
---------------------------------------------------------------------------
Robert L. Harris | GPG Key ID: E344DA3B
@ x-hkp://pgp.mit.edu
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.

Life is not a destination, it's a journey.
Microsoft produces 15 car pileups on the highway.
Don't stop traffic to stand and gawk at the tragedy.


Attachments:
(No filename) (816.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments

2004-01-09 15:20:34

by Robert L. Harris

[permalink] [raw]
Subject: Re: What SCSI in the IBM?


Thus spake [email protected] ([email protected]):

> On Fri, 09 Jan 2004 10:05:12 EST, "Robert L. Harris" <[email protected]> said:
>
> > The network cards in this IBM came up great once I found the right port.
> > Now though I'm trying to find what SCSI driver to use.
>
> What IBM? Laptop? PC? Netfinity? RS6K? e/i/p/z-series?

Ok, I found the "isa-pnp" module which fixed the unresolved module but
now the sym driver also just give no device errors. This is a 2U Xeon
"eServer" model number x345.


:wq!
---------------------------------------------------------------------------
Robert L. Harris | GPG Key ID: E344DA3B
@ x-hkp://pgp.mit.edu
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.

Life is not a destination, it's a journey.
Microsoft produces 15 car pileups on the highway.
Don't stop traffic to stand and gawk at the tragedy.


Attachments:
(No filename) (958.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments

2004-01-09 15:16:28

by Valdis Klētnieks

[permalink] [raw]
Subject: Re: What SCSI in the IBM?

On Fri, 09 Jan 2004 10:05:12 EST, "Robert L. Harris" <[email protected]> said:

> The network cards in this IBM came up great once I found the right port.
> Now though I'm trying to find what SCSI driver to use.

What IBM? Laptop? PC? Netfinity? RS6K? e/i/p/z-series?


Attachments:
(No filename) (226.00 B)

2004-01-09 17:30:31

by josh-lkernel

[permalink] [raw]
Subject: Re: What SCSI in the IBM?


I have a few x345s at work. This should help.

It is a LSI Logic / Symbios Logic (formerly NCR) card.

Here are the SCSI files that I know are =y in my .config:

CONFIG_SCSI=y
CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_AACRAID=y
CONFIG_SCSI_AIC7XXX=y
CONFIG_SCSI_DPT_I2O=y
CONFIG_SCSI_G_NCR5380_PORT=y
CONFIG_SCSI_SYM53C8XX=y
CONFIG_SCSI_NCR53C8XX_PQS_PDS=y
CONFIG_SCSI_DC390T=y
CONFIG_SCSI_PCMCIA=y
CONFIG_I2O_SCSI=y

Sorry this list is not a clean as I would like.

I also know there is a debian add-on disk with the needed modules for this
card, but I don't have an extra machine to try that on right now to look
them up.

jlogan@host:~$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: LSILOGIC Model: 1030 IM Rev: 1000
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 08 Lun: 00
Vendor: IBM Model: 32P0032a S320 1 Rev: 1
Type: Processor ANSI SCSI revision: 02

jlogan@host:~$ lspci
00:00.0 Host bridge: ServerWorks: Unknown device 0014 (rev 32)
00:00.1 Host bridge: ServerWorks: Unknown device 0014
00:00.2 Host bridge: ServerWorks: Unknown device 0014
00:06.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:0f.0 Host bridge: ServerWorks CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 05)
00:0f.3 ISA bridge: ServerWorks: Unknown device 0225
00:10.0 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
00:10.2 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
00:11.0 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
00:11.2 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
06:08.0 Ethernet controller: Intel Corp.: Unknown device 1010 (rev 01)
06:08.1 Ethernet controller: Intel Corp.: Unknown device 1010 (rev 01)
08:07.0 SCSI storage controller: LSI Logic / Symbios Logic (formerly NCR)
53c1030 (rev 07)
08:07.1 SCSI storage controller: LSI Logic / Symbios Logic (formerly NCR)
53c1030 (rev 07)


Hope this helps.

Later, JOSH


On Fri, 9 Jan 2004, Robert L. Harris wrote:

>
> Thus spake [email protected] ([email protected]):
>
> > On Fri, 09 Jan 2004 10:05:12 EST, "Robert L. Harris" <[email protected]> said:
> >
> > > The network cards in this IBM came up great once I found the right port.
> > > Now though I'm trying to find what SCSI driver to use.
> >
> > What IBM? Laptop? PC? Netfinity? RS6K? e/i/p/z-series?
>
> Ok, I found the "isa-pnp" module which fixed the unresolved module but
> now the sym driver also just give no device errors. This is a 2U Xeon
> "eServer" model number x345.
>
>
> :wq!
> ---------------------------------------------------------------------------
> Robert L. Harris | GPG Key ID: E344DA3B
> @ x-hkp://pgp.mit.edu
> DISCLAIMER:
> These are MY OPINIONS ALONE. I speak for no-one else.
>
> Life is not a destination, it's a journey.
> Microsoft produces 15 car pileups on the highway.
> Don't stop traffic to stand and gawk at the tragedy.
>

2004-01-09 17:40:28

by Robert L. Harris

[permalink] [raw]
Subject: Re: What SCSI in the IBM?



On the money. Thank you.

Robert

Thus spake Dave Gilbert (Home) ([email protected]):

> Robert L. Harris wrote:
> >
> >So this is the "Fusion MPT" that's off the main menu?
>
> Yep thats the one. Works a treat!
>
> Dave
>

:wq!
---------------------------------------------------------------------------
Robert L. Harris | GPG Key ID: E344DA3B
@ x-hkp://pgp.mit.edu
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.

Life is not a destination, it's a journey.
Microsoft produces 15 car pileups on the highway.
Don't stop traffic to stand and gawk at the tragedy.


Attachments:
(No filename) (664.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments

2004-01-15 15:54:56

by Bill Davidsen

[permalink] [raw]
Subject: Re: What SCSI in the IBM?

Robert L. Harris wrote:
> Thus spake [email protected] ([email protected]):
>
>
>>On Fri, 09 Jan 2004 10:05:12 EST, "Robert L. Harris" <[email protected]> said:
>>
>>
>>>The network cards in this IBM came up great once I found the right port.
>>>Now though I'm trying to find what SCSI driver to use.
>>
>>What IBM? Laptop? PC? Netfinity? RS6K? e/i/p/z-series?
>
>
> Ok, I found the "isa-pnp" module which fixed the unresolved module but
> now the sym driver also just give no device errors. This is a 2U Xeon
> "eServer" model number x345.

Unfortunately all mine have ServRAID cards to do the SCSI ops, so I have
no idea. However:



$ lspci
00:00.0 Host bridge: ServerWorks: Unknown device 0012 (rev 13)
00:00.1 Host bridge: ServerWorks: Unknown device 0012
00:00.2 Host bridge: ServerWorks: Unknown device 0000
00:05.0 Bridge: IBM: Unknown device 010f
00:06.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:0f.0 Host bridge: ServerWorks CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: ServerWorks OSB4/CSB5 USB Controller (rev 05)
00:0f.3 ISA bridge: ServerWorks: Unknown device 0225
00:10.0 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
00:10.2 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
00:11.0 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
00:11.2 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
02:03.0 RAID bus controller: IBM Netfinity ServeRAID controller
06:08.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet
Controller (rev 01)
06:08.1 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet
Controller (rev 01)
08:02.0 RAID bus controller: IBM Netfinity ServeRAID controller

is what I show. I guess that doesn't help.
--
bill davidsen <[email protected]>
CTO TMR Associates, Inc
Doing interesting things with small computers since 1979