Link to home
Start Free TrialLog in
Avatar of toneus
toneus

asked on

SCSI-driver and cdda rippng (cdda2wav)

When I want to grab my audio-CD's into wav files with cdda2wav, I get an error;
'your drive and/or driver does not support cdda'

I have a TEAC 532S (SCSI) CDROM
and an adaptec 2940 SCSI controller.

I have read that the SCSI driver does not support CDDA. atleast not standard installed.
How can I add cdda into SCSI driver, or what do I need to change??
ASKER CERTIFIED SOLUTION
Avatar of freesource
freesource

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of toneus
toneus

ASKER

Sometimes the answers are quit simple,...IF you know where to look. especially when you start a new "project".
I indeed have an older version (0.95).
I guess it must be the reason.

Thanks!!
Your welcome, glad I could help you solve your problem.
Avatar of toneus

ASKER

Yes It worked!
I donwloaded the cdda2wav/cdrecord package.
For my SCSI-CDROM I had to find my SCSI-dEVICE:

instead of using "cdda2wav -D /dev/scd0" I need to use cdda2wav -D 0,3,0"

I found the argument 0,3,0 by using scanbus or something (cdda2wav will tell you if you start it from the prompt). It is a package included in cdrecord.

I also had to change the mods for /dev/sgx into chmod 777 /dev/sgx (where x is a nymber 1 to 7)