From owner-freebsd-current Sat Feb 13 18:33:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04466 for freebsd-current-outgoing; Sat, 13 Feb 1999 18:33:40 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA04460 for ; Sat, 13 Feb 1999 18:33:38 -0800 (PST) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.2/8.8.5) id PAA46569; Sat, 13 Feb 1999 15:13:25 -0700 (MST) From: "Kenneth D. Merry" Message-Id: <199902132213.PAA46569@panzer.plutotech.com> Subject: Re: CDR says: Attempt to query device size failed... In-Reply-To: <199902132144.WAA01711@daneel.stuyts.nl> from Ben Stuyts at "Feb 13, 1999 10:44:24 pm" To: ben@stuyts.nl Date: Sat, 13 Feb 1999 15:13:25 -0700 (MST) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Stuyts wrote... > I've been getting the following message, usually within a minute or so after > booting. It shows up only once, and doesn't seem to interfere with normal > operation of the CDR: > > (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 > > This is not a new error. It has been happening for several months now, but I > never got around to reporting this. > > Any idea what the problem is? It probably just means your drive doesn't have a CD in it. I've seen similar reports for other Philips and HP CD-R drives. In fact, that's why 0x04-type errors are acceptable for the CD driver's attach routine. It used to be that if it got an error back, the CD driver would only continue to attach if that error was a "medium not present" error. Because of those Philips and HP drives, though, the CD driver will attach even if the error is a "not ready" type error. Did you boot with -v? You probably shouldn't be getting the "large" error message above, just the condensed error message from the CD driver if you're not booting with -v. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message