Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2001 11:50:01 -0800 (PST)
From:      Erik Rothwell <erothwell@callgtn.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/27893: can't burn audio cds on LG CD-RW CED-8083B
Message-ID:  <200111041950.fA4Jo1O12432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/27893; it has been noted by GNATS.

From: Erik Rothwell <erothwell@callgtn.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <sirmoo@cowbert.2y.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111041950.fA4Jo1O12432>