From owner-freebsd-questions@FreeBSD.ORG Sun Sep 19 16:52:46 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 0ACC116A4CE for ; Sun, 19 Sep 2004 16:52:46 +0000 (GMT) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [62.67.200.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1542643D2D for ; Sun, 19 Sep 2004 16:52:45 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 1298 invoked from network); 19 Sep 2004 16:52:42 -0000 Received: from unknown (HELO [192.168.2.48]) ([pbs]775067@[213.54.38.3]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 19 Sep 2004 16:52:42 -0000 From: Fabian Keil To: freebsd-questions@freebsd.org, gooober33-freebsd@yahoo.com Date: Sun, 19 Sep 2004 18:51:50 +0200 User-Agent: KMail/1.7 References: <20040919125537.5311.qmail@web51304.mail.yahoo.com> In-Reply-To: <20040919125537.5311.qmail@web51304.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409191851.50472.freebsd-listen@fabiankeil.de> Subject: Re: ATAPICAM - cdrecord will not recognize my DVD burner 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: Sun, 19 Sep 2004 16:52:46 -0000 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