[4908] in linux-scsi channel archive
Re: Getting Adaptec 1505 to work
daemon@ATHENA.MIT.EDU (Vivek)
Thu Oct 15 18:49:09 1998
Date: Thu, 15 Oct 1998 11:26:49 +0100 (BST)
From: Vivek <vivek@imaginet.co.uk>
To: James Corona <jcorona@bigtex.ci.dallas.tx.us>
cc: discuss@ntlug.org, linux-scsi@vger.rutgers.edu
In-Reply-To: <028001bdf781$af4c58a0$78030ac0@jcorona.ci.dallas.tx.us>
On Wed, 14 Oct 1998, James Corona wrote:
> I am fairly new to the Linux world until this point I have used IDE
> devices with no problems. I need to add a SCSI tape drive the the
> system and am trying to get Linux to recognize the 1505 card. I tryed
> to load the module manually and attempted to make the change to the
> lilo.conf as described in the SCSI-HOWTO file to use the correct
[snip]
I don't think you can edit lilo.conf to influence the parameters to a
module[1] - you change lilo.conf to alter parameters passed to the kernel
proper - modules receive parameters from /etc/modules.conf or
/etc/conf.modules, iirc.
The line should look something like:
options aha152x aha152x=0x340,11
or manually:
insmod aha152x aha152x=0x340,11
or possibly
insmod aha152x.o aha152x=0x340,11
Assuming aha152x is the driver you need to use for the 1505.
HTH
[1] But I've been wrong... it's been known to happen... I'm sure someone
will correct all this if it's wrong.
--
Turn on strong encryption - run your communicator binary through this:
#!/usr/bin/perl -0777pi~
s/BITS:.*?\0/$_=$&;y,a-z, ,;s, $,true,gm;s, 512,2048,;$_/es;
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu