From owner-freebsd-hardware@FreeBSD.ORG Wed Feb 25 02:23:49 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3362016A4CE for ; Wed, 25 Feb 2004 02:23:49 -0800 (PST) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64DC343D3F for ; Wed, 25 Feb 2004 02:23:46 -0800 (PST) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id i1PANiek062534; Wed, 25 Feb 2004 11:23:44 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id i1PANhDO062533; Wed, 25 Feb 2004 11:23:43 +0100 (CET) (envelope-from marc) Date: Wed, 25 Feb 2004 11:23:43 +0100 From: Marc Fonvieille To: Dev Tugnait Message-ID: <20040225102343.GA62093@abigail.blackend.org> References: <20040225015248.GC3266@peacemaker.death.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040225015248.GC3266@peacemaker.death.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.8-STABLE cc: freebsd-hardware@freebsd.org Subject: Re: TDK DVD Burner X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 10:23:49 -0000 On Tue, Feb 24, 2004 at 08:52:48PM -0500, Dev Tugnait wrote: > Hi I just bought a new TDK IndiDVD 420N DVD-RW Burner. I booted it and looked at dmesg, it recognizes it as a CDRW > > acd0: CDRW at ata1-master PIO4 > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 16.000MB/s transfers > cd0: Attempt to query device size failed: NOT READY, Medium not present > > Im trying to burn a dvd, but i get these errors > > growisofs -dvd-compat -Z /dev/cd0=movie.iso > :-( unable to CAMGETPASSTHRU for /dev/cd0: Device not configured > Hmm weird. You ran the command as root, right? The kernel config has the following lines?: device ata device atapicd device atapicam device scbus device cd device pass (it seems to be the case according to your boot message) Try a dvd+rw-mediainfo /dev/cd0 with a disc in the burner. Marc