From owner-freebsd-questions@FreeBSD.ORG Thu May 1 15:46:07 2003 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 5A0A737B40E for ; Thu, 1 May 2003 15:46:07 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B5B443F75 for ; Thu, 1 May 2003 15:46:06 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h41MjGNY081009; Thu, 1 May 2003 17:45:16 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h41MjGEU081006; Thu, 1 May 2003 17:45:16 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Thu, 1 May 2003 17:45:16 -0500 (CDT) From: Eduardo Viruena Silva To: JR Richards In-Reply-To: <002101c31004$7d08d3f0$4502a8c0@MINNIE> Message-ID: <20030501174058.B80966@Gina.esfm.ipn.mx> References: <002101c31004$7d08d3f0$4502a8c0@MINNIE> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Forum Subject: Re: DVD+RW and FreeBSD 4.7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 22:46:07 -0000 On Thu, 1 May 2003, JR Richards wrote: > Hello Folks, > > > > I'm running FreeBSD 4.7 with a Sony DVD+RW drive and am trying to get > this darn thing to work with burncd. > > > > These are the packages that I added recently: > > Cdrtools-2.00 > > Mkisofs-2.00 > > > > This is what happens when I try to run burncd by hand: > > backup# burncd -q -f /dev/acd0c -s 10 data filename > > burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error > > It is problem I had while using burncd in 5.0 and a DVD-RW also. > > > Can anyone help me get this thing up? > You may want to reconfigure your kernel. Delete the atapi cdrom entries and add device atapicam device scbus device cd device pass rebuild your kernel and install it. Now your DVD-WR will be seen as a SCSI burner and you will be able to burn your cd using xcdroast, cdrecord, etc.