From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 18:14:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E9C416A4CE for ; Tue, 27 Jan 2004 18:14:21 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E683A43D54 for ; Tue, 27 Jan 2004 18:14:09 -0800 (PST) (envelope-from slave-mike@slavepix.com) Received: from duron.rv1.dynip.com (c-66-177-119-177.se.client2.attbi.com[66.177.119.177]) by comcast.net (rwcrmhc12) with ESMTP id <20040128021352014005i8bae>; Wed, 28 Jan 2004 02:13:53 +0000 Received: from slavepix.com (localhost [127.0.0.1]) by duron.rv1.dynip.com (8.12.10/8.12.10) with ESMTP id i0S2DdiJ000873; Tue, 27 Jan 2004 21:13:50 -0500 (EST) (envelope-from slave-mike@slavepix.com) Message-ID: <40171AD3.9000707@slavepix.com> Date: Tue, 27 Jan 2004 21:13:39 -0500 From: slave-mike User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Thomson References: <1075254712.2786.42.camel@itouch-1011.prv.au.itouchnet.net> In-Reply-To: <1075254712.2786.42.camel@itouch-1011.prv.au.itouchnet.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 28 Jan 2004 06:12:04 -0800 cc: freebsd-current@freebsd.org Subject: Re: atapi cdrecord under 5.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 02:14:21 -0000 atapicam is currently "not quite right" add the -force flag for cdrecord (--force for cdrdao) Andrew Thomson wrote: >having the following problem trying to burn an iso to cd using cdrecord. > >Using libscg version 'schily-0.7' >Device type : Removable CD-ROM >Version : 0 >Response Format: 1 >Vendor_info : 'CREATIVE' >Identifikation : 'CD-RW RW1210E ' >Revision : 'LCS6' >Device seems to be: Generic mmc CD-RW. >Using generic SCSI-3/mmc CD-R driver (mmc_cdr). >Driver flags : MMC SWABAUDIO BURNFREE >Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96P RAW/R96R >Starting to write CD/DVD at speed 12 in real TAO mode for single >session. >Last chance to quit, starting real write 0 seconds. Operation starts. >cdrecord: Input/output error. send opc: scsi sendcmd: retryable error >CDB: 54 01 00 00 00 00 00 00 00 00 >status: 0x2 (CHECK CONDITION) >Sense Bytes: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >00 00 00 00 00 00 00 00 00 00 00 00 >Sense Key: 0xFFFFFFFF [], Segment 0 >Sense Code: 0x00 Qual 0x00 (no additional sense information) Fru 0x0 >Sense flags: Blk 0 (not valid) >cmd finished after 0.000s timeout 60s >cdrecord: OPC failed. > >scsibus1: > 1,0,0 100) 'LG ' 'CD-ROM CRD-8400B' '1.04' Removable >CD-ROM > 1,1,0 101) 'CREATIVE' 'CD-RW RW1210E ' 'LCS6' Removable >CD-ROM > 1,2,0 102) * > 1,3,0 103) * > 1,4,0 104) * > >Am running as root to avoid any issues there and cdrecord command is: > >cdrecord dev=1,1,0 5.2-RELEASE-i386-miniinst.iso > >>From dmesg: > >pass1 at ata1 bus 0 target 1 lun 0 >pass1: Removable CD-ROM SCSI-0 device >pass1: 16.000MB/s transfers > >Having just read the handbook page, I found I could use the burncd for >my ide burner however in the past, I have successfully used the atapicam >stuff with cdrecord. > >So the burner does work a treat: > >burncd -f /dev/acd1 data 5.2-RELEASE-i386-miniinst.iso fixate >next writeable LBA 0 >writing from file 5.2-RELEASE-i386-miniinst.iso size 242336 KB >written this track 242336 KB (100%) total 242336 KB >fixating CD, please wait.. > >but not with cdrecord/atapicam it would appear. > >Any thoughts? > >ajt. > > >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >