From owner-freebsd-questions@FreeBSD.ORG Mon Sep 6 05:48:35 2004 Return-Path: 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 D3D0116A4CE for ; Mon, 6 Sep 2004 05:48:35 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D2BA43D41 for ; Mon, 6 Sep 2004 05:48:35 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.71.53]) by mta9.adelphia.netESMTP <20040906054834.PJJS2583.mta9.adelphia.net@default.chvlva.adelphia.net>; Mon, 6 Sep 2004 01:48:34 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 2ED085791; Mon, 6 Sep 2004 01:50:39 -0400 (EDT) Date: Mon, 6 Sep 2004 01:50:39 -0400 From: Parv To: Matt Juszczak , FreeBSD Questions Message-ID: <20040906055038.GA4766@moo.holy.cow> Mail-Followup-To: Matt Juszczak , FreeBSD Questions References: <4137AA10.7080307@atopia.net> <20040904234358.23899.qmail@web51309.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040904234358.23899.qmail@web51309.mail.yahoo.com> Subject: Re: CDRW trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: f-questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:48:35 -0000 Replying to BSDjunkie's message in order to reply to OP as i do not have OP... > Matt Juszczak wrote: > > > > deputy# burncd -f /dev/acd0c -s 1 data [some iso] fixate ... > > only wrote -1 of 32768 bytes err=5 > > > > fixating CD, please wait.. > > burncd: ioctl(CDRIOCFIXATE): Input/output error ... > > Console displays WRITE_BIG and CLOSE_TRAC/SESSION errors using > > burncd. ... > > Running 4.10-RELEASE. Any ideas? Thanks! Well, i got the same error a few hours ago which surprised me as burncd(1) worked on FreeBSD some before version 4.10-p2 just fine w/ the all the same relevant hardware. Google led me to... - Same problem as mine, no resolution: http://groups.google.com/groups?th=b1d5200b25098ae6 - PR, otherwise useless: http://groups.google.com/groups?th=b81d9b7f1152cfb1 http://www.freebsd.org/cgi/query-pr.cgi?pr=38863 - Problem w/ resolution (finally!): http://groups.google.com/groups?th=bb6c5bef4dc625a0 ...so after bloating^Wchanging the kernel as listed in the last thread, i was able to burn CD in [SD]AO mode w/ the following command... # "speed" & "dev" are specific to my CD-RW drive cdrecord -v -dao speed=4 dev=1,0,0 -data If interested, below is some more relevant data for my situation (FreeBSD 4.10-p2 on Dell Inspiron 5000e)... - Output of "cdrecord -scanbus": scsibus1: 1,0,0 100) 'SONY ' 'CD-RW CRX700E ' '1.4h' Removable CD-ROM - Kernel configuration: http://www103.pair.com/parv/comp/unix/cf/freebsd/kern.atapicam.05sep2004 - Dmesg: http://www103.pair.com/parv/comp/unix/err/dmesg/dmesg-4.10-p2-2004.06.30.17.33.59 - Parv (my name) --