Solved When I use the microphone I hear myself

Hello,
Sound works fine on my system.
Code:
$ freebsd-version
13.1-RELEASE-p7
Also, when I plug in 3.5 jack headphones, the sound automatically switches.
Code:
$ cat /dev/sndstat
Installed devices:
pcm0: <Realtek ALC269 (Analog 2.0+HP/2.0)> (play/rec) default
pcm1: <Realtek ALC269 (Internal Analog Mic)> (rec)
No devices installed from userspace.
Code:
# dmesg | grep hdaa
hdaa0: <Realtek ALC269 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC269 (Analog 2.0+HP/2.0)> at nid 20,21 and 24 on hdaa0
pcm1: <Realtek ALC269 (Internal Analog Mic)> at nid 18 on hdaa0
Code:
$ cat /boot/device.hints
hint.hdaa.0.nid21.config="as=1 seq=15 device=Headphones"
hint.hdaa.1.nid20.config="as=1 seq=0"
Code:
$ mixer
Mixer vol      is currently set to  67:67
Mixer pcm      is currently set to  80:80
Mixer speaker  is currently set to  74:74
Mixer mic      is currently set to  67:67
Mixer mix      is currently set to  74:74
Mixer rec      is currently set to  37:37
Mixer igain    is currently set to  25:25
Mixer ogain    is currently set to 100:100
Recording source: mic
It's all good, but...
I have a problem with the microphone, when I use the microphone I hear myself.
When I plug in 3.5 jack headphones with a microphone and speak into the microphone, I can hear myself through the headphones.
I can talk via MS Teams, but it's very inconvenient.
Anyone faced this problem?
Best regards,
 
Ohh you right!
This is:
Mixer mix is currently set to 74:74
I changed it to:
$ mixer mix 5
And now the microphone works much better!
Thanks for fast help!

P.S.
Before that I tried different settings in the mixer, and it looks like I missed this option.
 
Back
Top