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

Re: cdrecord errors



On Mon, Apr 21, 2003 at 07:42:05PM -0400, Tom Allison wrote:
> OK, I went out and bought a brand new CD burner.
> I just finished some really great Data Cd's.

Nice one :-)

> I'm trying an Audio CD and ran into the following:
> Calling: /usr/lib/xcdroast/bin/xcdrwrap CDRECORD dev=1,1,0 gracetime=2 fs=16384k driveropts=burnfree,noforcespeed -v -useinfo speed=52 -dummy -eject -pad -audio "/tmp/track-01.wav" ...
> 
> cdrecord: MCN '3A3A30393C3C3' contains illegal character 'A'.
> 
> 
> NO CLUE!!

MCN stands for "Media Catalogue Number" and should be a 13-character string
containing only decimal digits. (It also stands for "Motor Cycle News" but I
doubt that is relevant. :-) )

What's in /tmp/track-01.inf? I suspect that whatever app generated your .inf
has screwed up.

I don't think it matters if you don't have an MCN at all... (grabs file)
Here's the audio_01.inf generated by cdda2wav from the first track of
"Whisper to the Wild Water" by Maire Brennan (which I bought yesterday):

#created by cdda2wav 1.10_linux_2.4.18_i686_i686 04/24/03 17:12:35
#
CDINDEX_DISCID=	'T9r7T9AOgOvIE.xmQT3qmdqVAgw-'
CDDB_DISCID=	0xc00f020e
MCN=		
ISRC=		               
#
Albumtitle=	''
Tracktitle=	''
Tracknumber=	1
Trackstart=	0
# track length in sectors (1/75 seconds each), rest samples
Tracklength=	23440, 0
Pre-emphasis=	no
Channels=	2
Copy_permitted=	no
Endianess=	little
# index list
Index=		0 
Index0=		-1 

... so if you replace it with an empty string you should be OK; if the rest
of the .inf is corrupt, either don't use the -useinfo option or put sensible
values in the .inf by hand ('Tracknumber' onwards are the really important
bits) - here's audio_02.inf from the same CD to help clue you in:

#created by cdda2wav 1.10_linux_2.4.18_i686_i686 04/24/03 17:12:35
#
CDINDEX_DISCID=	'T9r7T9AOgOvIE.xmQT3qmdqVAgw-'
CDDB_DISCID=	0xc00f020e
MCN=		
ISRC=		               
#
Albumtitle=	''
Tracktitle=	''
Tracknumber=	2
Trackstart=	23440
# track length in sectors (1/75 seconds each), rest samples
Tracklength=	23822, 0
Pre-emphasis=	no
Channels=	2
Copy_permitted=	no
Endianess=	little
# index list
Index=		0 
Index0=		-1 

Glad you're having more success now!

Pigeon



Reply to: