Changes between Version 2 and Version 3 of Ticket #11257, comment 12


Ignore:
Timestamp:
Apr 14, 2015, 1:58:47 PM (9 years ago)
Author:
vidrep

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11257, comment 12

    v2 v3  
    11I was finally able to successfully burn a CD-R using CDRTools 3.01a25 in hrev49020 x86_gcc2.
    2 The problem appears to be the FIFO size. By setting it to 16 (default is 4) cdrecord works for my drive.
    3 I created an entry in the CDRecord.settings file for my drive, and now it appears to work correctly.
    4 I have not tested blanking yet, so please keep the ticket open until I can verify that it is working as well.
    5 Attached is the result of the last succcessful test.
     2The problem appears to be the FIFO buffer. Setting it to 16 in the command line results in a correct burn. However, attempting to set it as the default value in the cdrecord.config results in a "panic FIFO addr. error. For whatever reason the default value is being ignored, unless it is less than 128k, in which case CDRecord will disable FIFO for being too small a value.
     3Blanking a CDRW does not appear to work correctly, whether using "fast" or "all".
     4Attached is a record of my last successful burn from the command line.