2002-10-02 15:53:56

by Ken Savage

[permalink] [raw]
Subject: 3ware Escalade 7500 init problems on 2.4.19

Hi there..

Just received a 3ware 7500-8 RAID card and am trying to get it installed
on a dual Athlon system with 4GB of RAM, running 2.4.19.

SCSI support and SCSI disk support are enabled.
Low level support for 3w-xxxx is enabled.
The RAID has been flashed to the latest hardware revision.

Kernel loads up fine, and gets to initializing the card, where it waits
for a while as it attempts to init and reinit, etc, the card. Ultimately,
it simply resets the card and takes the card offline. 'dmesg' reports
the following in the kernel log:

scsi0 : Found a 3ware Storage Controller at 0xc400, IRQ: 11, P-chip: 1.3
scsi0 : 3ware Storage Controller
3w-xxxx: scsi0: Unit #0: Command (0xf4d53800) timed out, resetting card.
3w-xxxx: scsi0: Unit #0: Command (0xf4d53800) timed out, resetting card.
3w-xxxx: scsi0: Reset succeeded.
3w-xxxx: scsi0: Unit #0: Command (0xf4d53800) timed out, resetting card.
scsi: device set offline - not ready or command retry failed after host reset:
host 0 channel 0 id 0 lun 0


Any ideas what the problem might be?

Ken Savage [email protected]
AllResearch.com


2002-10-02 17:14:32

by Ken Savage

[permalink] [raw]
Subject: Re: 3ware Escalade 7500 init problems on 2.4.19

On October 2, 2002 10:01, Bryan O'Sullivan wrote:

> The driver that ships with 2.4.19 isn't the most recent, though I doubt
> there's anything in the up-to-date driver that should make a difference.

'diff'ing the drivers, you can see a tiiiiny difference. As you said, nothing
that should make a difference. In either case, both versions of the driver
remain unhappy with the card, failing to initialize it.

> The error message you report is replicated in several spots within the
> driver, so it's not useful in itself.

What additional information would be of assistance?

Ken

2002-10-02 16:56:28

by Bryan O'Sullivan

[permalink] [raw]
Subject: Re: 3ware Escalade 7500 init problems on 2.4.19

On Wed, 2002-10-02 at 08:59, Ken Savage wrote:

> SCSI support and SCSI disk support are enabled.
> Low level support for 3w-xxxx is enabled.

The driver that ships with 2.4.19 isn't the most recent, though I doubt
there's anything in the up-to-date driver that should make a difference.

You can download the newest driver from http://www.3ware.com - just drop its
3w-xxxx.[ch] over the ones in your kernel source tree, recompile,
install, and reboot.

The error message you report is replicated in several spots within the
driver, so it's not useful in itself.

<b

2002-10-02 17:31:54

by Adam Radford

[permalink] [raw]
Subject: RE: 3ware Escalade 7500 init problems on 2.4.19

It looks like you're failing partition table read. The very first IO is
timing
out. Jiggle your power or drive cables and see if the drives seem to 'spin
up'.

-Adam

-----Original Message-----
From: Ken Savage [mailto:[email protected]]
Sent: Wednesday, October 02, 2002 10:19 AM
To: Bryan O'Sullivan
Cc: [email protected]
Subject: Re: 3ware Escalade 7500 init problems on 2.4.19


On October 2, 2002 10:01, Bryan O'Sullivan wrote:

> The driver that ships with 2.4.19 isn't the most recent, though I doubt
> there's anything in the up-to-date driver that should make a difference.

'diff'ing the drivers, you can see a tiiiiny difference. As you said,
nothing
that should make a difference. In either case, both versions of the driver
remain unhappy with the card, failing to initialize it.

> The error message you report is replicated in several spots within the
> driver, so it's not useful in itself.

What additional information would be of assistance?

Ken

2002-10-03 16:38:22

by Jeff V. Merkey

[permalink] [raw]
Subject: Re: 3ware Escalade 7500 init problems on 2.4.19



You need to set the system to IO-APIC mode if you are running
a UP system. I have seen this problem when the unit is mapped
to the 8259 PIC. You will note the IRQ setting was 11, not 20X,
etc.

Jeff

On Wed, Oct 02, 2002 at 08:59:54AM -0700, Ken Savage wrote:
> Hi there..
>
> Just received a 3ware 7500-8 RAID card and am trying to get it installed
> on a dual Athlon system with 4GB of RAM, running 2.4.19.
>
> SCSI support and SCSI disk support are enabled.
> Low level support for 3w-xxxx is enabled.
> The RAID has been flashed to the latest hardware revision.
>
> Kernel loads up fine, and gets to initializing the card, where it waits
> for a while as it attempts to init and reinit, etc, the card. Ultimately,
> it simply resets the card and takes the card offline. 'dmesg' reports
> the following in the kernel log:
>
> scsi0 : Found a 3ware Storage Controller at 0xc400, IRQ: 11, P-chip: 1.3
> scsi0 : 3ware Storage Controller
> 3w-xxxx: scsi0: Unit #0: Command (0xf4d53800) timed out, resetting card.
> 3w-xxxx: scsi0: Unit #0: Command (0xf4d53800) timed out, resetting card.
> 3w-xxxx: scsi0: Reset succeeded.
> 3w-xxxx: scsi0: Unit #0: Command (0xf4d53800) timed out, resetting card.
> scsi: device set offline - not ready or command retry failed after host reset:
> host 0 channel 0 id 0 lun 0
>
>
> Any ideas what the problem might be?
>
> Ken Savage [email protected]
> AllResearch.com
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/