[2565] in linux-scsi channel archive
Re: scsi-problems
daemon@ATHENA.MIT.EDU (Kimmo Laine)
Tue Sep 30 16:00:08 1997
Date: Tue, 30 Sep 1997 22:32:10 +0200 (WET)
From: Kimmo Laine <kl2398@turkuamk.fi>
To: Jeff Noxon <jeff@planetfall.com>
cc: linux-scsi@vger.rutgers.edu
In-Reply-To: <19970930141611.53152@xyzzy>
> >
> > I have included all these options ... and those are not modules:
> >
> > SCSI support , SCSI tape support , Probe all LUNs on each SCSI device
> > Verbose SCSI error reporting
> >
> > and under SCSI low level drivers :
> >
> > Adaptec 152X/2825 support ( and I have added that -DSKIP_BIOSTEST in
> > Makefile like somebody said in SCSI-howto )
> >
> > after I boot with this kernel it founds that scsi-adapter and then it
> > tries to find something else. It prints a lot of different number lines,
> > some of them are EIP:0019c0921 or something like that.
> > Those other lines are [121jkls,345434,5656098 and so on.
> > last line is begins with AIEE and then it totally hangs.
> >
> > Now any help ?
>
> Find the I/O port, IRQ, and DMA (if applicable) for your card. (Is this a
> Plug 'n Play card?) Then use kernel command-line parameters to force the
> SCSI adapter at this address.
>
Well ... I have tried to use that method
append="aha152x=0x340,11,7,1"
That IRQ is right according to adapters jumpers but in all IRQ-numbers it
says IRQ XX possibly wrong .. but it founds adapter somehow .. weird
> It might be easiest to compile the driver as a module first. This will
> avoid probing altogether. Once you know what parameters you need, you can
> try compiling it into the kernel again.
>
I will try that
KL