I think I have found a little bug with cdrecord and PX-R412C (scsi interface - 1.07 firmware version) cd-recorder device. BUG description: If I record an audio cd with the following command $ cdrecord -v dev=0,1,0 speed=4 -dao -audio *.wav everything works fine but if I immediately try to listen what I have just recorded (only using the same device - plexwriter R412C) with the following command $ cdda2wav -D /dev/sg1 -q -e -txx -d0 -N 2> /dev/null I don't hear nothing for the very first 5 or 6 seconds only. The only one solution I have found to solve this problem is to reboot the entire system.... and so the plexwriter and the scsi card interface [SCSI storage controller: Adaptec AIC-7892B U160/m (rev 02)] too. Please note that the cd is well burned.... so there's no kind of "initial silence" if I play it on another device. Thanks. Reproducible: Always Steps to Reproduce: 1.cdrecord -v dev=0,1,0 speed=4 -dao -audio *.wav 2.cdda2wav -D /dev/sg1 -q -e -txx -d0 -N 2> /dev/null 3.
I tried to reproduce that error on my SCSI-writer, but can't verify it. Probably these 5 or 6 seconds are needed for resetting the SCSI-bus internally after the burn? Does it also happen, when you stop cdda2wav and call it a second time?
This bug is rather old. Reopen with more information if you still have the same problem