Chr*_*ris 4 headphones pulseaudio bluetooth
我最近购买了 Jabra Elite 75t 来连接到我的电脑。我做了以下事情:
使用此设备收听 YouTube 时,我会间歇性地听到断断续续的音频。我以前从未在有线设置中经历过这种情况。
我尝试了以下修复,但没有任何效果;还是有一些不稳定的地方:
耳机似乎在我的 Android 手机上工作正常,所以我不确定 Ubuntu 上有什么问题(我使用的是 20.04)。这是在我的终端上运行的输出lspci -knn | grep Net -A3; lsusb:
00:14.3 Network controller [0280]: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] [8086:9df0] (rev 30)
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] [8086:0034]
Kernel driver in use: iwlwifi
Bus 002 Device 002: ID 0bda:0411 Realtek Semiconductor Corp. 4-Port USB 3.1 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1532:0239 Razer USA, Ltd Razer Blade
Bus 001 Device 002: ID 13d3:56d5 IMC Networks Integrated Camera
Bus 001 Device 004: ID 8087:0aaa Intel Corp.
Bus 001 Device 008: ID 9636:9311
Bus 001 Device 007: ID 046d:c336 Logitech, Inc. 4-Port USB 2.1 Hub
Bus 001 Device 006: ID 1a40:0801 Terminus Technology Inc.
Bus 001 Device 005: ID 0bda:5411 Realtek Semiconductor Corp. 4-Port USB 2.1 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Run Code Online (Sandbox Code Playgroud)
我做错了什么或建议如何解决这个问题?
在终端中运行
sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi bt_coex_active=N"
Run Code Online (Sandbox Code Playgroud)
并重新启动。
这应该可以解决 BT 和 2.4 GHz Wi-Fi 问题。