Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2010 19:04:37 +0100
From:      Marc Fonvieille <blackend@freebsd.org>
To:        David Demelier <demelier.david@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Unable to extract audio cd tracks
Message-ID:  <20101213180437.GD1652@gothic.blackend.org>
In-Reply-To: <4D065DE0.2020509@gmail.com>
References:  <4D065DE0.2020509@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 13, 2010 at 06:54:40PM +0100, David Demelier wrote:
> Hi,
> 
> Reading this http://www.freebsd.org/doc/handbook/creating-cds.html I 
> would try to extract my files from my optical drive. (I don't have 
> atapicam but if I understand well it's only needed for cdda2wav)
> 
> markand@Abricot ~ $ sudo dd if=/dev/acd0t01 of=track1.cdr
> dd: /dev/acd0t01: Invalid argument
> 0+0 records in
> 0+0 records out
> 0 bytes transferred in 0.026221 secs (0 bytes/sec)
> 
> do I really need atapicam even if I directly read from the device?
>

cdda2wav should work even without atapicam.  The doc has to be updated
on this point.

However the dd thing should work maybe the disc was not correctly "tasted"
by the drive.  Try:

dd if=/dev/acd0 of=/dev/null count=1

-- 
Marc



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