[3787] in linux-scsi channel archive

home help back first fref pref prev next nref lref last post

Re: Adaptec 1520

daemon@ATHENA.MIT.EDU (Dave Wreski)
Mon Apr 27 12:06:48 1998

Date: 	Mon, 27 Apr 1998 11:41:38 -0400 (EDT)
From: Dave Wreski <dave@nic.com>
To: PiLoT <canpilot@mx3.redestb.es>
cc: linux-scsi@vger.rutgers.edu
In-Reply-To: <3.0.2.32.19980427171218.006a411c@pop3.mx3.redestb.es>


> 	My SCSI CD-Roms are not recognized at boot time. The solution that I found
> it's entering the command:
> 
> 		 insmod aha152x.o aha152x=0x340,11,7,1
> 
> 	I've tried to put in the lilo.conf:
> 	append="aha152x=0x340,11,7,1"

The "append" statement only works when support is compiled directly into
the kernel, not as a module.  Either compile support into the kernel, then
supply the "append" statement, or add the following to your
/etc/conf.modules:

alias scsi_hostadapter aha152x
options aha152x aha152x=0x340,11

Skip the ",7,1" at the end, as it is not necessary, and it is better to
let the driver figure that part out.

Dave



-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu

home help back first fref pref prev next nref lref last post