I've been using Teams successfully for the past 3 years only in FreeBSD 13 via the Сhromium browser (I install packages from repositories). And sound/video/sharing works great on all machines (mostly workstations) except my Thinkpad T440p laptop.
Problem: When I talk via T440p (Sennheiser chat 5) people are complaining about unbearable noise from my microphone (severe noise, "ragged" sound). Therefore, I conclude that the problem is in the laptop. Moreover, noise can occur immediately or a few minutes after the start of the meeting. The problem exists only on this laptop and in other video conferencing services like Teams which also work in Chromium.
I have several copies of Sennheiser chat 5 (including new ones), and the problem is on all of them.
Since hw.snd.default_unit shows the value I need, I did not add anything to /etc/sysctl.conf.
What options are worth trying?
Problem: When I talk via T440p (Sennheiser chat 5) people are complaining about unbearable noise from my microphone (severe noise, "ragged" sound). Therefore, I conclude that the problem is in the laptop. Moreover, noise can occur immediately or a few minutes after the start of the meeting. The problem exists only on this laptop and in other video conferencing services like Teams which also work in Chromium.
I have several copies of Sennheiser chat 5 (including new ones), and the problem is on all of them.
Code:
# cat /dev/sndstat
Installed devices:
pcm0: <Intel Haswell (HDMI/DP 8ch)> (play)
pcm1: <Realtek ALC292 (Analog 2.0+HP/2.0)> (play/rec) default
pcm2: <Realtek ALC292 (Internal Analog Mic)> (rec)
No devices installed from userspace.
# sysctl hw.snd.default_unit
hw.snd.default_unit: 1
Since hw.snd.default_unit shows the value I need, I did not add anything to /etc/sysctl.conf.
What options are worth trying?
- should I try sndiod?
- should I upgrade to FreeBSD 14?