From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 14:17:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7F21516A41F for ; Wed, 10 Aug 2005 14:17:42 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D1643D45 for ; Wed, 10 Aug 2005 14:17:42 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so86503nzd for ; Wed, 10 Aug 2005 07:17:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kCLBPoKkXKTTYYb8ZGd9lDCBjoAAtuI5zAOCJeTviF7xoEinJoREsq0sippn+TEX75HDbs40+3LtSa8Cf7Aqf7SV08lLB6b7ILHGlUxjo8tpiOYOvn8951LpuEqlrfCfyr8TcpVUb5UFU6udkGSJRgkVBZE3cu61BooP5GYs73I= Received: by 10.36.224.42 with SMTP id w42mr744098nzg; Wed, 10 Aug 2005 07:17:41 -0700 (PDT) Received: by 10.36.221.21 with HTTP; Wed, 10 Aug 2005 07:17:39 -0700 (PDT) Message-ID: <54db439905081007172ef41313@mail.gmail.com> Date: Wed, 10 Aug 2005 10:17:39 -0400 From: Bob Johnson To: ananth_g@sifycorp.com In-Reply-To: <42F99722.7060800@sifycorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42F99722.7060800@sifycorp.com> Cc: freebsd-questions@freebsd.org Subject: Re: AC97 audio not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 14:17:42 -0000 On 8/10/05, ananth_g wrote: > hi , > i have an on board ac97 sound. but its not working with 5.3 stable.=20 > what kernel module should i > load for using ac97 audio? >=20 Have you seen http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sou= nd-setup.html ? If the instructions there don't work, perhaps "kldload /boot/kernel/snd_*.ko" will get a working driver loaded, then "cat /dev/sndstat" will tell you which one it is. - Bob