From owner-freebsd-questions@FreeBSD.ORG Tue Oct 18 01:45:28 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 76D6A16A41F for ; Tue, 18 Oct 2005 01:45:28 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB1F43D45 for ; Tue, 18 Oct 2005 01:45:27 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so919921qbd for ; Mon, 17 Oct 2005 18:45:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pR847fw43FCCDlZlLSLkQbEHNoBr7IJYO0EQJOnQTI7qiCpdVllsFxBXxwzwv+NfAcK/vRfI0QuyKp67VjxRMaHUtYPRsp+IigcedU2xxnEwwoOWBuwXJlmjppKQsBEYjJ/mi1F5lHNheIkY8Cp9xzECIiQ/3xN/VIe1qUlDAlM= Received: by 10.65.98.6 with SMTP id a6mr2566572qbm; Mon, 17 Oct 2005 18:45:26 -0700 (PDT) Received: by 10.65.84.3 with HTTP; Mon, 17 Oct 2005 18:45:26 -0700 (PDT) Message-ID: <9287d19b0510171845s658fb50dle771b83bf626fd62@mail.gmail.com> Date: Mon, 17 Oct 2005 23:45:26 -0200 From: Frederico Franzosi To: "Andrew P." , freebsd-questions@freebsd.org In-Reply-To: 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: 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: Tue, 18 Oct 2005 01:45:28 -0000 Thank you!!! it really worked out!! On 10/16/05, Andrew P. wrote: > 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= .org" > > > > > > I also use cdrdao, and I like it much. It works via > ATA (acd) as well as atapicam (cd). >