Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2001 16:00:57 -0700 (PDT)
From:      "Mark J. Miller" <mjmiller@uclink4.berkeley.edu>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: Helpful options for dagrab?
Message-ID:  <Pine.BSF.4.33.0105061557230.95749-100000@soda.csua.berkeley.edu>

next in thread | raw e-mail | index | archive | help
I thought I should forward these answers to the list since they were both
quite helpful, and the I couldn't find any similar advice in the archives:

On Fri, 4 May 2001 joup@bigfoot.com wrote:

> I have two IDE CD/CD-RW drives and I'm trying to burn audio CDs by
> recording wav files to disk and then writing those to the target blank.
> The only problem is that the wav files produced are choppy and clicky.
>
> I've experimented with some of the dagrab options listed in the manpage,
> but without much success.  Is there another program for dealing with IDE,
> or are there any options that might work well?

Solution 1:

I had the same problem trying to use various cd ripper's with my CDROM. I
eventually discovered that using "dd" on the "/dev/acd0t?" device files
produced nice copies. Using dd also lets you verify the number of blocks
actually copied with the information displayed by "cdcontrol info"
command. If the file sizes differ then you know you got a bad copy and
need to do it over.
-----
Solution 2:

You can use cdda2wav that comes in the cdrecord port...  I use it like
this:

cdda2wav -I cooked_ioctl -D /dev/acd0c -s -x -Oraw -B -v255 -S 32

works great for me... if you want wav files change the "raw" above to
"wav".



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0105061557230.95749-100000>