From owner-freebsd-hardware@FreeBSD.ORG Wed Feb 25 03:15:58 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 5217A16A4CE for ; Wed, 25 Feb 2004 03:15:58 -0800 (PST) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 862F543D2D for ; Wed, 25 Feb 2004 03:15:57 -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 i1PBFuek063554; Wed, 25 Feb 2004 12:15:56 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id i1PBFufJ063553; Wed, 25 Feb 2004 12:15:56 +0100 (CET) (envelope-from marc) Date: Wed, 25 Feb 2004 12:15:56 +0100 From: Marc Fonvieille To: Dev Tugnait Message-ID: <20040225111555.GB62093@abigail.blackend.org> References: <20040225015248.GC3266@peacemaker.death.net> <20040225102343.GA62093@abigail.blackend.org> <20040225103537.GA32808@peacemaker.death.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040225103537.GA32808@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 11:15:58 -0000 On Wed, Feb 25, 2004 at 05:35:38AM -0500, Dev Tugnait wrote: > Yes I have those options in my kernel, and i am root. > > dvd+rw-mediainfo /dev/cd0 > /dev/cd0: unable to open: Device not configured > I assume you cannot mount a vanilla CD as well. It seems it could be either a devfs issue (check /etc/devfs.conf and man devfs(8)) or an ATAPI/CAM problem. You should upgrade your system and redo the tests with a fresh -CURRENT. Good luck, Marc