Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2000 22:08:03 +0000
From:      void <float@firedrake.org>
To:        scsi@freebsd.org
Subject:   [mjacob@feral.com: Re: "device not configured" from sa driver]
Message-ID:  <20001118220803.A22733@firedrake.org>

next in thread | raw e-mail | index | archive | help

--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Ok, I tried Matthew Jacob's suggestion, and here's the output:

Nov 18 16:54:25 machine-name /kernel: (xpt0:ahc2:0:5:0): debugging flags
now 9
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): saopen(1):
dev=0x1 softc=0x0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0):
sastart(sa1:ahc2:0:5:0): 
RESERVE(06). CDB: 16 0 0 0 0 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0):
sastart(sa1:ahc2:0:5:0): 
TEST UNIT READY. CDB: 0 0 0 0 0 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): Key 0x2 ASC/ASCQ
Nov 18 16:54:37 machine-name /kernel: 0x3a 0x0 flags 0x0 resid 0
dxfer_len 0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): LOAD UNLOAD. CDB:
1b 0 0 
0 1 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): Key 0x2 ASC/ASCQ
Nov 18 16:54:37 machine-name /kernel: 0x3a 0x0 flags 0x0 resid 0
dxfer_len 0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): LOAD UNLOAD. CDB:
1b 0 0 
0 1 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): Key 0x2 ASC/ASCQ
Nov 18 16:54:37 machine-name /kernel: 0x3a 0x0 flags 0x0 resid 0
dxfer_len 0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): LOAD UNLOAD. CDB:
1b 0 0 
0 1 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): Key 0x2 ASC/ASCQ
Nov 18 16:54:37 machine-name /kernel: 0x3a 0x0 flags 0x0 resid 0
dxfer_len 0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): REWIND. CDB: 1 0
0 0 0 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): Key 0x2 ASC/ASCQ
Nov 18 16:54:37 machine-name /kernel: 0x3a 0x0 flags 0x0 resid 0
dxfer_len 0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): REWIND. CDB: 1 0
0 0 0 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): Key 0x2 ASC/ASCQ
Nov 18 16:54:37 machine-name /kernel: 0x3a 0x0 flags 0x0 resid 0
dxfer_len 0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): REWIND. CDB: 1 0
0 0 0 0 
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0): Key 0x2 ASC/ASCQ
Nov 18 16:54:37 machine-name /kernel: 0x3a 0x0 flags 0x0 resid 0
dxfer_len 0
Nov 18 16:54:37 machine-name /kernel: (sa1:ahc2:0:5:0):
sastart(sa1:ahc2:0:5:0): 
RELEASE(06). CDB: 17 0 0 0 0 0 
Nov 18 16:54:40 machine-name /kernel: (xpt0:ahc2:0:5:1): debugging flags
now 9

-- 
 Ben

220 go.ahead.make.my.day ESMTP Postfix

--pf9I7BMVVzbSWLtt
Content-Type: message/rfc822
Content-Disposition: inline

Received: from feral.com [192.67.166.1] (root)
	by dayspring.firedrake.org with esmtp (Exim 3.12 #1 (Debian))
	id 13xFfr-0005pG-00; Sat, 18 Nov 2000 21:37:27 +0000
Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71])
	by feral.com (8.9.3/8.9.3) with ESMTP id NAA19391;
	Sat, 18 Nov 2000 13:37:17 -0800
Date: Sat, 18 Nov 2000 13:37:14 -0800 (PST)
From: Matthew Jacob <mjacob@feral.com>
Reply-To: mjacob@feral.com
To: void <float@firedrake.org>
cc: hackers@FreeBSD.ORG
Subject: Re: "device not configured" from sa driver
In-Reply-To: <20001118213224.A22036@firedrake.org>
Message-ID: <Pine.LNX.4.21.0011181334530.13406-100000@zeppo.feral.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Try an

mt -f /dev/nrsa0 status

and

mt -f /dev/nrsa1 status

The ctl node specifically makes no access to the device.

If there is indeed a tape inserted, build a CAMDEBUG kernel,
boot it, and do

camcontrol debug -Ic b:t:l

(b = bus, t = target, l = lun)

and then do the 'mt status' dance as above and send to scsi@freebsd.org (the
appropriate list- not hackers). I'm the tape driver maintainer, but I'll be
out of town this next week.


> I have set up a tape drive, correctly I believe, yet I keep getting
> "device not configured" errors from it.  See:
> 
> http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=2849646+2851949+/usr/local/www/db/text/2000/freebsd-questions/20001029.freebsd-questions
> 
> Some have said that this error indicates no tapes in the drive, but the
> drive does have tapes in it.  What else could it indicate?  I tried
> reading the source, but I found it beyond me.
> 
> 


--pf9I7BMVVzbSWLtt--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001118220803.A22733>