The Windows firmware obviously has a wifi/bluetooth juggling feature. Try installing the latest firmware from github. It looks like the feature has been implemented.
https://forums.linuxmint.com/viewtopic.php?t=346784
The command needs sudo to copy the files. If you don't have it, just separate out that part and run as root.
Code:
cd ~/Downloads;git clone https://github.com/kvalo/ath10k-firmware.git;sudo cp -rf ath10k-firmware/QCA9377 /lib/firmware/ath10k/
The command needs sudo to copy the files. If you don't have it, just separate out that part and run as root.
Code:
# cd /home/<username>/Downloads
Code:
# cp -rf ath10k-firmware/QCA9377 /lib/firmware/ath10k
Statistics: Posted by FreewheelinFrank — 2024-03-24 05:38