From owner-freebsd-questions@FreeBSD.ORG Wed Oct 20 04:06:02 2004 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 6BE6E16A4CE for ; Wed, 20 Oct 2004 04:06:02 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACC243D46 for ; Wed, 20 Oct 2004 04:06:02 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so414256rnk for ; Tue, 19 Oct 2004 21:06:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Qnfb65kZfzD4iUJif8QjMidCEBfkxxWan3yF1xwfDPZp6hw7Do7varIzoPpzV1CJnYlaJBY5fB8aaLvklBG+wXavFClNmMmepK4ANuvsqT6hLBIxNeXdSeLNDG8IFxd/5n53PM1WVsAJIOxNoRj3n4K1IvyLJmG97P0quRWMMxQ Received: by 10.38.72.80 with SMTP id u80mr2328775rna; Tue, 19 Oct 2004 21:06:01 -0700 (PDT) Received: by 10.38.72.65 with HTTP; Tue, 19 Oct 2004 21:06:01 -0700 (PDT) Message-ID: Date: Wed, 20 Oct 2004 06:06:01 +0200 From: Gert Cuykens To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: How do i build the snd_driver ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 04:06:02 -0000 # kldstat Id Refs Address Size Name 1 3 0xffffffff80100000 79ce00 kernel 2 1 0xffffffffa77e1000 1cd blank_saver.ko # kldload snd_driver kldload: can't load snd_driver: No such file or directory Need some more help :) On Tue, 19 Oct 2004 22:39:16 -0500, Eric Kjeldergaard wrote: > On Wed, 20 Oct 2004 05:27:25 +0200, Gert Cuykens wrote: > > > > How do i build and install the snd_driver ? > When you install a fBSD system, the snd_driver is already built and > installed. All one should need to do is kldload snd_driver. This > driver is build and installed in a make buildkernel and make > installkernel (respectively[This process is now aliased to make kernel > for the lazy amongst us and I hope the same gets done with world > eventually]). If you /really/ want, the sound driver can be compiled > fully into the kernel, but this is largely unnecessary. > > -- > If I write a signature, my emails will appear more personalised. >