From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 5 08:30:24 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 497661065673 for ; Fri, 5 Jun 2009 08:30:24 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id C44888FC0C for ; Fri, 5 Jun 2009 08:30:23 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from orphanage.alkar.net (account mav@alkar.net [212.86.226.11] verified) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPA id 244983085; Fri, 05 Jun 2009 11:30:20 +0300 Message-ID: <4A28D79C.6070406@FreeBSD.org> Date: Fri, 05 Jun 2009 11:30:20 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (X11/20080612) MIME-Version: 1.0 To: rick-freebsd2008@kiwi-computer.com References: <1242609781.00113421.1242598202@10.7.7.3> <4A122B72.80206@FreeBSD.org> <20090519184150.GA990@keira.kiwi-computer.com> <20090605020054.GA67365@keira.kiwi-computer.com> In-Reply-To: <20090605020054.GA67365@keira.kiwi-computer.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_hda works on i386, fails on amd64 (RELENG_7) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 08:30:24 -0000 Rick C. Petty wrote: > I was wondering if you received my message and if you had any further > insights. I recently csup'd again and am attaching the newest output. > Although xmms2 is nice (I'm using a windows box as the server), it's > really annoying not to have native sound working in amd64. Remember, > it works just fine if I boot up i386. > >> On Tue, May 19, 2009 at 06:45:54AM +0300, Alexander Motin wrote: >> >>> Could you boot with `hw.snd.verbose=4` to get maximum driver debugging. > > Including below, minus the lines related to the ATI card; I only care > about the onboard audio (hdac0). See below for dmesg with > hw.snd.verbose=4. > > Any help would be appreciated. Thanks in advance, > > usable memory = 8575410176 (8178 MB) > avail memory = 8273821696 (7890 MB) Could you try to limit amount of system RAM to less then 3.5GB? Hardware or driver may have issues with support of more then 32bit addresses. I have successfully used driver on system with 4GB RAM, so I think that it may be a hardware issue. Also you may try to change sc->support_64bit = HDA_FLAG_MATCH(gcap, HDAC_GCAP_64OK); line to sc->support_64bit = 0; , to strictly limit driver to 32bit addresses ignoring hardware capabilities. -- Alexander Motin