BigCletus
05-07-2002, 12:57 AM
Hooked this drive up on a win2kserver/linux maching (dual-boot). After much tweaking with the jumpers on the card, using a aha152x driver under win2k got it working. Under linux is a different story. Added append="aha152x=0x140,9,7,1" in lilo.conf, no luck. Added options aha152x io=0x140 irq=9 in /etc/modules.conf. The when I type modprobe aha152x, i get this output from dmesg | grep scsi:
SCSI subsystem driver Revision: 1.00
aha152x: BIOS test: passed, detected 1 controller(s)
aha152x: resetting bus...
aha152x0: vital data: rev=1, io=0x140 (0x140/0x140), irq=9, scsiid=7, reconnect=enabled, parity=enabled, synchronous=enabled, delay=1000, extended translation=disabled
aha152x0: trying software interrupt, lost.
aha152x0: IRQ 9 possibly wrong. Please verify.
How can the irq of 9 be wrong when that is what the jumper is set for and that is the software irq under win2k? Before with different settings for the card under linux it seemed to actually load once without errors. However, when I try to mount /dev/sda, I get "unknown device"? Any clues? Thanks.
SCSI subsystem driver Revision: 1.00
aha152x: BIOS test: passed, detected 1 controller(s)
aha152x: resetting bus...
aha152x0: vital data: rev=1, io=0x140 (0x140/0x140), irq=9, scsiid=7, reconnect=enabled, parity=enabled, synchronous=enabled, delay=1000, extended translation=disabled
aha152x0: trying software interrupt, lost.
aha152x0: IRQ 9 possibly wrong. Please verify.
How can the irq of 9 be wrong when that is what the jumper is set for and that is the software irq under win2k? Before with different settings for the card under linux it seemed to actually load once without errors. However, when I try to mount /dev/sda, I get "unknown device"? Any clues? Thanks.