>>> "Mark" == mshirley  <[EMAIL PROTECTED]> writes:

    Mark> I have a PEL-1600 Scsi card for my CDR.  It is supposed to
    Mark> use the AHA152x module.  I did some research on the net, and
    Mark> found that somebody was able to get it working using the
    Mark> following command

    Mark> aha152x=0x340,10,7,1

    Mark> unfortunately, I don't know where to put this command.  I
    Mark> want this card recognized at bootup everytime, and would
    Mark> like to not have to type this command in every time.

    Mark> I tried this in conf.modules, but it crashed the box.

With those details,

0x340 is the card's address

10 is the IRQ it uses

7 is the SCSI ID for the card.

So, is the card jumpered or set for 0x340, 10 and 7?

My 1502 (which uses the 152x module) is set at 0x340,11,7

So, in my lilo.conf:

image=/boot/vmlinuz-2.2.9-19mdk
        label=linux
        root=/dev/hdb1
        append="aha152x=0x340,11,7,1"
        read-only

and in conf.modules:

alias scsi_hostadapter aha152x 
options aha152x aha152x=0x340,11,7,0 

Which seems to means that whether the last digit is 0 or 1 makes no
difference to the card.

Attached to the card are a Umax scanner, a Syquest EZ Drive and an old 
500 Mb Fujitsu HD.

-- 
Mike Fieschko, West Orange, NJ, USA
X-Mailer: XEmacs 21.1, VM 6.71 and random-sig.el
X-Face header is me! http://www.cs.indiana.edu/picons/ftp/faq.html
Kernel 2.2.13-9mdk mailto:[EMAIL PROTECTED]
http://www.viconet.com/fieschko/home.htm
Sep 23 St Linus or St Thecla or Blessed Padre Pio
Rabboni, ut videam

Reply via email to