From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 04:02:57 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 385BD16A4CE for ; Mon, 20 Sep 2004 04:02:57 +0000 (GMT) Received: from web51308.mail.yahoo.com (web51308.mail.yahoo.com [206.190.38.174]) by mx1.FreeBSD.org (Postfix) with SMTP id C542443D48 for ; Mon, 20 Sep 2004 04:02:56 +0000 (GMT) (envelope-from gooober33-freebsd@yahoo.com) Message-ID: <20040920040256.2875.qmail@web51308.mail.yahoo.com> Received: from [216.23.53.218] by web51308.mail.yahoo.com via HTTP; Sun, 19 Sep 2004 21:02:56 PDT Date: Sun, 19 Sep 2004 21:02:56 -0700 (PDT) From: BSDjunkie To: FreeBSD Questions In-Reply-To: <200409191851.50472.freebsd-listen@fabiankeil.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: ATAPICAM - cdrecord will not recognize my DVD burner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gooober33-freebsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 04:02:57 -0000 --- Fabian Keil wrote: > On Sunday 19 September 2004 14:55, BSDjunkie wrote: > > > I have been using cdrecord since I built my > system. I > > have an Asus A7N8X delux motherboard, AMD 3200+ > cpu, > > 2G of ram and (2) 15,000 rpm scsi drives. > > > > I recently bought a Toshiba DVD+r/-r burner, which > I > > replaced my DVDr/CDRW drive with. > > > > The new drive is detected at bootup: > > > > acd0: DVDR at > ata0-master > > PIO4 > > Do you later see lines like: > > cd0 at ata0 bus 0 target 0 lun 0 > cd1 at ata1 bus 0 target 0 lun 0 > cd2 at ata1 bus 0 target 1 lun 0? > > If not, you probably need to add > > device atapicam > > to your kernel configuration. > > > However, cdrecord --scanbus no longer can see the > > drive through scsi emulation. > > What does it see? > > Regards > Fabian > Other than what I mention in my post, there's nothing more detected at boot-up. I'll see if there's an option atapicam that I can include in my kernel config file. Thank you for the advice. Mark