From owner-freebsd-questions@FreeBSD.ORG Mon Oct 29 16:35:57 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 CD9D3869; Mon, 29 Oct 2012 16:35:57 +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 E8FDE8FC08; Mon, 29 Oct 2012 16:35:56 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id b5so4089443lbd.13 for ; Mon, 29 Oct 2012 09:35:55 -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=fzCXK5GGX9uHxcGgyeiQ5/ezXh5tNYzROED1gHE9gDo=; b=NCVa4vnVskNEtU5pz1QxWDlLhKX0tqAOhWrjb/wA0YCjcH1YzwOnW+9HIBpSqiDnWn vUC9oAxr985Sj0vNjsgsEE4RhtvTJUoyKPrNmOVE6xftgjZrXemg1aZVICk/bCXyzLd7 hIV56tCiZhtDYrMFC3e/t3LSdBcJ4EnYr+RLYClZmX1ewG9RfG+VztmU7vvWt7SUivRk Avj8ARlclZzDvXirZnJam5uQuZYDRP03n07xbJijqhSwQ37ameCLp/UZGHHhfpCwMthZ ivKaWvk7SaPbnmFfKc3T2ctLi6PhYPjacSPbVTKqtwnm6cxmmI+j+JeMnqKGb41S0eNu OEKg== MIME-Version: 1.0 Received: by 10.112.31.194 with SMTP id c2mr11700401lbi.44.1351528555854; Mon, 29 Oct 2012 09:35:55 -0700 (PDT) Received: by 10.114.60.114 with HTTP; Mon, 29 Oct 2012 09:35:55 -0700 (PDT) In-Reply-To: <508EA9B0.2070501@FreeBSD.org> References: <508D8755.1080501@FreeBSD.org> <508D98C9.30603@FreeBSD.org> <508DA4D0.8040604@FreeBSD.org> <508EA9B0.2070501@FreeBSD.org> Date: Mon, 29 Oct 2012 17:35:55 +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: Mon, 29 Oct 2012 16:35:58 -0000 On Mon, Oct 29, 2012 at 5:07 PM, Alexander Motin wrote: > On 29.10.2012 17:44, Big Yuuta wrote: >> >> Hi, Alexander >> >> On Sun, Oct 28, 2012 at 10:34 PM, Alexander Motin wrote: >>> >>> Also check that pin sensing is working. Try to plug in/out headphones. >>> With >>> verbose messages enabled, you should see messages about that on console >>> and >>> in logs. >> >> >> Pin sensing works fine. I tested it and whenever I plug the headphone in, >> I can hear the sound from the headphone, and I have this output >> on the console: >> >> hdaa0: Pin sense: nid=26 sence=0x80000000 (connected) >> pcm0: Redirect output to: headphones >> hdaa0: Pin sense: nid=26 sence=0x00000000 (disconnected) >> pcm0: Redirect output to: main >> >> I think the redirection works, but nid20 is not well set? Is "main" here >> the 1st nid of the association? i.e. nid20 which has seq=0? > > > Not necessary the seq=0, as it can be multichannel output, but in this case > -- yes. > > >> I hope I'm not bothering you with my questions, and again thanks >> a lot for all your work, patience, and help! > > > Unfortunately I am almost run out of ideas. Neither Linux nor audio/oss > seems have specific code for your system. That makes me think that problem > is in some different basic assumptions in the drivers. But that doesn't give > any hint to find it out. > > You may try to play with setting different levels of ivref/ovref voltages > via hint.hdaa.0.config tunable. I haven't even seen it affecting power > amplifier, but who knows... Thank you, Alexander! :) In fact, this netbook works very fine with audio/oss from ports. My only problem with audio/oss is that whenever I skip (seek) in a video or an audio file, freebsd crashes and reboots. I know it's a problem with mplayer + oss, because, mplayer with snd_hda works (except speaker) and oss + vlc works But I like mplayer more than vlc ;)