From owner-freebsd-questions Tue Dec 19 19:54:53 2000 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 19:54:49 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id BC00737B400 for ; Tue, 19 Dec 2000 19:54:48 -0800 (PST) Received: (qmail 1839 invoked by uid 100); 20 Dec 2000 03:54:48 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14912.11656.191285.53438@guru.mired.org> Date: Tue, 19 Dec 2000 21:54:48 -0600 (CST) To: "Karel J. Bosschaart" , Eyal Soha Cc: questions@freebsd.org Subject: Re: burning audio cds In-Reply-To: <111086938@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Karel J. Bosschaart types: > If you mean an 'image' copy: try dd with block size 2048. I think there's > 'sdd' in the ports collection for CD's that have tricky copy protection > causing dd to fail. The description of sdd doesn't mention anything that would make those work any better than standard dd does. With standard dd, just use "conv=noerror" to deal with those. Eyal Soha types: > All that only works with SCSI, right? How about an all IDE solution? > I was able to use sox and burncd to write wave files to the CD. Can I > do a cd-to-cd copy with an IDE drive? Not on FreeBSD, not yet. For ripping audio tracks, see if /dev/MAKEDEV handles "acd0t99" to create devices for raw access to tracks. If that works, then you can use dd to read the tracks (with a different strange block size). For single-track cd-to-cd copy, try feeding the output of dd to burncd with standard input as the data source. Eyal > > cam (Camille HUOT) writes: > > > On Mon, 18 Dec 2000 20:30:28 -0800 > > Eyal Soha wrote: > > > > > I've seen a lot of people asking how to burn cds but no answers. It > > > almost seems like no one knows how to burn a CD. Regardless: > > > > > > Is there a way to make a duplicate of a CD? How? > > > > > > What's the proper way to convert an mp3 into raw format for burning > > > a > > > cd, and then what burncd options should be used? > > > > > > Eyal > > > > to duplicate a cd you can use 'cdrdao' with the 'copy' command ... > > to burn a cd from files you have to use mkisofs with cdrecord > > to burn an audio cd from mp3 or wav files you have to use xmms/sox with cdrecord or cdrdao > > > > but all theses things can be done with gtoaster > > > > all of these are in /usr/ports/sysutils or /usr/ports/audio > > > > bye > > cam > > - -- > Eyal Soha Work: (408) 527-9276 > Software Engineer Page: (800) 365-4578 > Cisco Systems Epage: esoha@epage.cisco.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Mike Meyer http://www.mired.org/home/mwm/ Independent WWW/Unix/FreeBSD consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message