Quantcast
Viewing all articles
Browse latest Browse all 2849

System and Network configuration • Re: WiFi keeps disconnecting

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.

Code:

cd ~/Downloads;git clone https://github.com/kvalo/ath10k-firmware.git;sudo cp -rf ath10k-firmware/QCA9377 /lib/firmware/ath10k/
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 /home/<username>/Downloads

Code:

# cp -rf ath10k-firmware/QCA9377 /lib/firmware/ath10k

Statistics: Posted by FreewheelinFrank — 2024-03-24 05:38



Viewing all articles
Browse latest Browse all 2849

Trending Articles