Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2012 22:49:14 +0100
From:      Big Yuuta <init.py@gmail.com>
To:        Alexander Motin <mav@freebsd.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: No sound from speaker, using Realtek ALC269 and snd_hda
Message-ID:  <CAN5iB8Tvt%2B=NJpzHU8eB7okqZdrnQHEMpxsYVwjQfeOgfq9AfQ@mail.gmail.com>
In-Reply-To: <508DA4D0.8040604@FreeBSD.org>
References:  <CAN5iB8RJe=JY2zsDG40gtCwcf4uJBt0%2BtxiSSuHqnZ1Ob6=HZg@mail.gmail.com> <508D8755.1080501@FreeBSD.org> <CAN5iB8T9RySw4h5HaM=pCA_G8n4yVa%2BAwdz4_YO8yr-FFk3iZg@mail.gmail.com> <508D98C9.30603@FreeBSD.org> <CAN5iB8QMm80VWzRFMsD=_vDN0HNLCoU2tb-Bt6n5qjUOcLHDXA@mail.gmail.com> <CAN5iB8R--Jm5o57u3_xKwN_5Cd=3zSXEWj42DdxakXptBiYqKQ@mail.gmail.com> <508DA4D0.8040604@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 28, 2012 at 10:34 PM, Alexander Motin <mav@freebsd.org> wrote:
> On 28.10.2012 23:20, Big Yuuta wrote:
>>
>> Unfortunately, trying with the different combinations didn't work.
>>
>> I wrote this tiny script just to make sure I'm not forgetting a case:
>>
>> #!/bin/sh
>> echo "testing with: $1 - $2";
>> kenv hint.hdaa.0.gpio_config="0=$1 1=$2";
>> kldunload snd_hda.ko;
>> kldload snd_hda.ko;
>> mplayer song.mp3;
>>
>> and I run it like this:
>>
>> ./test.sh set set
>> ./test.sh set clear
>> ./test.sh clear set
>> ./test.sh clear clear
>>
>> And nothing came out of the speaker, alas :(
>
>
> Alas. I'll just remind one more time about `mixer ogain`.

My bad, I forgot to tell you that I tried it with
mixer ogain 0:0 and mixer ogain 100:100 for every case.

> 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.

Ah, yes, I should give this a try!

Thank you so much, Alexander!

I'll keep you informed :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN5iB8Tvt%2B=NJpzHU8eB7okqZdrnQHEMpxsYVwjQfeOgfq9AfQ>