From owner-freebsd-doc@FreeBSD.ORG Sun Nov 30 19:13:34 2008 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3E0B1065675 for ; Sun, 30 Nov 2008 19:13:34 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4C48FC0A for ; Sun, 30 Nov 2008 19:13:33 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id mAUJDWHl022949; Sun, 30 Nov 2008 20:13:32 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.3/8.14.1) with ESMTP id mAUJDVo3065652; Sun, 30 Nov 2008 20:13:31 +0100 (CET) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.3/8.14.3/Submit) id mAUJDVpN065561; Sun, 30 Nov 2008 20:13:31 +0100 (CET) (envelope-from marc) Date: Sun, 30 Nov 2008 20:13:31 +0100 From: Marc Fonvieille To: Yuri Message-ID: <20081130191331.GB43869@gothic.blackend.org> References: <200811301850.mAUIo3Ln078157@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811301850.mAUIo3Ln078157@freefall.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/129281: Audio CD ripping/duplication shouldn't recommend the use of non endianness safe dd/burncd commands X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2008 19:13:34 -0000 On Sun, Nov 30, 2008 at 06:50:03PM +0000, Yuri wrote: > The following reply was made to PR docs/129281; it has been noted by GNATS. > > From: Yuri > To: Marc Fonvieille > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: docs/129281: Audio CD ripping/duplication shouldn't recommend > the use of non endianness safe dd/burncd commands > Date: Sun, 30 Nov 2008 10:18:56 -0800 > > Marc Fonvieille wrote: > > But I think we can slightly reword this "18.6.5 Duplicating Audio CDs" > > section to mention ATAPI interface supports both cdda2wav and dd(1) > > method and that cdda2wav may be a better choice in many cases. > > > > There is another pitfall of dd method: kern/115232: [ata] Audio CD > tracks not displayed properly by atapi driver > The warning about this should also be added to the section describing > the use of dd/burncd method This is documented: -- Make sure the appropriate files exist in /dev. If the entries are missing, force the system to retaste the media: # dd if=/dev/acd0 of=/dev/null count=1 -- which is a workaround to the problem you experienced. -- Marc