The 1520 won't autodetect, you will need to pass parameters to it
via lilo.conf or the boot line. If you want to pass it manually, try:

linux aha152x=0x340,11,5

        But this can be a pain to type every time. I suggest putting a
line in /etc/lilo/conf to load it automagically. Add the line:

append="aha152x=0x340,11,5"

to your /etc/lilo.conf in the image section you want. Here's one of mine,
as an example:

-----------------------------------------
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
#prompt
#timeout=50
image=/vmlinuz.2.1.97
        label=2.1.97
        root=/dev/hda3
        read-only
        append="aha152x=0x340,11,0"
image=/vmlinuz.2.1.96
        label=2.1.96
        root=/dev/hda3
        read-only
        append="aha152x=0x340,11,0"
-------------------------------------

HTH

-----------------------------------------------------------
Matt Housh                         email: [EMAIL PROTECTED]
MicroComputer Specialist                University of Tulsa

          "Pardon me, stewardess. I speak Jive."

On Wed, 6 May 1998, Joe Nestlerode wrote:

> Don't know what I'm doing wrong.  Here's what I've tried so far to get
> the kernel (2.0.27, RH4.1) to see this card:
> 
> Recompiled:  ran xconfig, selected the appropriate SCSI support, then
> `make', `make dep', `make clean', and `make zlilo'.  
> 
> Changed lilo.conf to point to new kernel.  Ran /sbin/lilo.
> 
> Rebooted.  Nothing.  Just before linux boots, the BIOS sees the card and
> says it resides at IRQ 11, I/O port 0x340h, and SCSI #5.  It even
> reports what's attached to it:  "Iomega Zip 100".  WinCrap sees it, too.
> 
> I tried passing along parameters at the boot prompt, ie:
> boot:  linux aha=152x=0x340h,11,5   Still nothing.  
> 
> In /var/log/dmesg I see:  "Failed initialization of WD-7000 SCSI card!" 
> What gives?  Any ideas/suggestions greatly appreciated.  (I'd like to
> get the zip drive working so I can back up a few things, then upgrade to
> RH5.0 and the latest kernel...)
>  
> --=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--
>        Joe Nestlerode, DuPont R&D           `Powered by Linux'
>           Wilmington, Delaware            ( A user since 1.2.8 )
> --=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--
> 
> 
> -- 
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail [EMAIL PROTECTED] with 
>                        "unsubscribe" as the Subject.
> 


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to