Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2005 14:50:43 +0100
From:      Yann Golanski <yann@kierun.org>
To:        freebsd-stable@freebsd.org
Subject:   [SOLVED] Re: burncd: Device busy error.
Message-ID:  <20050714135043.GA49110@kierun.org>
In-Reply-To: <20050714110848.GA46994@kierun.org>
References:  <20050714110848.GA46994@kierun.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--k1lZvvs/B4yU6o8G
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Just in case anyone else has the same problem and wants a solution.

1- Recompile and install your kernel with the following options:
  device atapicam
  device ata
  device scbus
  device cd
  device pass

2- Go to your MP3 dir.

3- Converts spaces to underscores.
for i in *.mp3; do mv "$i" `echo $i | tr ' ' '_'`; done=20

4- Converts .mp3 to .wav
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done

5- Burn to CD...
cdrecord -v dev=3D1,0,0 -dao -pad -useinfo  *.wav

This appears to work fine for me.  If anyone has a better idea or can
improve the process, please let me know.

--=20
yann@kierun.org                  -=3D*=3D-                      www.kierun.=
org
    PGP:   009D 7287 C4A7 FD4F 1680  06E4 F751 7006 9DE2 6318

--k1lZvvs/B4yU6o8G
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFC1m2z91FwBp3iYxgRAuKNAJ9MaHHDgPUGbhlwo1nx7MocvMXNCwCdEdLy
a99ZxPExVyW7y0y6DkRftxU=
=PE/u
-----END PGP SIGNATURE-----

--k1lZvvs/B4yU6o8G--



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