From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 05:05:20 2003 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 4F1FF16A4CE for ; Tue, 16 Dec 2003 05:05:20 -0800 (PST) Received: from anggerik.meltech.net.my (anggerik.meltech.net.my [202.71.100.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A8D43D2D for ; Tue, 16 Dec 2003 05:05:19 -0800 (PST) (envelope-from freebsd@synthexp.net) Received: from synthexp.net (unknown [219.93.73.214]) by anggerik.meltech.net.my (Postfix) with ESMTP id CFF4420B8 for ; Tue, 16 Dec 2003 21:00:52 +0000 (GMT) Message-ID: <3FDF02F8.10708@synthexp.net> Date: Tue, 16 Dec 2003 21:04:56 +0800 From: Ihsan Junaidi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20031215231806.EEE945C0E@techpc04.okladot.state.ok.us> <966592E2-2F61-11D8-8A38-000393BB56F2@HiWAAY.net> In-Reply-To: <966592E2-2F61-11D8-8A38-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Having problems with 'pcm' and on-board Crystal Sound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 13:05:20 -0000 David Kelly wrote: > > On Dec 15, 2003, at 5:18 PM, pseniura@techie.com wrote: > >> (2) If I let the boot loader.conf bring in 'snd_pcm' before the >> kernel starts, it won't see the sound chips at all you will need csa bridge driver for use with Crystal's sound chips. put in your loader.conf: snd_csa_load=YES snd_pcm_load=YES if you have cmi4281 chipset, replace snd_csa_load with snd_csa4281_load.