[SOLVED] Re: burncd: Device busy error.
Yann Golanski
yann at kierun.org
Thu Jul 14 13:50:45 GMT 2005
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
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=1,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.
--
yann at kierun.org -=*=- www.kierun.org
PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050714/6272a22c/attachment.bin
More information about the freebsd-stable
mailing list