From owner-freebsd-doc@FreeBSD.ORG Sun Nov 30 19:20:03 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 410761065670 for ; Sun, 30 Nov 2008 19:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3068D8FC16 for ; Sun, 30 Nov 2008 19:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAUJK3Z2000707 for ; Sun, 30 Nov 2008 19:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAUJK3IE000706; Sun, 30 Nov 2008 19:20:03 GMT (envelope-from gnats) Date: Sun, 30 Nov 2008 19:20:03 GMT Message-Id: <200811301920.mAUJK3IE000706@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Fonvieille Cc: 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 Reply-To: Marc Fonvieille List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2008 19:20:03 -0000 The following reply was made to PR docs/129281; it has been noted by GNATS. From: Marc Fonvieille To: Yuri 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 Date: Sun, 30 Nov 2008 20:13:31 +0100 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