From owner-freebsd-current@FreeBSD.ORG Thu Jul 22 20:16:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C5F16A4CE for ; Thu, 22 Jul 2004 20:16:40 +0000 (GMT) Received: from cpanel.ezone.ru (cpanel.ezone.ru [213.85.31.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id C87BD43D4C for ; Thu, 22 Jul 2004 20:16:38 +0000 (GMT) (envelope-from mcsi@mcsi.pp.ru) Received: from [83.237.28.243] (ppp83-237-28-243.pppoe.mtu-net.ru [83.237.28.243]) (authenticated bits=0) by cpanel.ezone.ru (8.13.0/8.12.11) with ESMTP id i6MKGPki089964; Fri, 23 Jul 2004 00:16:31 +0400 (MSD) (envelope-from mcsi@mcsi.pp.ru) Message-ID: <41002094.8010108@mcsi.pp.ru> Date: Fri, 23 Jul 2004 00:16:20 +0400 From: Maxim Maximov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040720 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Alecs King References: <20040722200600.GA1158@localhost> In-Reply-To: <20040722200600.GA1158@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail3.ezone.ru cc: freebsd-current@freebsd.org Subject: Re: Sound issue on -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 20:16:40 -0000 Alecs King wrote: > Onboard nForce2 audio (Realtek ALC650 AC97Codec). I used to use 'device > pcm' without problem. > > Just cvsup'ed the source and found that -current is now using a new > 'sound/snd_*' scheme. I checked the NOTES but couldnt find any snd_* > for my case. So i tried just using 'device sound' without any > 'device snd_*' but failed. > > Is there anything i missed? Which snd_* should i use? Any suggestions? In /boot/loader.conf: sound_load="YES" snd_driver_load="YES" should help you. Second line will load all available drivers. When you'll find out which one is yours, change that string to load appropriate driver. References: sys/conf/NOTES /boot/defaults/loader.conf -- Maxim Maximov