From owner-freebsd-questions@FreeBSD.ORG Thu May 7 12:33:35 2009 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 33C9010656B6 for ; Thu, 7 May 2009 12:33:35 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 68CF48FC18 for ; Thu, 7 May 2009 12:33:34 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from phenom.cordula.ws (phenom [192.168.254.60]) by fw.farid-hajji.net (Postfix) with ESMTP id 4BEC434640; Thu, 7 May 2009 14:33:31 +0200 (CEST) Date: Thu, 7 May 2009 14:33:30 +0200 From: cpghost To: Lars Hecking Message-ID: <20090507123330.GD1111@phenom.cordula.ws> References: <20090507105027.279A04E382@cork.irdesign.cypress.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090507105027.279A04E382@cork.irdesign.cypress.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-questions@freebsd.org Subject: Re: 7.2 = no sound 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: Thu, 07 May 2009 12:33:35 -0000 On Thu, May 07, 2009 at 11:50:27AM +0100, Lars Hecking wrote: > I upgraded my system to 7.2 with cvsup, and sound has stopped working. I'm > running gnome, and both (...) > Sound module loaded: yes > > # kldstat |grep snd > 4 1 0xc09d6000 1abf8 snd_hda.ko > > # cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:3v/1r:1v channels duplex default) > pcm1: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (0p:0v/1r:1v channels) > > dmesg: > > pcm0: at cad 0 nid 1 on hdac0 > pcm1: at cad 0 nid 1 on hdac0 Have you tried to set hw.snd.default_unit to the right port? >From snd_hda(4): The default audio device may be tuned by setting the hw.snd.default_unit sysctl, as described in sound(4), or explicitly specified in application settings. That's the most common cause for sound problems after the snd_hda upgrade. -cpghost. -- Cordula's Web. http://www.cordula.ws/