From owner-freebsd-questions@FreeBSD.ORG Thu Feb 21 05:44:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 18E52BA0 for ; Thu, 21 Feb 2013 05:44:04 +0000 (UTC) (envelope-from jeff.t@mail.com) Received: from mout.gmx.net (mout.gmx.net [74.208.4.201]) by mx1.freebsd.org (Postfix) with ESMTP id E7D651082 for ; Thu, 21 Feb 2013 05:44:03 +0000 (UTC) Received: from mailout-us.mail.com ([172.19.198.50]) by mrigmx.server.lan (mrigmxus002) with ESMTP (Nemesis) id 0M738T-1V28P92YUP-00wmrf for ; Thu, 21 Feb 2013 06:44:02 +0100 Received: (qmail invoked by alias); 21 Feb 2013 05:44:01 -0000 Received: from unknown (EHLO blazon-pc.rw.local) [78.84.97.244] by mail.gmx.com (mp-us010) with SMTP; 21 Feb 2013 00:44:01 -0500 X-Authenticated: #76218138 X-Provags-ID: V01U2FsdGVkX18RQ1ZHNL8RK/ngHCBy8ipB4ysKOlfwDCWJTpcaKL Y5VRK2KJWUEdBQ Message-ID: <5125B44A.4050609@mail.com> Date: Thu, 21 Feb 2013 07:44:42 +0200 From: Jeff Tipton User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121030 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: cdrecord: Please report. References: <12037.1361404359@server1.tristatelogic.com> In-Reply-To: <12037.1361404359@server1.tristatelogic.com> X-Y-GMX-Trusted: 0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 05:44:04 -0000 On 02/21/2013 01:52, Ronald F. Guilmette wrote: > > I am not a happy camper. > > Now that I've ``upgraded'' from 8.3-RELEASE to 9.1-RELEASE it appears that > good old burncd no longer works, apparently because the CD/DVD drive is > now exclusively handled as an ATAPICAM device. > > So I try to use cdrecord and I get this: > > # cdrecord dev=0,0,0 driveropts=burnfree FreeBSD-9.1-RELEASE-i386-disc1.iso > cdrecord: No write mode specified. > cdrecord: Assuming -sao mode. > cdrecord: If your drive does not accept -sao, try -tao. > cdrecord: Future versions of cdrecord may have different drive dependent defaults. > Cdrecord-ProDVD-ProBD-Clone 3.00 (amd64-unknown-freebsd9.1) Copyright (C) 1995-2010 J�rg Schilling > scsidev: '0,0,0' > scsibus: 0 target: 0 lun: 0 > Using libscg version 'schily-0.9'. > Device type : Removable CD-ROM > Version : 0 > Response Format: 2 > Capabilities : > Vendor_info : '_NEC ' > Identifikation : 'DVD_RW ND-3550A ' > Revision : '1.05' > Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM. > Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). > Driver flags : MMC-3 SWABAUDIO BURNFREE > Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R > cdrecord: Warning: Cannot read drive buffer. > cdrecord: Warning: The DMA speed test has been skipped. > Starting to write CD/DVD/BD at speed 48 in real SAO mode for single session. > Last chance to quit, starting real write 0 seconds. Operation starts. > cdrecord: WARNING: Drive returns wrong startsec (0) using -150 > cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error > CDB: 2A 00 00 00 02 80 00 00 20 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 21 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > Sense Key: 0x5 Illegal Request, Segment 0 > Sense Code: 0x21 Qual 0x02 (invalid address for write) Fru 0x0 > Sense flags: Blk 0 (not valid) > resid: 65536 > cmd finished after 4.257s timeout 200s > write track data: error after 1310720 bytes > cdrecord: The current problem looks like a buffer underrun. > cdrecord: It looks like 'driveropts=burnfree' does not work for this drive. > cdrecord: Please report. > cdrecord: Make sure that you are root, enable DMA and check your HW/OS set up. > > > So, um, WTF? To whom am supposed to "report" this failure? > > And more to the point, how can I burn a simple damn CD now? > > > _______________________________________________ > 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" How did you install cdrecord? I had a similar problem year ago when I installed it from a 9.0-RELEASE package that turned out to have been compiled against an earlier base. So compiling from ports solved the problem. I actually had to compile other cd-related progs, too.