From owner-freebsd-questions Mon Aug 27 5:24:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id EF44B37B407 for ; Mon, 27 Aug 2001 05:24:27 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.11.4/8.11.4) id f7RCNHg92646; Mon, 27 Aug 2001 14:23:17 +0200 (CEST) (envelope-from karelj) Date: Mon, 27 Aug 2001 14:23:16 +0200 From: "Karel J. Bosschaart" To: Jacco Cc: FreeBSD Questions Subject: Re: Kernel with multimedia Message-ID: <20010827142316.A92596@wop21.wop.wtb.tue.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jacco@lionsoft.xs4all.nl on Mon, Aug 27, 2001 at 01:46:23PM +0200 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 On Mon, Aug 27, 2001 at 01:46:23PM +0200, Jacco wrote: > Hi all, > > 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 GENERIC kernel does not have sound support; it does not contain 'device pcm'. What you're seeing is probably the modules: they are all built by default, including the sound modules and go into /modules. However, they are not loaded by default (you can check with 'kldstat'). If you don't want to build any modules, define NOMODULES. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message