From owner-freebsd-questions@FreeBSD.ORG Tue Jul 27 07:48:39 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 A684A16A4CE for ; Tue, 27 Jul 2004 07:48:39 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy07.prodigy.net.mx [148.235.52.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468E443D31 for ; Tue, 27 Jul 2004 07:48:39 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy07 [148.235.52.27]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1I00HDF30X0Y@smtp.prodigy.net.mx>; Tue, 27 Jul 2004 02:48:34 -0500 (CDT) Received: from dup-200-64-114-66.prodigy.net.mx (du-200-64-114-66.prodigy.net.mx [200.64.114.66])(built Sep 8 2003)) with ESMTP id <0I1I00J4930W3N@smtp.prodigy.net.mx>; Tue, 27 Jul 2004 02:48:33 -0500 (CDT) Date: Tue, 27 Jul 2004 02:57:38 -0500 From: Miguel Cardenas In-reply-to: <200407261729.42954.ecrist@secure-computing.net> To: freebsd-questions@freebsd.org Message-id: <200407270257.39296.mfcardenas@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.6.2 X-imss-version: 2.5 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:21 M:2 S:5 R:5 X-imss-settings: Baseline:3 C:2 M:2 S:2 R:2 (0.5000 1.0000) References: <200407261709.06904.mfcardenas@prodigy.net.mx> <200407261729.42954.ecrist@secure-computing.net> Subject: Re: OSS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mfcardenas@prodigy.net.mx List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 07:48:39 -0000 Hello Sorry for my ignorance, am new to FreeBSD... which is the kernel config file? is it a configuration for compiling or at boot time? am linux user so will not bee too hard, just tell me which is the file pls :D Regards, Miguel > This should be automatically created by devfs. I would make certain that > the proper device entry is installed in your kernel config. For my system, > I need to add the following line to my kernel config file: > > device pcm > > I hope this helps.