PDA

View Full Version : cdda2wav troubles



Seeker
09-22-2003, 03:17 PM
Every time I try to use cdda2wav, it gives me this error:

--------

cdda2wav: Invalid argument. Invalid bus or target specifier in 'yourSCSI_Bus,yourSCSI_ID,yourSCSI_LUN'. Cannot open SCSI driver.
open(yourSCSI_Bus,yourSCSI_ID,yourSCSI_LUN) in file interface.c, line 532
Use the script scan_scsi.linux to find out more.
Probably you did not define your SCSI device.
You can scan the SCSI bus(es) with 'cdrecord -scanbus'.
Set the CDDA_DEVICE environment variable or use the -D option.
You can also define the default device in the Makefile.
For possible transport specifiers try 'cdda2wav dev=help'.


----------

Anyone know how I could fix this? I'm able to mount data cds and I can listen to a cd through KsCD.

rickenbacherus
09-22-2003, 04:54 PM
Looks to me as though you aren't specifying a drive for cdda2wav to use. To find out where your drive is on the SCSI BUS do this:

cdrecord -scanbus

So, if your drive is here 0,1,0 then just pass those parameters to cdda2wav like so:

cdda2wav dev=0,1,0

Seeker
09-22-2003, 11:18 PM
Oh cool, thanks.

Also, you wouldn't happen to know where it dumps recorded files by default, wouldja? Heh..

Dave_Bechtel
09-25-2003, 11:01 AM
...the current directory. ' cd ' to where you want the files stored, and then run cdda2wav. If you have any problems with audio quality, switch to cdparanoia. (I use paranoia for ripping, but -2wav is faster by an order of magnitude.)


Oh cool, thanks.

Also, you wouldn't happen to know where it dumps recorded files by default, wouldja? Heh..