> >I have a mailserver that has SCSI hard drives, and I have recently
> >installed a SCSI tape drive. However, the tape drive has to be on a
> >different SCSI card. I can't get the kernel to recognize both cards.
> >The Hard drives are on an Adaptec AIC-7880U, and there are two 4.5 G, one
> >9 G, and one 2 G. Then we added an Adaptec AHA-1520 with an SDT-9000 Sony
> >DDS tape drive. I could not access the tape drive by accessing /dev/st0.
> >I have already tried building in support for both SCSI controlers and that
> >didn't help. Any help would be appreciated.
The aha152x doesn't have a BIOS, so it cannot report to the driver at
which address/irq it is using. You must supply this information to the
driver.
If you have support compiled directly into the kernel for this card, you
can use lilo to pass the options:
LILO: linux aha152x=0x340,11
where 0x340,11 represent your base address and IRQ. If you have it
configured as a module, add the following to /etc/conf.modules:
alias scsi_hostadapter aha152x
options aha152x aha152x=0x340,11
Then "mt -f /dev/st0 status" should work correctly.
Dave
--
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.