From owner-freebsd-questions@FreeBSD.ORG Fri Aug 14 18:23:51 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 37F6A106568D for ; Fri, 14 Aug 2009 18:23:51 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id B51098FC45 for ; Fri, 14 Aug 2009 18:23:50 +0000 (UTC) Received: by ewy2 with SMTP id 2so973095ewy.43 for ; Fri, 14 Aug 2009 11:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=t/2WL69ZhnlxZ/GuBxGF9F7JzXc2LY9W8RDRsoXC548=; b=D5SjOE66ZwTCm08Da+mn1BrF+cGsWdeAuSmmxUbDzMTWn3klW8ItYlPhjgOIIBZvzM ylaPENO1burwdZ7nZe8HHAuwIC9uhSxGnEl0dcBox0dV4+eZdJMtmNc9zZ/awnCfQCKw +YPX5xJvIQbnpohsBCHD5boSh5ABaX/tggiiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=xC0Vo9wGghoEO0dTSNT1nNbhjkghpmNZgo+mH6mYuc6Ue4/zfhTOoCSEzZMLYq0wvZ Hszo5PyHAi/AlcwGVFkglnOiQOZ9DwKT9dWGvCVbgmaVYGUaPeJIenXUZhFGeVpjonWM w9QAH88IFh/s+LQeiHUk/loiUAn4QwW6us9wY= MIME-Version: 1.0 Received: by 10.210.89.7 with SMTP id m7mr1224512ebb.14.1250274229799; Fri, 14 Aug 2009 11:23:49 -0700 (PDT) Date: Fri, 14 Aug 2009 20:23:49 +0200 Message-ID: <1bd550a00908141123l2b51d36byc7c54395d717c9@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: User Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: 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: Fri, 14 Aug 2009 18:23:51 -0000 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. And dmesg shows: acd0: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00 Using burncd blank I get: burncd: ioctl(CDRIOCBLANK): Input/output error and in dmesg: acd0: FAILURE - BLANK_CMD ILLEGAL REQUEST asc=0x30 ascq=0x05 The drive works perfectly with other OS, so I don't think the hardware is the problem. The device is identified as: acd0: DVDR at ata3-master SATA150 I have scbus, atapicd and atapicam in my kernel configuration. Any ideas? Thanks in advance.