From owner-freebsd-questions@FreeBSD.ORG Sun Oct 16 18:11:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 57AD916A41F for ; Sun, 16 Oct 2005 18:11:52 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40FA143D5D for ; Sun, 16 Oct 2005 18:11:50 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so732974nzo for ; Sun, 16 Oct 2005 11:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z6Mw3ESqxzCNNWa9yYckWyyKqOve20+WeSXRpNkxmcAFLVop81Kv4pwX0yYK4UUOaduvOD/ouIiZesTnzcr2CMgSK62eRNRS4Y3ACqVu2admBQM8/jy6yZNkS3qGBLlJ1BjUXIt13/7NMOgHOhYOkQY05V43UGOSQCL0fgVJ4oc= Received: by 10.36.139.2 with SMTP id m2mr1784422nzd; Sun, 16 Oct 2005 11:11:49 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sun, 16 Oct 2005 11:11:49 -0700 (PDT) Message-ID: Date: Sun, 16 Oct 2005 22:11:49 +0400 From: "Andrew P." To: Frederico Franzosi In-Reply-To: <9287d19b0510161003w7527f9b3sb3a850d03c97791@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9287d19b0510161003w7527f9b3sb3a850d03c97791@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: cdrecord vs. burncd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 18:11:52 -0000 On 10/16/05, Frederico Franzosi wrote: > Hi... > I used to be a debian user and I'm recently migrating to FreeBSD... > One thing that I am still having problems is with the cd recording. > I tried to use burncd to record an audio CD but it seems to eat some > of my media space since it wasn't able to record a 62 minutes CD with > a 80 minutes media. > > I've been trying to use cdrecord too, but since I can't discover how > to use de correct bus (look at the output of '#cdrecord -scanbus' > right below), I couldn't test it yet!!! Do I have to include a special > module to kernel in order to use cdrecord?? > > -------------- > root@coveiro# cdrecord -scanbus > Cdrecord-Clone 2.01 (i386-unknown-freebsd5.4) Copyright (C) 1995-2004 > J\uffffrg Schilling > cdrecord: No such file or directory. Open of /dev/xpt0 failed. Cannot > open SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. > cdrecord: For possible transport specifiers try 'cdrecord dev=3Dhelp'. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > > I also use cdrdao, and I like it much. It works via ATA (acd) as well as atapicam (cd).