From owner-freebsd-current@FreeBSD.ORG Wed May 13 08:07:32 2009 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 EE8A0106566B; Wed, 13 May 2009 08:07:32 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id A774E8FC20; Wed, 13 May 2009 08:07:32 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1M49Ux-0006Cf-Pq>; Wed, 13 May 2009 10:07:31 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1M49Ux-0000MK-OW>; Wed, 13 May 2009 10:07:31 +0200 Message-ID: <4A0A7F73.2060203@zedat.fu-berlin.de> Date: Wed, 13 May 2009 08:06:11 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.21 (X11/20090417) MIME-Version: 1.0 To: Pieter de Goeje References: <4A0A7820.6070602@zedat.fu-berlin.de> <200905130957.16156.pieter@degoeje.nl> In-Reply-To: <200905130957.16156.pieter@degoeje.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 8.0: how to exchange order of recognized HDA devices? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 08:07:33 -0000 Pieter de Goeje wrote: > On Wednesday 13 May 2009 09:34:56 O. Hartmann wrote: >> The problem occured after the installation of an ATI HD4670 graphics >> board, on which one can find an additional HDA device found by the >> kernel before the on-board HDA device is found. >> So many clients, like vlc, mplayer etc. do have problems - they either >> play no sound through the usual pathways (via on-board soundcard/chip >> and the attached speakerset and/or headphones). >> I see 4 mixer-devices: mixer0 through mixer3. mixer0 seems to be >> attached to the graphics-card, mixer1 shows the usual devices I >> recognize and mixer 2 and 3 are unknown to me, they show up only 2 >> facilities. >> >> To make things simple: is there a way to change order of the found HDA >> controller? > sysctl hw.snd.default_unit=x > where x should probably be 1 in your case. > > Regards, > Pieter de Goeje > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Great! Thanks, this 'solved' it, simple, shiny, perfect ;-) Oliver