From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 21:06:03 2005 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 0132316A4CE for ; Wed, 19 Jan 2005 21:06:03 +0000 (GMT) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6CA343D2F for ; Wed, 19 Jan 2005 21:06:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16299 invoked from network); 19 Jan 2005 21:06:02 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Jan 2005 21:06:02 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7CDE37C; Wed, 19 Jan 2005 16:06:01 -0500 (EST) Sender: lowell@be-well.ilk.org To: Trey Sizemore References: <1106092051.88794.5.camel@localhost> From: Lowell Gilbert Date: 19 Jan 2005 16:06:01 -0500 In-Reply-To: <1106092051.88794.5.camel@localhost> Message-ID: <44zmz5m8na.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Detecting CD devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 21:06:03 -0000 Trey Sizemore writes: > I've been working to get my CD-RW and DVD drives seen on my FBSD > 5.3-STABLE box and mountable by a normal user account. I've succeeded > with a minor glitch or two. I can mount the devices and can play DVDs > and burn using k3b, but... > > I can't use SoundJuicer and cdbakeoven does not detect the devices! Per > posts I'd seen on this list and on a BSD forum, I've got the following > in /etc/devfs.conf: What device are those applications looking for? Perhaps (just a guess) they're looking for /dev/cdrom or /dev/cd0 and you only have /dev/acd0?