From owner-freebsd-config@FreeBSD.ORG Mon Jul 7 03:27:22 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D590C37B401 for ; Mon, 7 Jul 2003 03:27:22 -0700 (PDT) Received: from rdsnet.ro (mail.rdsnet.ro [193.231.236.16]) by mx1.FreeBSD.org (Postfix) with SMTP id F10CF43FBD for ; Mon, 7 Jul 2003 03:27:20 -0700 (PDT) (envelope-from itetcu@tecnik93.com) Received: (qmail 5609 invoked from network); 7 Jul 2003 10:27:19 -0000 Received: from unknown (HELO localhost) (81.196.25.19) by mail.rdsnet.ro with SMTP; 7 Jul 2003 10:27:19 -0000 From: Ion-Mihai Tetcu To: Cristophe Coutand , freebsd-config@freebsd.org Date: Mon, 7 Jul 2003 13:27:26 +0300 User-Agent: KMail/1.5.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307071327.26664.itetcu@tecnik93.com> Subject: Re: rebuild kernel X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 10:27:23 -0000 On Monday 07 July 2003 12:27, Cristophe Coutand wrote: > Hi, > > I just install FreeBSD on my laptop What version ? Some things are different between 4.x and 5.x > and I need to rebuild the kernel > to make my sound card working. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/multimedia.html man (4) pcm apropos sound > Is there a kernel configuration file generated by the installation ? No. It's generic ;) > I read that the /usr/src/sys/i386/cong/GENERIC is the configuration > file of the kernel but does this file contain the configuration of my > own kernel It's your own kernel -- since now your running on the generic kernel. > or should I verified each line of this file to check if > the config match with my hardware ? Read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/kernelconfig.html also see /usr/src/sys/i386/conf/LINT (if on 4.x) or /usr/src/sys/i386/conf/NOTES (if on 5.x) which contain all the posssible configuration option for the kernel > > I know I have a lot of questions but is someone know if the CDRW on > usb port as suported by the kernel and how I can make it works ? > (which device should I add in the kernel configuration file ?) It would be usefull to allways give more information like: the output of #uname -a the output of #dmesg so we know on what version you are and what you harware is. IOnut