RE: [ILUG] installing scsi... where to begin?

From: Dunphy Richard-rdunph01 (rdunph01 at domain email.mot.com)
Date: Thu 03 Feb 2000 - 16:54:45 GMT


Hi,

Have one of these myself.

Am using SuSE linux, and am using the aha152x kernel module.

Installed the card and have the following line in my lilo.conf
        append="aha152x=0x140,9,7,1,1"
which works great.. Experiment with the 9 as this is the IRQ. I think the
default is 10, but check and see. The 0x140 is the IO address, the only
other option is 0x340. The 7 is the host ID number, and is usually ok to
leave at 7. The 1,1 are usual also.

To give it a go make sure you've compiled the scsi kernel module, and the
aha152x module.
Check /lib/module/<ver>/scsi
where <ver> is your kernel version.
make sure you have a file aha152x.o
the use modprobe to load the module, i.e. modprobe aha152x
aha152x=0x140,9,7,1,1
the proof of the pudding is in loading the zip drive...
Make a dir to mount the drive to and then mount a zip disk as, mount -t vfat
/dev/sda4 /zip, where /dev/sda4 is when you have the SCSI ID to 5 on the zip
drive and /dev/sda5 is when you have it set to 6.

Hope that helps
RikD

> -----Original Message-----
> From: Steffen [mailto:higels at domain tcd.ie]
> Sent: 03 February 2000 16:47
> To: ilug at domain linux.ie
> Subject: [ILUG] installing scsi... where to begin?
>
>
> Hi there,
> I want to install my internal scsi zip drive under linux. The
> card it is plugged into is based on/is the Adaptec AHA/1505.
> I dont even know where to begin installing the card, let
> alone the drive.
>
> Can anyone offer any help?
> thanks
> --
> Steffen
>
> higels at domain tcd.ie
> http://matrix.netsoc.tcd.ie/~steffen
>
> --
> Irish Linux Users' Group: ilug at domain linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for
> (un)subscription information.
> List maintainer: listmaster at domain linux.ie
>



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:21 GMT