From owner-freebsd-questions@FreeBSD.ORG Sat Sep 11 19:24:23 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 5206F16A4CE for ; Sat, 11 Sep 2004 19:24:23 +0000 (GMT) Received: from mail.cableone.net (scanmail2.cableone.net [24.116.0.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FE543D3F for ; Sat, 11 Sep 2004 19:24:22 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.71.12]) by smail2.cableone.net (SurgeMail 1.9b) with ESMTP id 17105572 for multiple; Sat, 11 Sep 2004 12:08:31 -0700 Date: Sat, 11 Sep 2004 14:23:44 -0500 From: Vulpes Velox To: mikko@whitecortex.net (Mikko Heiskanen) Message-ID: <20040911142344.1ff2d442@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20040911151028.56F2E5C28@whitecortex.net> References: <20040911151028.56F2E5C28@whitecortex.net> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: freebsd-questions@freebsd.org Subject: Re: Soundcards on 6-current 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: Sat, 11 Sep 2004 19:24:23 -0000 On Sat, 11 Sep 2004 18:10:28 +0300 (EEST) mikko@whitecortex.net (Mikko Heiskanen) wrote: > Hi, > > Is there support on 6.0-current for soundcards? > I put the usual device pcm on kernconf, but it says > it don't know about that. I tried device sound, it compiles, > but there don't come support. If it's not supposed to, sorry > for this message. Noticed this when I started playing with 5x, but you will need to mess with it a bit since support for sound cards has not been distributed around to multiple devices now. Look in /boot/kernel for files named snd_* and one of those will be the one you want, if the sound chip set you have is supported. Or loading snd_driver should work too.