From owner-freebsd-current@FreeBSD.ORG Mon Apr 6 21:59:44 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 565451065714 for ; Mon, 6 Apr 2009 21:59:44 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx3.utsp.utwente.nl [130.89.2.14]) by mx1.freebsd.org (Postfix) with ESMTP id CBF858FC20 for ; Mon, 6 Apr 2009 21:59:43 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id n36LwhIS009948; Mon, 6 Apr 2009 23:58:44 +0200 From: Pieter de Goeje To: freebsd-current@freebsd.org Date: Mon, 6 Apr 2009 23:58:43 +0200 User-Agent: KMail/1.9.10 References: <83e5fb980904061402t7e07e9e7v795a27cb588ac518@mail.gmail.com> In-Reply-To: <83e5fb980904061402t7e07e9e7v795a27cb588ac518@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904062358.43622.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Diego Depaoli Subject: Re: AMD 780G chipset major issues 2/3 (snd_hda) 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: Mon, 06 Apr 2009 21:59:44 -0000 On Monday 06 April 2009, Diego Depaoli wrote: > After boot > #dmesg | grep hda > hdac0: mem > 0xfeae8000-0xfeaebfff irq 19 at device 5.1 on pci1 > hdac0: HDA Driver Revision: 20090401_0132 > hdac0: [ITHREAD] > hdac1: mem > 0xfe8f4000-0xfe8f7fff irq 16 at device 20.2 on pci0 > hdac1: HDA Driver Revision: 20090401_0132 > hdac1: [ITHREAD] > hdac0: HDA Codec #0: ATI RS690/780 HDMI > pcm0: at cad 0 nid 1 on hdac0 > hdac1: HDA Codec #0: Realtek ALC662 > pcm1: at cad 0 nid 1 on hdac1 > > sound doesn't work It does (should) work, it simply plays on the HDMI port. Add hw.snd.default_unit=1 to sysctl.conf to "fix". > > #kldunload snd_hda > #kldload snd_hda > > #dmesg | grep hda > hdac0: detached > hdac1: detached > hdac0: mem > 0xfe8f4000-0xfe8f7fff irq 16 at device 20.2 on pci0 > hdac0: HDA Driver Revision: 20090401_0132 > hdac0: [ITHREAD] > hdac0: HDA Codec #0: Realtek ALC662 > hdac1: mem > 0xfeae8000-0xfeaebfff irq 19 at device 5.1 on pci1 > hdac1: HDA Driver Revision: 20090401_0132 > hdac1: [ITHREAD] > hdac1: HDA Codec #0: ATI RS690/780 HDMI > pcm0: at cad 0 nid 1 on hdac0 > pcm1: at cad 0 nid 1 on hdac1 > > Now sound works Cheers, Pieter de Goeje