[4191] in linux-scsi channel archive
Re: scsi : 0 hosts
daemon@ATHENA.MIT.EDU (C.J. Oster)
Sun Jun 21 10:06:13 1998
Date: Sun, 21 Jun 1998 09:03:54 -0500 (CDT)
From: "C.J. Oster" <lordvadr@pobox.com>
To: "=?ISO-8859-1?Q? Jos=E9?= Angel C. Candea" <candea@bbvnet.com>
cc: Richard Robinson <richard@beulah.demon.co.uk>, linux-scsi@vger.rutgers.edu
In-Reply-To: <358CE291.99CABA2D@bbvnet.com>
> > I'm trying to install a SCSI CD-RW. Not having SCSI already, I bought a
> > kit, including card; Adaptec 1520b; and I'm getting the scsi : 0 hosts
> > message. The SCSI Howto says that the thing to do is run dos debug and
> > send the reults here ...
>
> Few weeks ago I've the same problem... And I think I've good news for
> you...
> After trying some things I made a little patch for the aha152x.c that
> works
> fine in my system... My card is a Iomega Jaz Jet with an Adaptec 1520B
> BIOS....
> and looking at your BIOS i think it is identical to that os mine.
>
Wait, the Jazz Jet card is a pci card, but the AHA152x series are ISA
cards. You shouldn't have a Jazz Card with an 1520 bios. The Zip card I
believe is a AHA152x card though. The jazz card is an Advansys card with
an Iomega logo on it. It is the 960U model I think.
To make the Jazz card work, all you have to do is compile into your kernel
the support for the particular advansys card. I don't really know what
the card model is, but it says on the board.
For the aha1520, you have to compile the aha152x support, and then you
have two options. At boot, you say:
LILO boot: linux aha152x=<io>,<irq> for instance
LILO boot: linux aha152x=0x340,11
Your other option is to put an entry into your lilo.conf file. The line
looks like this:
image=/boot/vmlinuz
label=linux
root=/dev/sda1
read-only
append="aha152x=0x340,11" #this is the line you add
If you compile it as a module, then you have to make changes to your
modules.conf file. You shoule have a like that says:
alias scsi_hostadapter off
change off to aha152x. Then at the bottom, add the line:
options aha152x aha152x=0x340,11
Now the module should load correctly.
-CJO-
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu