From owner-freebsd-bugs Sun Nov 4 11:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83BF637B405 for ; Sun, 4 Nov 2001 11:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA4Jo1O12432; Sun, 4 Nov 2001 11:50:01 -0800 (PST) (envelope-from gnats) Date: Sun, 4 Nov 2001 11:50:01 -0800 (PST) Message-Id: <200111041950.fA4Jo1O12432@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Erik Rothwell Subject: Re: misc/27893: can't burn audio cds on LG CD-RW CED-8083B Reply-To: Erik Rothwell Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/27893; it has been noted by GNATS. From: Erik Rothwell To: , Cc: Subject: Re: misc/27893: can't burn audio cds on LG CD-RW CED-8083B Date: Sun, 4 Nov 2001 14:45:41 -0500 (EST) I was having a very similar problem with the LG CD-RW CED-8080B. I've discovered that the problem only appears to arise if the next writeable LBA on the disc is 0. If next writeable LBA is greater than 0, audio/raw mode tracks burn fine. For instance: [3:51am] # truss -o audio.1.out burncd -f /dev/acd0c -t audio audio.raw next writeable LBA 0 writing from file audio.raw size 689 KB only wrote -1 of 37632 bytes However, burn a small data track first... [3:55am] # truss -o data.out burncd -f /dev/acd0c -t data test.iso next writeable LBA 0 writing from file test.iso size 128 KB written this track 128 KB (100%) total 128 KB [3:56am] # truss -o audio.2.out burncd -f /dev/acd0c -t audio audio.raw next writeable LBA 66 writing from file audio.raw size 689 KB written this track 689 KB (100%) total 689 KB Voil=E0, audio. Hope this helps track down the error... Erik. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message