From owner-freebsd-questions Wed Jun 19 14:41: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by hub.freebsd.org (Postfix) with ESMTP id 4351B37B42B for ; Wed, 19 Jun 2002 14:40:51 -0700 (PDT) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.11.6/8.11.3) with ESMTP id g5JLenV76000; Wed, 19 Jun 2002 14:40:49 -0700 (PDT) (envelope-from hodson@puma.icir.org) Message-Id: <200206192140.g5JLenV76000@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: "Hongbin Yang" Cc: freebsd-questions@freebsd.org From: Orion Hodson Subject: Re: How to install driver for cmi8738 ? In-Reply-To: Your message of "Wed, 19 Jun 2002 13:39:54 -0400" <005201c217b8$52a065a0$0100a8c0@YANGTX> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Jun 2002 14:40:49 -0700 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 Hongbin Yang wrote: | It seems that CMI8738 is supported by freebsd system. But I can't figure = | out hwo to install=20 | from the handbook at freebsd.com. Can anyone here help me out? A/ For a one off driver load: kldload snd_cmi.ko B/ To load driver at boot time add: snd_cmi_load="yes" to /boot/loader.conf C/ Or to compile kernel with pcm support compiled in, add: device pcm to your kernel config, rebuild, and install kernel. Cheers - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message