Klaus-Peter Schrage wrote:

> Try to invoke cdrecord directly in command line. I guess that you have
> already mastered some audio files in wav format, so cd to the directory where
> they are stored and type (as root)
>         cdrecord -v dev=1,1,0 *.wav
> This will write the tracks in track-at-once-mode (tao).
> If you are successful, you could also try dao:
>         cdrecord -v dev=1,1,0 -dao *.wav

You can also use dummy mode with the above (-dummy, I think, but check).  That
will go through the whole writing without turning on the laser and will show you
any difficulties without using up CDRs.

Dave


_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to