From owner-freebsd-stable Wed Mar 27 21:20:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 1F88C37B41D for ; Wed, 27 Mar 2002 21:20:23 -0800 (PST) Received: from fwd00.sul.t-online.de by mailout06.sul.t-online.com with smtp id 16qSKi-0003oT-00; Thu, 28 Mar 2002 06:20:20 +0100 Received: from frolic.no-support.loc (520094253176-0001@[217.88.135.186]) by fmrl00.sul.t-online.com with esmtp id 16qSKZ-1FdI4eC; Thu, 28 Mar 2002 06:20:11 +0100 Received: (from bjoern@localhost) by frolic.no-support.loc (8.11.6/8.9.3) id g2S5J4k02677; Thu, 28 Mar 2002 06:19:04 +0100 (CET) (envelope-from bjoern) From: Bjoern Fischer Date: Thu, 28 Mar 2002 06:19:04 +0100 To: Dan Langille Cc: Bjoern Fischer , freebsd-stable@FreeBSD.ORG Subject: Re: cdrecord under 4.5-stable Message-ID: <20020328051904.GA2511@frolic.no-support.loc> References: <20020313164933.685BC3F0E@bast.unixathome.org> <20020328042106.483933F2D@bast.unixathome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20020328042106.483933F2D@bast.unixathome.org> User-Agent: Mutt/1.3.25i X-Sender: 520094253176-0001@t-dialin.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Dan, [...] > > > Sense Bytes: F0 00 03 00 00 26 FB 0A 00 00 00 00 0C 09 00 00 00 00 > > > Sense Key: 0x3 Medium Error, Segment 0 > > > Sense Code: 0x0C Qual 0x09 (write error - loss of streaming) Fru 0x0 [...] > FWIW, over the weekend I went and bought some CDRW media and tried that. = =20 > It worked. So tonight I tried a CDR, and it worked, albeit at a much=20 > slower speed than I am used to. I will slowly work my way up to my norma= l=20 > speed. [...] > [root@xeon:/home/ftpbackup] # cdrecord -eject speed=3D4 dev=3D0,5,0 repo.= raw > Cdrecord 1.10 (i386-unknown-freebsd4.5) Copyright (C) 1995-2001 J=F6rg=20 [...] > Vendor_info : 'PLEXTOR ' > Identifikation : 'CD-R PX-W124TS' > Revision : '1.05' Nice CD burning device you have. ;-) I'm still using my good old PX-R412C: Five years old, burning 5 CDRs per week; and still running. Hmm, I still not convinced that this is a type-of-CDR(W)-media issue. The scsi device reports a sense key for a medium error, but not because the medium has caused a failure; there are simply not enough different sense keys for more precise error information. Therefore an an Additional Sense Key (ASC) and Additional Sense Key Qualifier (ASCQ) are used to describe the error condition precisely. Use the -v switch for cdrecord and watch the buffer status while burning a CDR at a higer speed. If it runs empty, there's your problem. If not and you still get 'loss of streaming' errors, watch for reports regarding scsi transport in /var/log/messages or dmesg(8). -Bj=F6rn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message