我有一个 Ubuntu 22.04 LTS,我的蓝牙耳机的声音有些问题(MAJOR IV)。当我在浏览器中播放任何视频时,我都会出现间歇性音频中断。我更换了浏览器,但没有帮助。我将音频配置文件从 A2DP Sink 更改为 HFP,声音间歇性停止,但音质变得非常差。我尝试通过命令“bluetoothctl”然后“scan off”禁用蓝牙连续扫描设备,但出现错误:org.bluez.Error.Failed。所以我的问题仍然没有解决 :( 希望你能帮助我!谢谢你的关注!
PS 这是输出lspci -knn | grep Net -A3; lsusb
:
3c:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 61)
DeviceName: Intel Stone Peak 2 7265 Combo /NON-vPro NGFF Combo Wireless-AC 7265
Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
Kernel driver in use: iwlwifi
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 002: ID 04f2:b5d6 Chicony Electronics Co., Ltd HP Wide Vision HD Camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
答案1
问题是 2.4 GHz W-Fi 与蓝牙共享相同的频段。
在终端中运行
sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi bt_coex_active=N"
然后重新启动。
可以通过以下方式恢复设置
sudo rm /etc/modprobe.d/iwlwifi-opt.conf
但一个真正好的解决方案是使用 5 GHz Wi-Fi。