From owner-freebsd-questions Sun Jan 5 14:38:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 905F437B401 for ; Sun, 5 Jan 2003 14:38:24 -0800 (PST) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB0343EE5 for ; Sun, 5 Jan 2003 14:38:18 -0800 (PST) (envelope-from chris@monochrome.org) Received: from localhost (faro [192.168.1.7]) by mail.monochrome.org (8.9.3/8.9.3) with SMTP id RAA48665; Sun, 5 Jan 2003 17:36:50 -0500 (EST) (envelope-from chris@monochrome.org) Date: Sun, 5 Jan 2003 17:36:50 -0500 (EST) From: Chris Hill X-Sender: chris@localhost To: Tim Vanderhoek Cc: Lowell Gilbert , Roman Neuhauser , freebsd-questions Subject: Re: copying audio cd's In-Reply-To: <20030105203139.GA5854@turquoise> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 5 Jan 2003, Tim Vanderhoek wrote: > On Sun, Jan 05, 2003 at 11:45:57AM -0500, Lowell Gilbert wrote: > [...] > > program that understands audio cd format, or (with ATAPI cd drives > > only, I believe) you can use the acdt format, on a > > track-by-track basis. This seems correct. My CDROM drive is SCSI, and the "...t" notation does not work. What I've done is installed tosha from the ports. It can read audio files from the CD and write them to the hard disk. Works great, and it's nice that most of the options default to what I want :^) > Yes, sort-of. For example, I just copied an audio CD by doing > > dd if=/dev/acd0t1 of=track1.raw bs=2352 > dd if=/dev/acd0t2 of=track2.raw bs=2352 > [...] > burncd -f /dev/acd0c -smax -d audio track1.raw track2.raw ... > > But (at least I found that) it didn't produce a completely correct audio > CD; there's something fishy with the TOC, I think. I had trouble with that usage as well. The resulting CD would not *start* playing in my audio CD player, but gave me a flashing "00:00" on the front panel. If I fast-forwarded enough to get past the beginning of the first track, it was fine. I was able to get a proper CD by not using DAO, thusly: burncd -f /dev/acd0c -s 40 audio track1 track2 track3 track4 fixate It seems like it should be possible to pipe the output of tosha into burncd, but I have not experimented with this yet; just bought the burner yesterday. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message