From owner-freebsd-stable@FreeBSD.ORG Wed Mar 11 10:47:02 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2A29C8D for ; Wed, 11 Mar 2015 10:47:02 +0000 (UTC) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [IPv6:2a02:b90:3002:e550::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0BBB78B for ; Wed, 11 Mar 2015 10:47:02 +0000 (UTC) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YVeAA-000DKZ-28; Wed, 11 Mar 2015 10:46:54 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YVeA9-000NbE-TY; Wed, 11 Mar 2015 10:46:53 +0000 To: bsd-lists@bsdforge.com, freebsd-stable@freebsd.org, pkubaj@riseup.net Subject: Re: No sound on 10.1-RELEASE In-Reply-To: <6bdeedc21fe40455bd8b82a60256436f@ultimatedns.net> Message-Id: From: Pete French Date: Wed, 11 Mar 2015 10:46:53 +0000 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2015 10:47:03 -0000 I havent really followed this thread in great detail, but I just remembered that I also have an MSI motjherboard with onboard sound, pyus a graphics card with sound on it. I have to ouyht this in sysctl.conf hw.snd.default_unit=1 to make sure sound comes out of the onboard port not the graphics card, as the kernel finds them in the opposite order. Could something this work for you maybe ? -pete.