No sound from speaker, using Realtek ALC269 and snd_hda
Big Yuuta
init.py at gmail.com
Sun Oct 28 21:49:16 UTC 2012
On Sun, Oct 28, 2012 at 10:34 PM, Alexander Motin <mav at 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 :)
More information about the freebsd-questions
mailing list