On Wednesday 11 August 2004 9:24 am, Brett Parker wrote:
On Wed, Aug 11, 2004 at 01:24:35AM +0100, Wayne Stallwood wrote:
<snip/>
Any ideas, or perhaps a quick how to burn a 160kps mp3 to audio cd using only the command line so I can at least drop cdrecord into verbose mode.
I'd be tempted to try... mpg321 --cdr tracknumber.wav blah.mp3 then when you've done all the tracks... cdrecord -v dev=0,0,0 track01.wav track02.wav ... trackmn.wav
(obviously, set dev to something that is your cd writer ;)
and see what you get.
Ahh cheers for that,
Next question
Assuming I am using a 2.6 kernel and a late version of cdrecord I understand I can write to IDE devices directly rather than using IDE=SCSI emulation .
I understand that the dev format is something like ATAPI:2,1,0 my writer is the first device on the second IDE channel.
cdrecord dev=help gives me output as below but none of the suggested entries for dev seem to work, what should I be putting here ?
Cdrecord-Clone-dvd 2.01a27 (x86_64-suse-linux) Copyright (C) 1995-2004 Jörg Schilling Note: This version is an unofficial (modified) version with DVD support Note: and therefore may have bugs that are not present in the original. Note: Please send bug reports or support requests to http://www.suse.de/feedback Note: The author of cdrecord should not be bothered with problems in this version. Supported SCSI transports for this platform:
Transport name: sg Transport descr.: Generic transport independent SCSI Transp. layer ind.: Target specifier: bus,target,lun Target example: 1,2,0 SCSI Bus scanning: supported Open via UNIX device: not supported
Transport name: pg Transport descr.: SCSI transport for ATAPI over Parallel Port Transp. layer ind.: Target specifier: bus,target,lun Target example: 1,2,0 SCSI Bus scanning: supported Open via UNIX device: not supported
Transport name: ATA Transport descr.: ATA Packet specific SCSI transport Transp. layer ind.: ATAPI: Target specifier: bus,target,lun Target example: ATAPI:1,2,0 SCSI Bus scanning: supported Open via UNIX device: not supported
Transport name: ATA Transport descr.: ATA Packet specific SCSI transport using sg interface Transp. layer ind.: ATA: Target specifier: bus,target,lun Target example: 1,2,0 SCSI Bus scanning: supported Open via UNIX device: not supported
Transport name: RSCSI Transport descr.: Remote SCSI Transp. layer ind.: REMOTE: Target specifier: rscsi@host:bus,target,lun Target example: REMOTE:rscsi@host:1,2,0 SCSI Bus scanning: supported Open via UNIX device: not supported