[LUNI] recording audio to cd

Larry Garfield larry at garfieldtech.com
Mon Dec 11 20:15:52 CST 2006


On Monday 11 December 2006 19:18, Richard Lynch wrote:

> cdrecord is a bit involved, in that you have to specify the CD drive
> and you have to give it permission to "pad" the audio files out to an
> even multiple of [mumble some silly number] so it can be a RedBook CD:
>
> cdrecord dev=0,0,0 -pad -eject filename*.wav
>
> dev will be like 0,0,0 or 0,0,1 or 0,0,2 or... 0,0,7 or 0,1,0 or 0,1,1...
>
> It's the SCSI system of numbering.
>
> Ooooh.  And you have to add the Linux ide-scsi thingie.
> /sbin/insmod ide-scsi

Boy are you out of date. :-)  The ide-scsi module isn't needed in kernel 2.6 
(and who the hell uses 2.4 anymore), and you can now specify the device as

dev=/dev/cdrw

or whatnot.  In fact, I think cdrecord has been renamed to something else for 
some reason just recently.  I forget what.  

-- 
Larry Garfield			AIM: LOLG42
larry at garfieldtech.com		ICQ: 6817012

"If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it."  -- Thomas 
Jefferson


More information about the luni mailing list