This is my first question asking in this forum.
Please help me out.
1.I have dual operating system in my laptop. one is linux ubuntu 22.10 distro another one windows 10.
2.in widows 10 WIFI working normally.but in ubuntu it's not found
3.last entire week searched lot in google i tried varies drivers like RLTx and so.
4.then i got to know for my wifi QCA9377 802.11cc wifi adapter driver have firmware in auth10k
5.i downloaded from github and copy firmware-5.bin_WLAN.TF.1.0-00002-QCATFSWPZ-5 into firmware-5.bin
sudo rm -r ath10k
i'm try to install into kernal module it's using
sudo rmmod ath10k_pci
even though its not working..
5.please recommend easy way to install wifi driver
rmmod
is remove module which is used to remove unwanted modules; you useinsmod
to insert/install modules. – guiverc Mar 11 '23 at 08:08