Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 14:40:49 -0700
From:      Orion Hodson <orion@freebsd.org>
To:        "Hongbin Yang" <yanghb@sympatico.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to install driver for cmi8738 ?
Message-ID:  <200206192140.g5JLenV76000@puma.icir.org>
In-Reply-To: Your message of "Wed, 19 Jun 2002 13:39:54 -0400" <005201c217b8$52a065a0$0100a8c0@YANGTX>

next in thread | previous in thread | raw e-mail | index | archive | help

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




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