[3793] in linux-scsi channel archive
Re: Adaptec 1502E
daemon@ATHENA.MIT.EDU (Brendan Miller)
Mon Apr 27 13:55:43 1998
Date: Mon, 27 Apr 1998 10:50:43 -0700
From: Brendan Miller <brmiller@wco.com>
To: Allen Louden <alouden@access.mountain.net>
Cc: linux-scsi@vger.rutgers.edu
Reply-To: Brendan Miller <brmiller@wco.com>
In-Reply-To: <35439BC5.62D2F94D@access.mountain.net>; from Allen Louden on Sun, Apr 26, 1998 at 04:40:37PM -0400
On Sun, Apr 26, 1998 at 04:40:37PM -0400, Allen Louden wrote:
> Hello,
> I am trying to get Linux to recognize my Adaptec 1502E adapter. I have
> compiled a kernel with scsi support(2.0.33) but the device is not
> recognized on boot. I have also tried the command line entries at the
> lilo prompt, but these just lock my system and give me error messages
> like...
> Possibly wrong irq, general protect errors etc.
>
Allen,
I just sent this under the Adaptec 1520 thread, but in case you don't
see it, here it is too.
I compiled aha152x support as a module, and since my RH4.2 system contains
the following in /etc/rc.d/rc.sysinit:
# Load modules (for backward compatibility with VARs)
if [ -f /etc/rc.d/rc.modules ]; then
/etc/rc.d/rc.modules
fi
I just created an rc.modules with the following:
# Insert module for ZipZoom (aha152x)
modprobe aha152x aha152x=0x140,9
The 0x140,9 are the ioport and the IRQ, substitute yours there. This took
hardly anytime at all. And I didn't have to muck with kernel makefiles.
Brendan Miller
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu