From: Brad Pepers (pepersb_at_cuug.ab.ca)
Date: Thu Apr 06 1995 - 15:42:51 EDT
> Hi.
>
> I have the above equipment.
> I'm trying to get a SCSI interface to work with it.
> So far, no luck.
I have a friend here at work with a Dock II and he did get the SCSI
working. You will need to patch and then rebuild the kernel. The
patch needed is in drivers/scsi/aha152x.c. You need to add a new
signature to the signatures[] array. If you look in the file you
will see a part like this:
{ "Adaptec AHA-1520 BIOS", 0x102e, 21 }, /* Adaptec 152x */
{ "Adaptec ASW-B626 BIOS", 0x1029, 21 }, /* on-board controller */
...
Add to the list:
{ "Adaptec BIOS:AHA-1532P", 0x1c, 22 }, /* TP Dock II */
This should then let Linux find your SCSI controller.
> I have a NEC 4x CD-ROM and 2 gig HD attached to the Dock II SCSI
> port. I've also built the latest Linux kernel (v1.2.3) using all
> the Adaptec drivers.. But my machine doesn't recognise any SCSI
> devices when it boots!!!
It will with the above patch. Let me know if there are other problems.
> Has anyone else done this?
> Is anyone else trying to do this??
>
> Comments would be most appreciated.
> Thankyou.
>
> -Lee Hounshell
> lee_at_tcs.com
+----------------------------Ren & Stimpy--------------------------------+
| "Psst. Hey Guido. It's all so clear to me now. I'm the keeper of the |
| cheese. And you're the lemon merchant. Get it? And he knows it. That's |
| why he's gonna kill us. So we gotta beat it. Yeah. Before he lets |
| loose the marmosets on us! Don't worry, little missy! I'll save you!" |
+------------------ Brad Pepers -- pepersb_at_cuug.ab.ca -------------------+
This archive was generated by hypermail 2.1.3 : Thu Jan 23 2003 - 09:52:34 EST