[2879] in linux-scsi channel archive

home help back first fref pref prev next nref lref last post

RE: adaptec 1520B not recognized by rh 4.2

daemon@ATHENA.MIT.EDU (Dave Wreski)
Fri Nov 28 13:44:59 1997

In-Reply-To: <199711280330.TAA18029@mail.san.rr.com>
Date: 	Thu, 27 Nov 1997 22:40:21 -0500 (EST)
From: Dave Wreski <dave@nic.com>
To: Mark Wolfe <markw@san.rr.com>
Cc: linux-scsi@vger.rutgers.edu


On 28-Nov-97 Mark Wolfe wrote:
> I have an adaptec 1520B that isn't recognized by redhat 4.2B, I have it
> sitting at port 0x340, irq 12.   Boot message says 0 hosts found.  Any
> suggestions as to what is wrong?  I've tried the aha152x=0x340,12 at the
> lilo prompt with no results.

Supplying parameters on the lilo prompt assumes you have support compiled in
the kernel.

There's a number of ways to get this to work:

- Compile support for your base address/IRQ directly into the code.  See
./linux/drivers/scsi/aha152x.c and its really simple change.  Then recompile
kernel.

- Simply compile support for this card directly into the kernel, then provide
the proper lilo parameters.

- Compile as a module, and add the following to your /etc/conf.modules:

alias scsi_hostadapter aha152x
options aha152x aha152x=0x340,12

This assumes you have kerneld support compiled in the kernel.

Dave


home help back first fref pref prev next nref lref last post