Am Samstag,  1. Dezember 2001 01:01 schrieben Sie:
> Ich habe mahl nachgesehen und die Version des xcdroast ist die 0.98alpha9
>
> :-)
>
> Since the version is OK I'm wondering what cdrecord is trying to tell me!?
> I haven't been able to find any info on the Net about the error message
> either.

Zoran,
it may be that cdrecord wants to tell you that you tried to write a CD in dao 
mode (disk at once) and that this is not supported by your drive (or that 
cdrecord thinks so). At leat I got that very message by attempting to do so 
(I own a yet older Traxxdata writer).
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
Hope that helps
Klaus-Peter
BTW: 'man cdrecord' is quite helpful 

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

Reply via email to