我的笔记本电脑上有Ubuntu22.04LTS和Windows 10。我的蓝牙耳机有声音中断,这是由Windows 10的双重启动引起的(我知道这一点,因为当我只有Windows 10时,没有声音中断,但是当我安装Ubuntu时,音频中断在Ubuntu和Windows上启动)。我希望我能描述我的问题。
所以,我希望你能帮我!
我不能卸载Windows或Ubuntu。
L
spci -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发布于 2022-07-30 11:07:41
2.4 GHz和蓝牙对英特尔设备的干扰在许多情况下可以通过运行:
sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi bt_coex_active=N"重新启动以申请。
这可以通过以下方式恢复:
sudo rm /etc/modprobe.d/iwlwifi-opt.confhttps://askubuntu.com/questions/1421097
复制相似问题