LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Francesco Peeters <Francesco@FamPeeters.com>
  To  : linuxsa <linuxsa@linuxsa.org.au>
  Date: Wed, 15 Jan 2003 20:43:33 +0100

Re: Adaptec ATA RAID 1200A

> > > not if when you bought it, you specified you wanted one for a
> > > linux machine.  If you did, and it doesn't work in linux, then
> > > it's not "fit for purpose" (trade practices act) and you can
> > > return it (regardless of packaging etc).  But if you asked for
> > > "a raid controller" then the above doesn't apply.
> >
> > That assumes that the original poster is in the same 'trade practices'
> > collision domain that you are :-)
> >
> > Regards
>
> I'm not, but here in The Netherlands we have similar laws, however there
are
> clauses which can allow a supplier to refuse it anyway, like when you
could
> have known on beforehand (ie by reading the supplied info) that it was not
> compatible...
>
> The problem is that they initially ordered a Promise card, but that was on
> backorder for 7 weeks, and still no delivery commotment, so they searched
> for another card!
>
> Ah well, we'll see...
>
> --FP
>

OK,

I figured for the money I paid it was hardly more expensive than a normal
ATA100 card anyway, so I decided to go ahead.

I donwloaded the drivers for RedHat from the Highpoint site, did the new
kernel, copied it to boot, installed the module and did LILO.

After reboot the card was recognized, but nothing loaded, so I did:
insmod sd_mod
insmod hpt37x2

and voilá: /dev/sda @ 80 GB....    :-)

The only issue was that I couldn't follow their suggestions on replacing the
SCSI mod sense, so I tried made a slightly different approach...

I altered rc.sysinit so it includes, just before the software raid start the
following bit:
action $"Starting up SCSI support: " insmod scsi_mod
action $"Starting up SCSI harddisk support: " insmod sd_mod
action $"Starting up HPT37x2 devices: " insmod hpt37x2

This makes it look nice in the bootscreen and adds the output to dmesg, what
else can one wish?

So in all I am one happy puppy...

--FP

-- 
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.openprojects.net
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page