Comment 14 for bug 249592

Revision history for this message
Tuomas Aavikko (taavikko) wrote :

@Ralf I havent had any luck, but not going to do fresh install just to test this one.

Thanks for commandline which can be used as well,
Something like

for convertion to .wav
for a in *.mp3 ; do mpg123 -w "$a.wav" "$a" ; done
Don't mind the double extensions ;)

And for burning to a disk
wodim -v -eject -pad -dao speed=12 dev=/dev/scd0 defpregap=0 -audio *.wav

So device works, it's just brasero that hangs
Going to test other apps, k3b and gnomebaker...