From owner-freebsd-current@FreeBSD.ORG Fri Oct 3 08:45:45 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F37A1065693; Fri, 3 Oct 2008 08:45:45 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 964768FC20; Fri, 3 Oct 2008 08:45:44 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.20] (helo=10.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1KlgIA-0005Bb-MC; Fri, 03 Oct 2008 10:45:42 +0200 Received: from maf28.m.pppool.de ([89.49.175.40]:18194 helo=ernst.jennejohn.org) by 10.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1KlgIA-0007KJ-Eh; Fri, 03 Oct 2008 10:45:42 +0200 Date: Fri, 3 Oct 2008 10:45:40 +0200 From: Gary Jennejohn To: hartzell@alerce.com Message-ID: <20081003104540.00a88f42@ernst.jennejohn.org> In-Reply-To: <18661.11810.515902.79084@almost.alerce.com> References: <1222892584.00020319.1222880402@10.7.7.3> <48E47ADF.7030004@FreeBSD.org> <20081002144243.3f2e7310@ernst.jennejohn.org> <48E4CC6C.6050407@FreeBSD.org> <20081002194411.387b7f32@ernst.jennejohn.org> <18661.11810.515902.79084@almost.alerce.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexander Motin , freebsd-current@freebsd.org Subject: Re: regression in HDA functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 08:45:45 -0000 On Thu, 2 Oct 2008 13:25:06 -0700 George Hartzell wrote: > Gary Jennejohn writes: > > On Thu, 02 Oct 2008 16:28:12 +0300 > > Alexander Motin wrote: > > > > > I don't see any problem there. It is possible that you may just > > > misunderstood what you have got. You have: > > > pcm0 - SPDIF/HDMI on video card > > > pcm1 - rear 7.1 playback and main record > > > pcm2 - front headphones playback and mic record > > > pcm3 - SPDIF in/out. > > > > > > So, what the problem is? What are you doing, what expecting and what > > > getting? > > > > > > > I'm not getting any sound on the headphones, either plugged into the > > back or the front. With the old kernel it just works. > > You might discover the sound on one of the other pcm devices, that's > what happened to me on my mac pro (it's not clear that it should be on > the other device, but it works...). > > Here's a message swell.k sent to the list in response to my query > about how to use different devices. > > g. > > > swell.k@gmail.com writes: > > George Hartzell writes: > > > > [...] > > > An even simpler question would be, how can I test the other pcm > > > devices? > > > > If you look closely at /dev/sndstat output you'll notice there is > > `default' keyword on one of the pcm's. To change it you have to > > set hw.snd.default_unit accordingly. It's documented in sound(4). > > Next time you'll run mpg123 it will use different /dev/dsp. > > Thanks alot for the help from both of you. With this clue I was able to get the headphones working. --- Gary Jennejohn