Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2001 14:30:29 +0200 (CEST)
From:      Mikko Tyolajarvi <mikko@dynas.se>
To:        jacco@lionsoft.xs4all.nl
Cc:        questions@freebsd.org
Subject:   Re: Kernel with multimedia
Message-ID:  <200108271230.f7RCUT936492@mikko.dynas.se>
References:  <LEEGJHDFDIEGNMNMDFNDEEOKDNAA.jacco@lionsoft.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108271230.f7RCUT936492>