Ubuntu 20.04 蓝牙问题

Ubuntu 20.04 蓝牙问题

我的蓝牙问题已经有一段时间了。我有蓝牙耳机,它们可以与我所有的其他设备配合使用,但出于某种原因,在使用 ubuntu 时它们会死机。如果我将它们配对,然后取下它们,所有使用音频的网站/程序都会卡住,包括 YouTube(显示“加载”动画),而一旦我关闭耳机或关闭蓝牙服务 - 一切都会神奇地正常工作!目前唯一的解决方案是关闭蓝牙服务并重新配对耳机。

编辑:

00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201
    [8086:06f0] Subsystem: Intel Corporation Device [8086:0070]
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi 
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub 
Bus 001 Device 006: ID 06cb:00bd Synaptics, Inc.  
Bus 001 Device 004: ID 5986:9106 Acer, Inc Integrated Camera 
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver 
Bus 001 Device 008: ID 0bda:8152 Realtek Semiconductor Corp. RTL8152 Fast Ethernet Adapter 
Bus 001 Device 005: ID 1a40:0801 Terminus Technology Inc.  
Bus 001 Device 002: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 014: ID 8087:0026 Intel Corp.  
Bus 001 Device 007: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

我在网上到处搜索,没有找到解决办法。

答案1

在终端中运行

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。

相关内容