Hello,
Whenever I connect a bluetooth headset, the wifi speed significantly drops (making internet unusable), and at times, the wifi disconnects completely.
- Laptop: Lenovo Y520-15IKBM
- Wireless: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
- Blueooth HeadSet: Airpods Pro 2
- Ubuntu Version: 24.04
- Firmware: 6.8.0-51-generic
Some of the solutions I have tried from similar posts:
- Ceating a file at
/etc/modprobe.d/ath10k.conf
(didn’t exist before) and adding the lineoptions ath10k_core btcoex_enable=1
sudo iw dev wlp2s0 set power_save off
echo "options ath9k btcoex_enable=1" | sudo tee /etc/modprobe.d/ath9k.conf
Kindly find the pastebin link: https://termbin.com/5udj
Thank you in advance.