[1195] in linux-scsi channel archive
Re: Exabyte 8200
daemon@ATHENA.MIT.EDU (Gerard Roudier)
Tue Dec 31 03:58:59 1996
Date: Tue, 31 Dec 1996 09:47:04 +0000 (GMT)
From: Gerard Roudier <groudier@club-internet.fr>
To: inaninck@koha.koha.nl
cc: linux-scsi@vger.rutgers.edu, linux-tape@vger.rutgers.edu
In-Reply-To: <199612301050.LAA23999@bentley.getronics.nl>
On Mon, 30 Dec 1996 inaninck@koha.koha.nl wrote:
> Hello All,
>
> Sorry for this -hopefully not- mailbox-exploding message. I'll make it up
> with you with a simple 'I love you...' when you can really help me :-))
>
> After some time now, I'm getting sick and tired of my problem with my
> 8mm EXABYTE 8200 SCSI-tape.
>
> I have followed up several advises given by several persons, but none
> of the advises seem to help me properly... :-(
>
> The matter is that my tape is correctly seen by my 2.0.27 kernel:
Your problem looks like you've set the scsi id of the device to the scsi
id of the controller (probably 7).
During the selection phase, the initiator set the data bus to:
(1<<7) | (1<<target_id) or something like that.
In this situation, the target 7 always determines it is selected,
regardless the actual scsi id the controller wants to select.
Gerard.