From owner-freebsd-current Sat Feb 13 18:45:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06411 for freebsd-current-outgoing; Sat, 13 Feb 1999 18:45:26 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alushta.NL.net (alushta.NL.net [193.78.240.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06391 for ; Sat, 13 Feb 1999 18:45:23 -0800 (PST) (envelope-from benst@terminus.stuyts.nl) Received: from stuyts by alushta.NL.net with UUCP id <8504-10084>; Sun, 14 Feb 1999 01:15:04 +0100 Received: from daneel.stuyts.nl (daneel.stuyts.nl [193.78.231.7]) by terminus.stuyts.nl (8.9.3/8.9.2) with ESMTP id BAA06839; Sun, 14 Feb 1999 01:13:23 +0100 (MET) (envelope-from benst) Received: (from benst@localhost) by daneel.stuyts.nl (8.8.5/8.8.5) id BAA01841; Sun, 14 Feb 1999 01:13:24 +0100 (MET) Message-Id: <199902140013.BAA01841@daneel.stuyts.nl> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) In-Reply-To: X-Nextstep-Mailer: Mail 3.3 (Enhance 1.2) Received: by NeXT.Mailer (1.118.2) From: Ben Stuyts Date: Sun, 14 Feb 99 01:13:22 +0100 To: "Chris D. Faulhaber" Subject: Re: CDR says: Attempt to query device size failed... cc: current@FreeBSD.ORG Reply-To: ben@stuyts.nl References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 13 Feb 1999, "Chris D. Faulhaber" wrote: > Interesting, this happens to both my CDR and regular CD: > > cd0 at ahc0 bus 0 target 3 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 10.0MB/s transfers (10.0MHz, offset 15) > cd0: Attempt to query device size failed: NOT READY, Medium not present > cd1 at ahc0 bus 0 target 5 lun 0 > cd1: Removable CD-ROM SCSI-2 device > cd1: 3.300MB/s transfers > cd1: Attempt to query device size failed: NOT READY, Logical unit not ready, > cause not reportable > > It may simply be the way the different devices report that the device is not > ready/no medium present in the sense data... > ...if no one else has any good ideas, I may just get a trace of the bus this > evening and see exactly what is being reported (and when). Thanks, just let me know if I can do anything to help. I've just remade world and kernel, and here's the latest data from both my drives I get with boot -v: (cd0:ahc0:0:4:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd0:ahc0:0:4:0): NOT READY asc:3a,0 (cd0:ahc0:0:4:0): Medium not present cd0 at ahc0 bus 0 target 4 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.0MB/s transfers (10.0MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present ... (cd1:ahc0:0:5:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd1:ahc0:0:5:0): NOT READY asc:4,0 (cd1:ahc0:0:5:0): Logical unit not ready, cause not reportable cd1 at ahc0 bus 0 target 5 lun 0 cd1: Removable CD-ROM SCSI-2 device cd1: 3.300MB/s transfers cd1: Attempt to query device size failed: NOT READY, Logical unit not ready, cause not reportable >From this you can see that both drives report differently that the tray is empty. "Medium not present" sounds less of a problem than "... cause not reportable". Also, cd0 status is shown immediately on booting, while cd1 status takes about a minute or so to appear. Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message