From owner-freebsd-questions@FreeBSD.ORG Thu Nov 1 00:03:49 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 902EEBA4; Thu, 1 Nov 2012 00:03:49 +0000 (UTC) (envelope-from init.py@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 45C768FC0A; Thu, 1 Nov 2012 00:03:48 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id b5so1875230lbd.13 for ; Wed, 31 Oct 2012 17:03:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DcsQy0PMu8gnGwRt0lvNqcPav7v/3NEdbZs9rtft7q8=; b=adjN4oInU2t6icZMfTl24rERixhnJoaabayPNQEMa5xn0W2FTYEtPg035hULRH8Yly k9dB0sZq/qBRhjybYhxsZxyiteDVUvkk/6hYkjOGFUVrfHYDDXiiAo21ZpXsEuxT80ey sLz7ucyq/E0kz1PKXst5R6Zu4ikLRq43vOTbqrLMsq+IVzNWkAp5XvAXoGoluTlf7yz6 nSudoi9qFEDdM7r7urWEA/WEDevg3ljYyV7+dWSQ0DMR1hsbsYFJjVoqqS8C0jI76EKt hWyRI7YBM/SIvFM/gtSCeKZOhf5x5jRoM/nAYF5VzumuQartqomGenNwIhecqppSXqxG HoUw== MIME-Version: 1.0 Received: by 10.112.17.169 with SMTP id p9mr15235805lbd.9.1351728227274; Wed, 31 Oct 2012 17:03:47 -0700 (PDT) Received: by 10.114.60.114 with HTTP; Wed, 31 Oct 2012 17:03:47 -0700 (PDT) In-Reply-To: <5091A2DA.5020702@FreeBSD.org> References: <508D8755.1080501@FreeBSD.org> <508D98C9.30603@FreeBSD.org> <508DA4D0.8040604@FreeBSD.org> <508EA9B0.2070501@FreeBSD.org> <508EB2F7.2000303@FreeBSD.org> <508F9D57.7030004@FreeBSD.org> <5090E2DF.1040506@FreeBSD.org> <5091A2DA.5020702@FreeBSD.org> Date: Thu, 1 Nov 2012 01:03:47 +0100 Message-ID: Subject: Re: No sound from speaker, using Realtek ALC269 and snd_hda From: Big Yuuta To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2012 00:03:49 -0000 On Wed, Oct 31, 2012 at 11:14 PM, Alexander Motin wrote: > On 31.10.2012 18:24, Big Yuuta wrote: >> >> No, that patch didn't do the trick for the simple reason that >> my actual subid was 0x84371043 and not 0x1043837 -you spot my mistake? ;-) >> >> So here's the one that finally got me sound with my Asus EeePC 1001px >> on the internal speaker: >> >> Now I can have a good nap thinking that somehow I contributed a >> tiny little bit to my favorite OS. >> >> Thank you so much, Alexander! Not only you helped me solve this problem >> that >> I had for several months, but you also got me interested in FreeBSD's >> internal code! > > > Thank you for your contribution, it is really valuable, as there is no other > way to handle such kind of hardware issues. I've just committed the patch > to the HEAD branch and will merge it down to 8/9-STABLE in two weeks. > > -- > Alexander Motin It was *my* pleasure! Thank you!