From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 12:36:01 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 AF80216A4CF for ; Thu, 20 Jan 2005 12:36:01 +0000 (GMT) Received: from asmtp04.eresmas.com (asmtp04.eresmas.com [62.81.235.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3898C43D54 for ; Thu, 20 Jan 2005 12:36:01 +0000 (GMT) (envelope-from ea1abz@wanadoo.es) Received: from [192.168.108.53] (helo=mx01.eresmas.com) by asmtp04.eresmas.com with esmtp (Exim 4.30) id 1CrbXb-0005CC-8g for freebsd-questions@FreeBSD.org; Thu, 20 Jan 2005 13:35:59 +0100 Received: from [80.103.54.209] (helo=[80.103.54.209]) by mx01.eresmas.com with asmtp (Exim 4.41) id 1CrbXa-0002Oc-3M for freebsd-questions@FreeBSD.org; Thu, 20 Jan 2005 13:35:58 +0100 Message-ID: <41EFA65E.80307@wanadoo.es> Date: Thu, 20 Jan 2005 13:38:54 +0100 From: Ramiro Aceves User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions-en X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Score: 0.0 (/) Subject: I do not understand kernel modules 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: Thu, 20 Jan 2005 12:36:01 -0000 Hello friends. I am a FreeBSD newbie, I am going to ask you a question that I have not been able to solve reading the manual. I am using 5.3 release. I have compiled a custom kernel in my old pentium 75 MHz machine to include the driver for my sound card. I added the following lines to the kernel config file device sound device "snd_es137x" and compiled the kernel perfectly. (long time.... ;-) ) But there is something that I do not understand well. When I look at the contents of /boot/kernel/ directory, I found that there are kernel sound modules *.ko for every sound card the kernel supports. Should not there be my sound card module alone? Does It mean that you have to compile all the stuff, even if you are going to use only one kind of sound card? Am I missing something? Thanks in advance. Ramiro.