[2423] in linux-scsi channel archive
Re: ADAPTEC AHA2940AU with Linux
daemon@ATHENA.MIT.EDU (Ely Pinto)
Fri Sep 5 17:16:44 1997
Date: Fri, 5 Sep 1997 11:33:02 -0400 (EDT)
From: Ely Pinto <pinto@ymail.yu.edu>
To: linux-scsi@vger.rutgers.edu
In-Reply-To: <Pine.GSO.3.95q.970904165515.3094B-100000@nic.com>
Finally got this sucker working with two segate drives. Thanks to a
friend who foundthat you need to specify:
ultra
as a module option. This worked for one drive, but when i hooked up the
second drive it still panic()ed. I finally figured out the problem.
Adaptec was assigning the IDs as 0 and 15. Linux apparently wasnt dealing
well with the 15. Turn off SCAM support and assign the drive IDs
manually. emeber the boot drive is 0 and the adapter is automatically
seven. the second (and third....) devices should be in acending order
starting with one (since 0 is the boot drive).
now to see if the tape drive will work...
EP