From owner-freebsd-scsi Wed Apr 28 8:24:20 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id EA87B1547E for ; Wed, 28 Apr 1999 08:24:18 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from feral.com (mjacob@feral.com [192.67.166.1]) by feral.com (8.8.7/8.8.7) with ESMTP id IAA24810; Wed, 28 Apr 1999 08:23:52 -0700 Date: Wed, 28 Apr 1999 08:23:51 -0700 (PWT) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Lengeling Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: Problems with HP T20 SCSI Travan under FreeBSD 3.1 In-Reply-To: <3727FA0C.E3780714@raccoon.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For once I actually *have* such a device. > (sa0:ahc0:0:4:0): LOAD UNLOAD. CDB: 1b 0 0 0 1 0 > (sa0:ahc0:0:4:0): MEDIUM ERROR asc:15,2 > (sa0:ahc0:0:4:0): Positioning error detected by read of medium This error sounds like you haven't got the right kind of media. The drive is very picky. I really have only used C4435 (HP tested/certified 20GB TR-5 cartridge). I ordered some TR-4s by mistake. No can do. Other than that, add: { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", "T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512 }, and that seems to work so far for me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message