From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 13:26:23 2005 Return-Path: X-Original-To: freebsd-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 AAB9716A41F for ; Fri, 26 Aug 2005 13:26:23 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from lakecmmtar04.coxmail.com (lakecmmtar04.coxmail.com [68.99.120.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AEA43D49 for ; Fri, 26 Aug 2005 13:26:22 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by lakecmmtar04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20050826132622.YMCA27582.lakecmmtar04.coxmail.com@sentinelchicken.net> for ; Fri, 26 Aug 2005 09:26:22 -0400 Received: (qmail 26653 invoked from network); 26 Aug 2005 13:35:14 -0000 Received: from unknown (HELO numbuscus.sentinelchicken.net) (10.0.0.2) by samson.sentinelchicken.net with SMTP; 26 Aug 2005 13:35:14 -0000 Received: (nullmailer pid 6671 invoked by uid 1000); Fri, 26 Aug 2005 13:22:48 -0000 Date: Fri, 26 Aug 2005 09:22:48 -0400 From: Jason Morgan To: FreeBSD Questions Message-ID: <20050826132248.GB660@sentinelchicken.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: cannot burn a CD with plextor atapi cdrom drive on 5.4-RELEASE 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: Fri, 26 Aug 2005 13:26:23 -0000 On Thu, Aug 25, 2005 at 10:23:19PM -0400, user wrote: > > I have: > > #dmesg|grep acd > acd0: DVDR at ata0-slave PIO4 > > which comes up as acd0 in /dev - I can mount cds in this drive just fine > with: > > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > > So far so good. > > I put in a new blank CDR. > > I run: > > burncd -f /dev/acd0 data ./test.iso fixate > > I get: > > burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error > > and now my dmesg contains: > > acd0: FAILURE - READ_TRACK_INFO ILLEGAL REQUEST asc=0x24 ascq=0x00 > error=4 > > Why is this happening, and how do I change my recipe to make burning a cd > (which should be very simple) work ? > Try cdrecord and its accompanying tools. -Jason