From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 20:12:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2BEE916A423 for ; Mon, 6 Mar 2006 20:12:54 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7270143D53 for ; Mon, 6 Mar 2006 20:12:53 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip02.eastlink.ca ([24.222.10.10]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IVQ00BQL2RJ1SU1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Mon, 06 Mar 2006 16:11:43 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip02.eastlink.ca with ESMTP; Mon, 06 Mar 2006 16:12:29 -0400 Date: Mon, 06 Mar 2006 16:11:30 -0400 From: Duane Whitty In-reply-to: <200603060944.35523.daeg@houston.rr.com> To: freebsd-questions@freebsd.org Message-id: <200603061611.30887.duane@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <200603041726.37525.duane@greenmeadow.ca> <200603060024.40716.duane@greenmeadow.ca> <200603060944.35523.daeg@houston.rr.com> User-Agent: KMail/1.9.1 Cc: David J Brooks Subject: Re: no cd* devices appear in /dev [was Re: device atapicam not enabled in GENERIC kernel for FreeBSD 6.0-RELEASE] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 20:12:54 -0000 > On Monday March 6 2006 16:09 > David J Brooks >wrote > > This reminds me to ask: I have > ATAPICAM enable in my kernal, > specifically so that k3b can find my > dvd+rw ... but no cd* devives appear > in /dev, and k3b cannot find anything > no matter where I tell it to look .. > I must be overlooking something, but > what? Hi, look at man 4 atapicam. The examples section lists the other devices you need configured in the kernel. Hope this helps, --Duane