On Tue, 12 Dec 2000, Ken Cole wrote:

> RH5.2 Standard kernel
> Linux version 2.0.36
> 
> The drives are EIDE, everything installed great and is working fine.
> 
> Have now added an Adaptec 1520/1522 and a Tandberg cartridge tape.  No
> matter what I do I cannot get the scsi card detected.
> 
> tried lilo options at boot
>:linux aha152x=0x340,11,7
> tried lilo otions in lilo.conf
> 
> dmesg always has:
> scsi: 0 hosts.
> scsi: detected total.
> 
[SNIP]
> 
> Interrupt 11 has been setup for standard ISA and not PCI in the BIOS
> 
> Please help.
> 
> --
> Ken Cole
> 
Did you compile aha152x support into the kernel?  If not, then try
modprobe aha152x and see if it finds the card.  You may need to make some
additions to /etc/config.modules or /etc/modules.conf to supply the I/O
and irq for the card.  You will want to add a line for the SCSI module.

alias scsi_hostadapter aha152x
options aha152x io=0x340 irq=11

Mikkel
 -- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to