On Wed, 11 Aug 2004 18:20:50 +0100, Wayne Stallwood ALUGlist@digimatic.plus.com was rumoured to have said:
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.
So starting from zero this would be 1,0,0. As for the transport, I'm sure that ATAPI: worked until recently (around June or so), but Debian's cdrecord package now recommends ATA: under 2.6 kernels.
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 ?
AFAICT, dev=/dev/hdc and dev=ATA:1,0,0 are the same, so it's a question of which pedantic cdrecord warning you prefer :)
[snip]
rgds, /-sb.