From owner-freebsd-questions@FreeBSD.ORG Thu Jun 8 07:21:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8941316C48D for ; Thu, 8 Jun 2006 04:45:42 +0000 (UTC) (envelope-from bidjan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D64C43D5A for ; Thu, 8 Jun 2006 04:45:37 +0000 (GMT) (envelope-from bidjan@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so256018nfc for ; Wed, 07 Jun 2006 21:45:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JAf4VVm4J0LkQdHwsDBHysMv7a5QWLLqkmo8inyTCCXaVcQToowy2ExzHvwCWO0fPlO3GxUUgfYll3vLLEi0leDuWY9z4xRK8486VZFCu/9Y1KXVCYCjVxOZCHPUyKej+dVLWitHZSc8P7kzC7rp3dma+xpHngdKq7mXR7SKGyk= Received: by 10.49.93.18 with SMTP id v18mr1110645nfl; Wed, 07 Jun 2006 21:45:36 -0700 (PDT) Received: by 10.49.85.18 with HTTP; Wed, 7 Jun 2006 21:45:36 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 00:45:36 -0400 From: "Pablo Mora" To: questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200606071004.51622.josh@tcbug.org> <200606071546.08761.lists@jnielsen.net> <200606071632.20893.josh@tcbug.org> Cc: Subject: Re: burncd error 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: Thu, 08 Jun 2006 07:21:21 -0000 On 6/8/06, Pablo Mora wrote: > On 6/7/06, Josh Paetzel wrote: > > On Wednesday 07 June 2006 14:46, you wrote: > > > On Wednesday 07 June 2006 11:04, Josh Paetzel wrote: > > > > I'm running 6.1-RELEASE > > > > > > > > Trying to burn iso's using burncd gives me an error. > > > > > > > > gimpy# burncd -f /dev/acd0 -s 48 data i386pkg-3.0.iso fixate > > > > > > > > next writeable LBA 0 > > > > writing from file i386pkg-3.0.iso size 710566 KB > > > > written this track 710566 KB (100%) total 710566 KB > > > > fixating CD, please wait.. > > > > burncd: ioctl(CDRIOCFIXATE): Input/output error > > > > > > > > The 'funny' thing about this is that the CDs I burn work fine. > > > > (I've tried several different ISOs and have checked the md5's on > > > > all of them.) > > > > > > > > Anyone have an idea of what is going on? I never tried to burn > > > > anything with 6.0-RELEASE and it worked fine on 5.4-RELEASE > > > > > > I've seen the same thing for the past several weeks (worked fine at > > > some point prior to 6.1). I'm running 6-STABLE, updated every > > > couple weeks. As near as I've been able to determine, the fixate > > > step doesn't actually do anything, so your CD's will still be > > > "open" but should work fine under any modern OS. As a workaround > > > you can repeat the fixate step at a lower speed: burncd -f > > > /dev/acd0 -s 4 fixate > > > > > > I haven't experimented enough to know at what speed the fixate step > > > breaks, but that does seem to be what's going on. I also haven't > > > tried turning off ATAPICAM, which would be another interesting data > > > point. If you or someone else has the time to figure out exactly > > > which (set of) commits started producing this behavior, that would > > > be excellent material for a PR. I may get around to it myself but > > > it's not a high priority. > > > > > > > dmesg is attached. > > > > > > Looks like you forgot it. In my case (using ATAPICAM): > > > > > > acd1: CDRW at ata1-slave UDMA33 > > > cd1 at ata1 bus 0 target 1 lun 0 > > > cd1: Removable CD-ROM SCSI-0 device > > > cd1: 33.000MB/s transfers > > > cd1: Attempt to query device size failed: NOT READY, Medium not > > > present > > > > > > JN > > > > My client says it included a dmesg...wonder what's going on with that. > > > > I've tried using different burn speeds all the way down to 32x. I am > > using ATAPICAM, I wonder if it is somehow related to that? I think > > I'll unload that and give it a shot. > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html > > > > Which tool to use to burn the CD depends on whether your CD burner is > ATAPI or something else. ATAPI CD burners use the burncd program that > is part of the base system. SCSI and USB CD burners should use > cdrecord from the sysutils/cdrtools port. It is also possible to use > cdrecord and other tools for SCSI drives on ATAPI hardware with the > ATAPI/CAM module. > > http://www.freebsddiary.org/cdrecord-ide.php -- Linux is for people who hate Micro$oft. BSD is for people who love Unix ...