Ubuntu:18.04
我的笔记本电脑通过 WiFi 连接到互联网
然后,当我连接蓝牙耳机并将声音配置文件设置为时High Fidelity Playback(A2Dp Sink)
,互联网就可以正常工作
使用 A2DP 配置文件的 speedtest.net 的结果
我一切换到Headset Head Unit(HSP/HFP)
,互联网就停止工作了
显而易见 https://i.stack.imgur.com/ue1Oh.pngSpeedtest 下载失败
编辑1:
输出lspci -knn | grep Net -A3; lsusb
03:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
Subsystem: Lite-On Communications Inc QCA9377 802.11ac Wireless Network Adapter [11ad:08a6]
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader [10ec:5287] (rev 01)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:57f2 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 04ca:3015 Lite-On Technology Corp.
Bus 001 Device 004: ID 04d9:a0ac Holtek Semiconductor, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
编辑2: 我观察到的一件事是,互联网不会就此停止工作。它会工作 5 秒,然后又停止 5 秒,然后这个循环继续
也许是因为蓝牙在一段时间内不允许 wifi 数据传输,或者它自己独占了 2.4Ghz
编辑3:
输出grep ath /etc/modprobe.d/*
/etc/modprobe.d/ath10k.conf:options ath9k btcoex_enable=1
/etc/modprobe.d/ath9k.conf:options ath9k btcoex_enable=0
/etc/modprobe.d/blacklist-ath_pci.conf:# which ath5k cannot recover. To prevent this condition, stop
/etc/modprobe.d/blacklist-ath_pci.conf:blacklist ath_pci
编辑4
我按照@Pilot6 的建议删除了/etc/modprobe.d/ath10k.conf
和文件,但问题仍然存在。/etc/modprobe.d/ath9k.conf