diff --git a/LDP/howto/docbook/MP3-CD-Burning.sgml b/LDP/howto/docbook/MP3-CD-Burning.sgml index a119f592..b335f771 100644 --- a/LDP/howto/docbook/MP3-CD-Burning.sgml +++ b/LDP/howto/docbook/MP3-CD-Burning.sgml @@ -17,6 +17,12 @@ + + 1.5 + 2001-11-19 + GW + Fixed omission in Disc-At-Once burning section. + 1.4 2001-11-17 @@ -246,6 +252,18 @@ AUDIOFILE "mix-05.wav" 0 The 0 (zero) after the wave filename means start from the beginning of the file. There can be a second number providing the length (time) of file to record. The xcdroast creates similar TOC files, there are also examples in testtocs directory of cdrdao source. + +The cdrdao by default uses the device /dev/cdrecorder, which should be a link to the cdwriter device. Assuming your cd recorder device file is /dev/scd0, create the link (as root) as follows: + + +ln -s /dev/scd0 /dev/cdrecorder + + +Then, assuming that the TOC file is named cd.toc the command to burn the cd is simply: + + +cdrdao write cd.toc +
Credits