Changes between Version 3 and Version 4 of Ticket #11257, comment 12
- Timestamp:
- Apr 14, 2015, 2:07:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11257, comment 12
v3 v4 1 1 I 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 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.2 The problem appears to be the FIFO buffer. Attempting to set any value greater than 128k in the command line argument (fs=)results in a "panic FIFO addr. error and no burn. Setting FIFO to a lower value causes CDRecord to disable FIFO for being "too small a value", but continues burning. 3 3 Blanking a CDRW does not appear to work correctly, whether using "fast" or "all". 4 4 Attached is a record of my last successful burn from the command line.