Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 23:43:13 -0600
From:      Christopher Farley <chris@northernbrewer.com>
To:        Wayne Pascoe <wayne.pascoe@realtime.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: CDRW Issues - Solution!
Message-ID:  <20010315234312.C4180@northernbrewer.com>
In-Reply-To: <m1snkeu1e9.fsf@zaphod.realtime.co.uk>; from wayne.pascoe@realtime.co.uk on Thu, Mar 15, 2001 at 10:13:02PM %2B0000
References:  <m1snkeu1e9.fsf@zaphod.realtime.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010315234312.C4180>