It seems Brad Jones wrote:
> > I'm trying to rip CDDA from an ATAPI cdrom device.  So first I tried
> > using cdd from /usr/ports.  No dice, the resulting file is static.
> > Next I searched for an alternative and found daex.  Since I'm running
> > FreeBSD-4.0-RELEASE the kernel mods the author describes are outdated.
> > I modified the daex source to use the CDIOCREADAUDIO ioctl and got
> > another program ripping static data from my CDs.

Actually CDIOCREADAUDIO is no longer needed i FreeBSD >= 4.0, if you
set the blocksize with the CDRIOCSETBLOCKSIZE ioctl, it will happily
read (and write on CDR/CDRW/DVDRAM devices) the data with a normal
read on the /dev/acdxc device, even dd can be used for that....

-Søren


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to