From owner-freebsd-questions@FreeBSD.ORG Sat Aug 15 10:21:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7296F106568F for ; Sat, 15 Aug 2009 10:21:40 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id BF43B8FC3D for ; Sat, 15 Aug 2009 10:21:39 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n7FAKdJP035912; Sat, 15 Aug 2009 12:20:39 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n7FAKdwe035911; Sat, 15 Aug 2009 12:20:39 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Sat, 15 Aug 2009 12:20:39 +0200 From: Ruben de Groot To: Fernando Apestegu?a Message-ID: <20090815102039.GA35551@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Fernando Apestegu?a , User Questions References: <1bd550a00908141123l2b51d36byc7c54395d717c9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1bd550a00908141123l2b51d36byc7c54395d717c9@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-3.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, J_CHICKENPOX_53, J_CHICKENPOX_54, J_CHICKENPOX_81 autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Sat, 15 Aug 2009 12:21:38 +0200 (CEST) Cc: User Questions Subject: Re: 7.2 burncd and cdrecord problem 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: Sat, 15 Aug 2009 10:21:40 -0000 On Fri, Aug 14, 2009 at 08:23:49PM +0200, Fernando Apestegu?a typed: > Hi all, > > I'm trying to get my CD drive to work without so much success. > Reading is fine, but when I try to burn a CD I get errors in dmesg. > > Using cdrecord -blank=fast dev=3,0,0 I get: > > [...] > Using generic SCSI-3/mmc CD-ROM driver (mmc_cd). > Driver flags : MMC-3 SWABAUDIO BURNFREE > Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R > Starting to write CD/DVD at speed 18 in real BLANK mode for single session. > Last chance to quit, starting real write 0 seconds. Operation starts. > This drive or media does not support the 'BLANK media' command > cdrecord: Cannot blank disk, aborting. > cdrecord: Some drives do not support all blank types. > cdrecord: Try again with cdrecord blank=all. So what happened when you tried the blank=all option instead of your blank=fast? You did try that, didn't you? Ruben