Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90445 - cdda2wav fails after usingcdrecord on plexwriter R-412C
Summary: cdda2wav fails after usingcdrecord on plexwriter R-412C
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-25 16:01 UTC by Matteo Guglielmi
Modified: 2005-12-01 14:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Guglielmi 2005-04-25 16:01:55 UTC
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.
Comment 1 Lars Weiler (RETIRED) gentoo-dev 2005-06-10 12:01:36 UTC
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?
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2005-12-01 14:30:57 UTC
This bug is rather old. Reopen with more information if you still have the same
problem