From owner-freebsd-questions Mon Aug 27 5:30:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by hub.freebsd.org (Postfix) with SMTP id 96D9C37B406 for ; Mon, 27 Aug 2001 05:30:40 -0700 (PDT) (envelope-from mikko@dynas.se) Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for hub.freebsd.org [216.136.204.18]) with SMTP; 27 Aug 2001 12:28:16 UT Received: from spirit.dynas.se (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with SMTP id IAA01942 for ; Mon, 27 Aug 2001 08:29:48 -0400 (EDT) Received: (qmail 17913 invoked from network); 27 Aug 2001 12:30:32 -0000 Received: from mikko.dynas.se (172.16.1.126) by spirit.dynas.se with SMTP; 27 Aug 2001 12:30:32 -0000 Received: (from mikko@localhost) by mikko.dynas.se (8.11.4/8.11.4) id f7RCUT936492; Mon, 27 Aug 2001 14:30:29 +0200 (CEST) (envelope-from mikko) Date: Mon, 27 Aug 2001 14:30:29 +0200 (CEST) From: Mikko Tyolajarvi Message-Id: <200108271230.f7RCUT936492@mikko.dynas.se> To: jacco@lionsoft.xs4all.nl Cc: questions@freebsd.org Subject: Re: Kernel with multimedia Newsgroups: local.freebsd.questions References: X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Since a few day's i've tried to make a compact (custom) kernel. Still I see >in the compilation process than various soundblaster-drivers are still build >in. Is there a way to compile a kernel without sound (blaster) support ? The kernel build procedure builds all modules, whether they are linked into the kernel or not (they go into /modules, available for dynamic loading). To see what modules are part of the running kernel, do: % kldstat -v -i 1 A grep for "snd" should show whether sound drivers are linked in or not. A plain "kldstat" will show all dynamically loaded modules. $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message