Good day Thomas, Lørdag den 1. marts 2003 18:35 kvad Thomas Widlundh:
Have you tried burning an audio CD from the terminal, using cdrecord?
Yes, now I have. But.... :-( The message is: Cdrecord 1.11a13 (i686-suse-linux) Copyright (C) 1995-2001 Jörg Schilling scsidev: '1,5,0' scsibus: 1 target: 5 lun: 0 Linux sg driver version: 3.1.22 cdrecord: No such file or directory. Cannot open '/dev/pg5'. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
And "cdrecord -scanbus": Cdrecord 1.11a13 (i686-suse-linux) Copyright (C) 1995-2001 Jörg Schilling Linux sg driver version: 3.1.22 Using libscg version 'schily-0.5' scsibus0: 0,0,0 0) 'IDE-CD ' 'R/RW 16x12A ' 'F1.4' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *
I'm not shure of the right command though to use cdrecord.
I asume you are using SuSE Linux 8.1 Start with updating cdrecord. Use YOU (Yast Online Update). The update is called "Tool for writing CDR's", and it fixes some bugs relating to fixating CDs. Then start a terminal and become root: user@linux> su - Password: root@linux> Then: root@linux> cd /dir/with/wav/files Then: root@linux> cdrecord -vv speed=2 dev=0,0,0 -dao *.wav You can set the speed to something else, suitable for your CD recorder and the CDs you use. Make sure there is no more wav files in the directory than what fits on the CD - cdrecord does _not_ check for size. What does cdrecord tell you then? And if the CD is burned, will it play? Best regards :o) Johnny :o)