home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / CDCopy / cdcopy_setup.exe / README < prev   
Text File  |  1998-12-12  |  9KB  |  239 lines

  1.  
  2.  
  3. Below this passage you find the original readme which is included in the
  4. Cdrdao package for Linux.
  5.  
  6. The Windows version only supports the ASPI interface not the generic
  7. SCSI interface under Windows-NT!
  8.  
  9.  
  10. I've changed the syntax for the adressing of the SCSI devices.
  11. You will have to enter the scsi address after the following convention:
  12.  
  13. HA-ID:LUN-ID:Target-ID e.g. --device 0:0:6
  14.  
  15. to access the CDROM or writer. The other switches work like mentioned below.
  16.  
  17.  
  18. December 1998
  19.  
  20. Markus Barth
  21. <mbarth@home.ivm.de>
  22. www.cdcopy.sk
  23. members.aol.com/mbarth2193
  24.  
  25.  
  26. ...............................................................................
  27.  
  28. Cdrdao - Write audio CD-Rs in disk-at-once mode
  29. ===============================================================================
  30.  
  31. This file contains some additional information. See the manual page for usage
  32. of the tool.
  33.  
  34. Please use the write simulation mode (command 'simulate') when trying this
  35. program the first time on your system. This will detect problems or
  36. incompatibilities without wasting a CD-recordable. Note that you may have to
  37. eject and reinsert the CD-R after simulation before a real write can start.
  38.  
  39.  
  40. Drivers
  41. -------
  42. The following driver IDs may be used with option '--driver':
  43.   plextor
  44.      Supports CD structure analysis (command 'read-toc') for Plextor CD-ROM
  45.      readers. Pre-gaps and index marks are detected by performing a binary
  46.      search over the Q sub-channel for each track. This method is fast and
  47.      gives very exact results on Plextor drives. The driver uses generic
  48.      SCSI commands (PLAY AUDIO and READ SUB-CHANNEL) so it may work on other
  49.      models, too, but result and speed is directly correlated to the digital
  50.      audio extraction capabilities.
  51.  
  52.   plextor-scan
  53.      This is an alternate driver for CD structure analysis with Plextor
  54.      drives. It scans the Q sub-channels of a track linearly like the 
  55.      'generic-mmc' driver but is faster on Plextor drives.
  56.  
  57.   cdd2600
  58.      This is a native driver for the Philips CDD2000/CDD2600 drive family.
  59.      'read-toc' is implemented like in the 'plextor' driver but it is slow
  60.      and not very exact due to poor digital audio extraction capabilities of
  61.      these drives. Anyway, I don't recommend doing CD structure analysis with
  62.      the CDD2x00 because it stresses the mechanism too much. 
  63.  
  64.   generic-mmc
  65.      This is a driver for SCSI-3/mmc compatible CD-recorders that support
  66.      session-at-once (cue sheet based) writing. Most of the recent drives
  67.      should be compatible with this or with the 'generic-mmc-raw' driver
  68.      described below.
  69.      'read-toc' scans linearly the Q sub-channel of each track to retrieve
  70.      the pre-gap length and index marks. This method is very accurate but
  71.      takes the same time like digital audio extraction. It should also work
  72.      with recent CD-ROM readers.
  73.       
  74.   generic-mmc-raw
  75.      This is an alternate driver for SCSI-3/mmc compatible CD-recorders.
  76.      It uses the raw writing interface where the driver has to provide the
  77.      PQ sub-channel data in addition to the audio data. This writing mode
  78.      allows using part of the lead-out area for audio data since the drive's
  79.      firmware has no chance to prevent this. Of course, you will get some
  80.      error message at the end of writing when the CD-R capacity is exhausted.
  81.      CD structure analysis is done like in the 'generic-mmc' driver. 
  82.  
  83.   ricoh-mp6200
  84.      Supports writing with the Ricoh MP6200S CD recorder. It cannot write
  85.      the Catalog Number, yet.
  86.      CD structure analysis is done like in the 'generic-mmc' driver.
  87.  
  88.  
  89. Drives Known to Work
  90. --------------------
  91. Recorders:
  92.  
  93.   Model               Firmware Rev.  Driver
  94.   -----------------------------------------
  95.   PHILIPS CDD2000     1.25           cdd2600 
  96.   IMS CDD2000         1.25, 1.26     cdd2600
  97.   PHILIPS CDD2600     1.07           cdd2600
  98.   HP CD-Writer 6020   1.07           cdd2600
  99.   HP CD-Writer+ 8100  1.0g           generic-mmc
  100.   MEMOREX CR-622      D4.0           generic-mmc-raw
  101.   MEMOREX CRW-1662    D4.0           generic-mmc-raw
  102.   PHILIPS CDD3610     2.02, 3.01     generic-mmc-raw
  103.   PLEXTOR PX-R412     1.04           generic-mmc, plextor-scan('read-toc')
  104.   RICOH MP6200S       2.03           ricoh-mp6200
  105.   YAMAHA CDR200t      1.0k, 1.0n     generic-mmc
  106.   YAMAHA CDR400t      1.0k           generic-mmc
  107.   YAMAHA CRW4260      1.0h           generic-mmc
  108.  
  109. Notes:
  110.   - RICOH MP6200S: Cannot write Catalog Number, yet.
  111.   - Yamaha Models: Writing does not work with firmware revision 1.0i. See also
  112.                    note at the end of this file.
  113.   - MEMOREX CR-622: See note about firmware at the end of this file.
  114.  
  115. Readers (command 'read-toc'):
  116.  
  117.   Model                Firmware Rev.  Driver
  118.   -----------------------------------------
  119.   LITEON CD-ROM LTN341 ML35           generic-mmc
  120.   MEMOREX CD-233E      U10A           generic-mmc
  121.   PIONEER DR-U12X      1.06           plextor
  122.   PIONEER DR-U16S                     plextor
  123.   PLEXTOR CD-ROM                      plextor, plextor-scan
  124.   TEAC CD-ROM CD-532S  1.0A           plextor-scan
  125.  
  126. Notes:
  127.   - MEMOREX CD-233E: This drive seems to ignore ISRC Codes and Catalog Number.
  128.  
  129.  
  130. Pre-compiled Binaries
  131. --------------------
  132. The pre-compiled binaries should work with 2.0.x and 2.1.x kernels (tested
  133. with kernel 2.0.33 and 2.1.111). Older kernels may require recompilation
  134. because of a different maximum message size of the generic SCSI device.
  135.  
  136.  
  137. Generic SCSI Device
  138. -------------------
  139. Cdrdao uses the generic SCSI device ('/dev/sg?') to access the CD writer.
  140. Try 'cat /proc/devices' to check out if your kernel supports the character
  141. device 'sg'. If not insert the corresponding module ('insmod sg.o') or 
  142. reconfigure and compile the kernel. Cdrdao opens '/dev/cdrecorder' by default
  143. which should be a link to the appropriate generic SCSI device.
  144.  
  145.  
  146. Example for copying an audio CD:
  147. --------------------------------
  148. 1. Create a toc-file for the source CD:
  149.  
  150.         cdrdao read-toc cd.toc
  151.  
  152. 2. Read out the audio data to a single file (e.g. with cdda2wav):
  153.  
  154.         cdda2wav -t 1 -d 4500 data.wav
  155.  
  156. 3. Write the CD:
  157.  
  158.         cdrdao write cd.toc
  159.  
  160.  
  161. Example for composing an audio CD:
  162. ----------------------------------
  163. Assume three existing audio files 'audio1.wav', 'audio2.wav' and 'audio3.wav'
  164. that go in three tracks. We do not want a pause between track 1 and 2 (no
  165. pre-gap). The first 10 seconds of 'audio1.wav' should be used as pre-gap for
  166. track 3. Here is the toc-file:
  167.  
  168.  
  169. // Track 1
  170. TRACK AUDIO
  171. FILE "audio1.wav" 0  // take all audio data from 'audio1.wav', length is taken
  172.                      // from file
  173.  
  174. // Track 2
  175. TRACK AUDIO
  176. FILE "audio2.wav" 0  // take all audio data from 'audio2.wav', length is taken
  177.                      // from file, no pre-gap
  178.  
  179. // Track 3
  180. TRACK AUDIO
  181. FILE "audio1.wav" 0 0:10:0 // take first 10 seconds from 'audio1.wav'
  182. START                      // everything before this line goes into the pre-gap
  183. FILE "audio3.wav" 0  // take all audio data from 'audio3.wav', length is taken
  184.                      // from file
  185.  
  186.  
  187. Type 'cdrdao show-toc example.toc' to check for the correct syntax of the
  188. toc-file. Note that even for the command 'show-toc' the audio files must exist
  189. if the length of the audio files is not specified like in the example.
  190.  
  191. Type 'cdrdao read-test example.toc' to check if all audio files can be read
  192. without error (optional).
  193.  
  194. Type 'cdrdao simulate example.toc' to perform a write simulation (optional).
  195.  
  196. Type 'cdrdao write example.toc' to create the audio CD.
  197.  
  198.  
  199. Contact
  200. -------
  201. Please report bugs and suggestions to 
  202. Andreas Mueller <mueller@daneb.ping.de>
  203.  
  204. Cdrdao Homepage: http://www.ping.de/sites/daneb/cdrdao.html
  205.  
  206.  
  207. Notes about some CD recorder models:
  208. ------------------------------------
  209.  
  210. MEMOREX CR-622
  211.     Submitted by Bryan E. Chafy <bchafy@ccs.neu.edu>:
  212.  
  213.     The drive as shipped comes with firmware that does not support DAO.
  214.     The firmware lives on a PROM, it is not flashable.
  215.     You need an EPROM burner, a 27c020 PLCC EPROM, and the
  216.     D4.0 ROM image for the CRW-1622 (can download it from Memorex web site,
  217.     the name of the image is d39e.dat).
  218.  
  219.     The ROM is socketed at the rear of the drive, you will see it when you
  220.     remove the top cover.  Mine had a sticker on it with the numbers E07/885B.
  221.  
  222.     Note, this is for the CR-622 (and its sister the CDR-622 wearnes drive),
  223.     NOT the CRW-1622.  The CRW-1622 drive is flash-upgradeable).
  224.  
  225.     IMHO, Wearnes/Memorex should be sending us new ROM's free of charge because
  226.     the box clearly states the CR-622 supports DAO.
  227.  
  228.     The new firmware does not turn the CR-622 into a cd-rw capable drive.
  229.     You can still only burn cd-r media.
  230.  
  231.  
  232. YAMAHA CDR400, CRW4260
  233.     These drives sometimes have problems with writing at 4x speed. The
  234.     resulting disk is hard read for some reason. Disks written at 1x or
  235.     2x speed are fine. Yamaha's support is aware of this problem. It might
  236.     be related to the actual firmware revision.
  237.     I successfully wrote CD-Rs at 4x speed with a CDR400t and firmware
  238.     revision 1.0k.
  239.