From owner-freebsd-questions@FreeBSD.ORG Sat Aug 15 00:47:49 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 21AA8106568D for ; Sat, 15 Aug 2009 00:47:49 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-yw0-f199.google.com (mail-yw0-f199.google.com [209.85.211.199]) by mx1.freebsd.org (Postfix) with ESMTP id CD9638FC41 for ; Sat, 15 Aug 2009 00:47:48 +0000 (UTC) Received: by ywh37 with SMTP id 37so2733498ywh.28 for ; Fri, 14 Aug 2009 17:47:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=U/dudIharkEmNeZZ0NPkv3Mv2ZJ8JlMJDn5hfbEP4Ks=; b=LWX2oeex+5D3gZbftVlTDyoySeeA3EB3SPTbt5IIAVl1SYiJ3+TMBSSr/SJ3AIJINT SuIfRy6qt29Zn1KFZwVlPMKluuRbSlsP9Vn8y4xZKgwT6X9/9EFJpSjPQEf5uR+NvrDN dEYqXRomtO0SpIZUrytt8NYziYpQHmAxFT9CI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KhtWIyY9GsulpAP6QO/GOqp6lBqvoXoX29CvvmPyFXHRTjAlHV0j80l/lswMmaBcF9 KFLOxPwGRv51fGFnXTA2ZF+S2OCUuyvCmLc4q8i6tbIo2BxGgAEHOr8z8+YZxcL5cGCy EqON6RVYEBBTh+Bi25+S6BGQspfyfwlJfVVjU= MIME-Version: 1.0 Received: by 10.101.85.10 with SMTP id n10mr2146296anl.156.1250297268267; Fri, 14 Aug 2009 17:47:48 -0700 (PDT) In-Reply-To: <1bd550a00908141123l2b51d36byc7c54395d717c9@mail.gmail.com> References: <1bd550a00908141123l2b51d36byc7c54395d717c9@mail.gmail.com> Date: Fri, 14 Aug 2009 18:47:48 -0600 Message-ID: From: Tim Judd To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 00:47:49 -0000 First thing I'd suspect is that your drive is a read-only, write-only, but no rewrite, so that means it's unable to blank RW medium. The 'DVDR' and CDDVDW both indicate a write once kind of mindset. does the bezel on the drive itself say rewrite anywhere? --TJ On 8/14/09, Fernando Apestegu=EDa wrote: > 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=3Dfast dev=3D3,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/R9= 6R > Starting to write CD/DVD at speed 18 in real BLANK mode for single sessio= n. > 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=3Dall. > > And dmesg shows: > acd0: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=3D0x24 ascq=3D0x00 > acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=3D0x26 ascq=3D0x00 > > Using burncd blank I get: > > burncd: ioctl(CDRIOCBLANK): Input/output error > > and in dmesg: > > acd0: FAILURE - BLANK_CMD ILLEGAL REQUEST asc=3D0x30 ascq=3D0x05 > > 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. > _______________________________________________ > 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" >