From owner-freebsd-questions Thu Mar 15 21:43:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 4BB7337B718 for ; Thu, 15 Mar 2001 21:43:14 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1001) id 1ED97383056; Thu, 15 Mar 2001 23:43:13 -0600 (CST) Date: Thu, 15 Mar 2001 23:43:13 -0600 From: Christopher Farley To: Wayne Pascoe Cc: freebsd-questions@freebsd.org Subject: Re: CDRW Issues - Solution! Message-ID: <20010315234312.C4180@northernbrewer.com> Mail-Followup-To: Christopher Farley , Wayne Pascoe , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from wayne.pascoe@realtime.co.uk on Thu, Mar 15, 2001 at 10:13:02PM +0000 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wayne Pascoe (wayne.pascoe@realtime.co.uk) wrote: > Ok, anyone with eyes on this list has seen mine and Byron's posts > about dead CDRW issues. > > I just did a clean load on a machine and tried writing a CD. It wrote > fine and closed fine. I then did a make buildworld and a make > installworld, then a make buildkernel and a make installkernel. > > Now I get the same errors that we have posted here. > > So it seems to be something getting broken when I install a new > kernel. I'm not commenting out anything that looks related to > cd's. Can someone please tell me what options I need in my kernel for > an IDE cdwriter to work with burncd ? Hmm. My mkisofs started dumping core (signal 10, bus error) after I built a new kernel (and userland). I also moved my HD to a different controller. Removing and rebuilding the port fixed the problem. But to answer your question, your kernel conf should have all ATAPI support enabled: device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives These are all enabled in the GENERIC kernel, methinks. -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message