Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2000 19:55:27 +0200 (CEST)
From:      Soren Schmidt <sos@freebsd.dk>
To:        brad@kazrak.com (Brad Jones)
Cc:        scott@mail.medsp.com (Scott Gasch), freebsd-hackers@FreeBSD.ORG
Subject:   Re: ioctl for reading raw ATAPI CDDA data
Message-ID:  <200005301755.TAA83851@freebsd.dk>
In-Reply-To: <20000530091331.A62390@marvin.kazrak.com> from Brad Jones at "May 30, 2000 09:13:31 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005301755.TAA83851>