From owner-freebsd-questions@FreeBSD.ORG Sun Oct 10 00:43:20 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41E58106564A for ; Sun, 10 Oct 2010 00:43:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 02A9B8FC0A for ; Sun, 10 Oct 2010 00:43:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o9A0hIal017376; Sat, 9 Oct 2010 18:43:18 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o9A0hIqv017373; Sat, 9 Oct 2010 18:43:18 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 9 Oct 2010 18:43:18 -0600 (MDT) From: Warren Block To: Scott Ballantyne In-Reply-To: <20101009193132.87551.qmail@ssr.com> Message-ID: References: <20101009174623.84973.qmail@ssr.com> <4CB0B41C.9060802@wallnet.com> <20101009193132.87551.qmail@ssr.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sat, 09 Oct 2010 18:43:19 -0600 (MDT) Cc: Tim Kellers , freebsd-questions@freebsd.org Subject: Re: No Sound FBSD 8.1 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: Sun, 10 Oct 2010 00:43:20 -0000 On Sat, 9 Oct 2010, Scott Ballantyne wrote: > Hi Tim, > > You write: >> I finally kldload(ed) snd_* and went through the list of the loaded >> modules until I eliminated useless loaded modules and found the one that >> actually let the sound files play. It was a pain in the butt, but it >> worked. >> >> What does kldstat say for your .ko loaded sound files? >> > > The problem was partly solved by Frank's suggestion to set the default > device to 1, although I don't know why. Now I get sound through the > earphones, but not the speakers. Look at your /dev/sndstat again, you have multiple audio devices. One of them is the HDMI output on the video card. Setting hw.snd.default_unit just selects the default unit to use for playing audio. Try the various units until you find the right one.