From owner-freebsd-hardware@FreeBSD.ORG Tue Dec 30 13:10:32 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A89F16A4CE for ; Tue, 30 Dec 2003 13:10:32 -0800 (PST) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1836343D31 for ; Tue, 30 Dec 2003 13:10:29 -0800 (PST) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id hBULAQb1095062; Tue, 30 Dec 2003 22:10:26 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id hBULAPiv095061; Tue, 30 Dec 2003 22:10:25 +0100 (CET) (envelope-from marc) Date: Tue, 30 Dec 2003 22:10:25 +0100 From: Marc Fonvieille To: Peter Jeremy Message-ID: <20031230221025.B93424@abigail.blackend.org> References: <20031230210742.GA50195@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031230210742.GA50195@cirb503493.alcatel.com.au>; from PeterJeremy@optushome.com.au on Wed, Dec 31, 2003 at 08:07:42AM +1100 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.8-STABLE cc: freebsd-hardware@freebsd.org Subject: Re: Problem writing VCD with burncd X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 21:10:32 -0000 On Wed, Dec 31, 2003 at 08:07:42AM +1100, Peter Jeremy wrote: > I have a -stable system from early December and recently tried to > burn a VCD onto a CD-RW using > burncd -v -s 4 blank vcd foo.bin fixate > this fails after writing 6100KB with the kernel message > acd0: WRITE_BIG - MEDIUM ERROR asc=0x0c ascq=0x10 error=0x04 > > I've tried two different CD-RW media - both of which work perfectly > trying to burn audio or data. The CD writer is: > acd0: CD-RW at ata1-master UDMA33 > > I've looked thru the mailing list archives but can't find anything > that looks relevant. Does anyone have any suggestions? I've done > some googling and can't find any useful ATAPI ASC/ASCQ tables and that > ASC/ASCQ combination isn't listed in an SCSI ASC/ASCQ assignment list > dated 12/05/03. > To burn VCD you should use cdrdao, it runs fine. You will find an example in this article: http://bsdnews.org/01/vcd.php Marc