Re: Kernel won't detect AHA-1520B SCSI card...

1998-05-06 Thread Dave Wreski
> 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 I'd advise leaving off the trailing ',5', as the driver will (most times) figure this out on its own, and it leaves less

Re: Kernel won't detect AHA-1520B SCSI card...

1998-05-06 Thread Matt Housh
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 th