From owner-freebsd-questions@FreeBSD.ORG Tue Jul 27 14:29:33 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 A7D0D16A4CF for ; Tue, 27 Jul 2004 14:29:33 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB7243D66 for ; Tue, 27 Jul 2004 14:29:31 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i6RETTE25687; Tue, 27 Jul 2004 10:29:29 -0400 (EDT) From: Jerry McAllister Message-Id: <200407271429.i6RETTE25687@clunix.cl.msu.edu> To: mfcardenas@prodigy.net.mx Date: Tue, 27 Jul 2004 10:29:28 -0400 (EDT) In-Reply-To: <200407270257.39296.mfcardenas@prodigy.net.mx> from "Miguel Cardenas" at Jul 27, 2004 02:57:38 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: OSS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 14:29:33 -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 Well, in pre 5.xxx versions it is in /usr/src/sys/i386/conf. You should find at least 2 in there already: GENERIC and LINT. Make a copy of GENERIC and modify the copy and follow instructions in the handbook or any of the other good FreeBSD books then to build a new kernel. There is an old way that still works in 4.xxx and a new way that is a bit more automated. The old way has you doing /usr/sbin/config CONF_file_name cd ../../compile/CONF_file_name make depend make make install (only if you want it to actually replace your current kernel now you can do this manually later) The new way is supposed to be better, but old habits die hard and this way leaves files where I know how to find them. I have yet to do anything more than burn at 5.xxx CD so I am not sure the files are exactly the same in 5.xxx, but they won't be extremely different in principal. ////jerry > > 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >