From owner-freebsd-questions@FreeBSD.ORG Wed Feb 20 23:52:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0BC72A16 for ; Wed, 20 Feb 2013 23:52:50 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id E0F7637F for ; Wed, 20 Feb 2013 23:52:49 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 2C7893AC8B for ; Wed, 20 Feb 2013 15:52:39 -0800 (PST) From: "Ronald F. Guilmette" To: freebsd-questions@freebsd.org Subject: cdrecord: Please report. Date: Wed, 20 Feb 2013 15:52:39 -0800 Message-ID: <12037.1361404359@server1.tristatelogic.com> 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: Wed, 20 Feb 2013 23:52:50 -0000 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?