From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 16:01:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0DC16A4CE for ; Sat, 1 Jan 2005 16:00:22 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D76BC43D46 for ; Sat, 1 Jan 2005 16:00:21 +0000 (GMT) (envelope-from xinizul@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so129208wri for ; Sat, 01 Jan 2005 08:00:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=k2ej+sOebWpoNlphey9hXW4J3IXLZrUjsjhoCnRJ3lPFbKqiAXfkfN1kSK7anV8LGDt6DSXOC6VON0h54xUoeegKtRx5AW2jB2O37opQ8641ZmgwRrHF9O01OPf2f2F2KauiKowBduuuDfM5lY1iTYrVKZMvelGpZyVuy5/zflM= Received: by 10.54.33.12 with SMTP id g12mr272792wrg; Sat, 01 Jan 2005 08:00:20 -0800 (PST) Received: by 10.54.22.20 with HTTP; Sat, 1 Jan 2005 08:00:20 -0800 (PST) Message-ID: <4d073056050101080050fcf8f5@mail.gmail.com> Date: Sat, 1 Jan 2005 17:00:20 +0100 From: Xinizul Xinizul To: John Wilson In-Reply-To: <20050101103754.14778620.BSD-Mail@nyc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <4d0730560501010721556089dc@mail.gmail.com> <20050101103754.14778620.BSD-Mail@nyc.rr.com> cc: freebsd-questions@freebsd.org Subject: Re: Please help: burncd errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xinizul Xinizul List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 16:01:00 -0000 Oh ,=20 In fact I have converted my mp3 files to wav following a tutorial I found on the net -using mplayer too- I just want to burn them and I thought this was the way (1st create an ISO, 2nd burn the ISO) Anyway I have the same problem: 192# burncd -t -f /dev/acd0 audio *.wav fixate next writeable LBA 1136 writing from file 001_Ni=F1a_Pastori_principio.wav size 12072 KB written this track 955 KB (7%) total 955 KB only wrote -1 of 37632 bytes: Device busy next writeable LBA 1704 writing from file 002_Ni=F1a_Pastori_espinas.wav size 37504 KB written this track 955 KB (2%) total 1911 KB only wrote -1 of 37632 bytes: Device busy ........ Any clue ? Could it be due to th HW I have ? On Sat, 1 Jan 2005 10:37:54 -0500, John Wilson wrote: > On Sat, 01 Jan 2005 16:21:54 +0100 > Xinizul Xinizul wrote: >=20 > Hi. >=20 > > I'm trying to burn an iso image containing a folder of mp3 files. > [...] > > 192# burncd -t -f /dev/acd0 audio mp3_1.iso fixate > [...] >=20 > For one, if you are attempting to burn a data CD, you want to use the > 'data' option passed to burncd rather than 'audio'. Use this for burning > ISO's. >=20 > If you truly wish to burn an audio CD, you'll first need to convert your > mp3's to wav's - I generally do this using mplayer with the -ao pcm optio= n, > at which point, you can happily use the 'audio' option for burncd with th= e > list of wav's to burn. >=20 > - John. >