[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cannot burn audio tracks with cdrecord



Rodney D. Myers wrote:

On Thu, 07 Jul 2005 17:10:41 +0100
Chris Lale <chrislale@untrammelled.co.uk> wrote:

I have this problem in both Stable (Sarge) and Unstable with kernel 2.6.8-2-386. I have two .wav files (recorded with sound-recorder). I
can burn a CD with cdrecord using either one of the files, and the
result is a playable audio CD.

If I burn a disc using both files, the CD will not play on a software audio player or on audio hi-fi equipment. The commands I have tried
are

cdrecord -eject -v -tao speed=16 -audio -pad dev=ATA:1,0,0 *.wav
cdrecord -eject -v -dao speed=16 -audio -pad dev=ATA:1,0,0 *.wav
cdrecord -eject -v -dao speed=16 -audio -pad dev=/dev/hdc *.wav.

The same problem occurs using XCDRoast and k3b (which both use
cdrecord).

I can burn the .wav files using the -data switch, transfer them to a Windoze machine and burn an audio CD sucessfully there.

Has anyone been able to burn a multi-track audio CD in Sarge?


Chris.
chrislale@untrammelled.co.uk

This is an older script I have used;

cdrecord -v dev=/dev/hdd -useinfo -v speed=16 -pad -eject fs=64992k
driveropts=burnfree -dao -audio *.wav

It looks similar to what you are using though.

Thanks. I tried fs=64992k (I have 128MB in the box and 8MB in the drive, so this looks OK) and driveropts=burnfree, but I produced another corrupt audio disc. I did not try -useinfo; the manpage refers to info files. Did you write these yourself?

The screen output looks OK, but the audio CD is a coaster:

# cdrecord -eject -v -dao speed=16 -audio -pad fs=64992k driveropts=burnfree dev=ATA:1,0,0 *.wav Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Joerg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
     and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to <cdrtools@packages.debian.org>. The original author should not be bothered with problems of this version.

cdrecord: Warning: Running on Linux-2.6.8-2-386
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
TOC Type: 0 = CD-DA
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'ubuntu-0.8ubuntu1'.
cdrecord: Warning: using inofficial version of libscg (ubuntu-0.8ubuntu1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling').
Driveropts: 'burnfree'
SCSI buffer size: 64512
atapi: -1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : 'PHILIPS '
Identifikation : 'CDRW1610A       '
Revision       : 'P1.4'
Device seems to be: Generic mmc CD-RW.
Current: 0x0009
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-2 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R
Drive buf size : 7521696 = 7345 KB
FIFO size      : 66551808 = 64992 KB
Track 01: audio   66 MB (06:36.27) no preemp pad
Track 02: audio   77 MB (07:42.44) no preemp pad
Total size:      144 MB (14:18.73) = 64405 sectors
Lout start:      144 MB (14:20/55) = 64405 sectors
Current Secsize: 2048
ATIP info from disk:
 Indicated writing power: 5
 Is not unrestricted
 Is not erasable
 Disk sub type: Medium Type A, high Beta category (A+) (3)
 ATIP start of lead in:  -11634 (97:26/66)
 ATIP start of lead out: 359846 (79:59/71)
Disk type:    Short strategy type (Phthalocyanine or similar)
Manuf. index: 3
Manufacturer: CMC Magnetics Corporation
Blocks total: 359846 Blocks current: 359846 Blocks remaining: 295441
Starting to write CD/DVD at speed 16 in real SAO mode for single session.
Last chance to quit, starting real write    0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is ON.
Performing OPC...
Sending CUE sheet...
Writing pregap for track 1 at 29721
Starting new track at sector: 29871
Track 01:   66 of   66 MB written (fifo 100%) [buf  99%]  16.7x.
WARNING: padding up to secsize.
Track 01: Total bytes read/written: 69902336/69903792 (29721 sectors).
Starting new track at sector: 59592
Track 02:   77 of   77 MB written (fifo 100%) [buf  99%]  16.1x.
WARNING: padding up to secsize.
Track 02: Total bytes read/written: 81575936/81576768 (34684 sectors).
Writing  time:   79.304s
Average write speed  12.3x.
Min drive buffer fill was 19%
Fixating...
Fixating time:   12.852s
cdrecord: fifo had 2386 puts and 2386 gets.
cdrecord: fifo was 0 times empty and 1263 times full, min fill was 99%.
#




Reply to: