From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 30 19:39:15 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53EA516A4CE for ; Thu, 30 Dec 2004 19:39:15 +0000 (GMT) Received: from ds.netgate.net (ds.netgate.net [205.214.170.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9B543D1F for ; Thu, 30 Dec 2004 19:39:15 +0000 (GMT) (envelope-from ctodd@chrismiller.com) Received: (qmail 18908 invoked from network); 30 Dec 2004 19:39:11 -0000 Received: from vp4.netgate.net (ibrew@205.214.170.248) by ds.netgate.net with SMTP; 30 Dec 2004 19:39:11 -0000 Date: Thu, 30 Dec 2004 11:39:11 -0800 (PST) From: ctodd@chrismiller.com X-X-Sender: ibrew@vp4.netgate.net To: Erik Udo In-Reply-To: <41D456F1.50702@dnainternet.net> Message-ID: References: <41D456F1.50702@dnainternet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: Asus a7v880 mobo integrated sound not working X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:39:15 -0000 On Thu, 30 Dec 2004, Erik Udo wrote: > On FreeBSD 5.3-STABLE (cvsupped few hours ago) > > I haven't gotten integrated sound working on my > motherboard. I should have AD1888 AC97. I almost got it working > using the snd_via8233 driver. Try using the opensound driver, it's free for personal use, you just have to reinstall it when the trial version expires. If you like it, it's $30. I tried this driver out because I have 8 channel sound, and it sees everything on the card. I haven't tried it under X apps yet. Also you might try installing ximp3-0.1.15 from ports and play an mp3 at the command line. You can also `cat sndstat` to look for problems. You may need to increase the verbosity of `sysctl hw.snd.verbose` to 2 or 3 to find out what may be causing your problem. Hope this helps. Chris