Below are my notes on the wifi driver for the Maestro III.? ?I copied and amended the notes from info I found on various sites.??
? --? Follow the instructions to install/update wifi drivers.
?
git clone https://github.com/lwfinger/rtw88.git
cd rtw88
make
sudo make install
?
?
??Remember, every new kernel requires this step - no exceptions.
cd ~/rtw88
git pull
make
sudo make install
?
May only need make and make install? --? May also require reboot!
?
?
sudo modprobe -rv rtw_8723du??? #This unloads the module
sudo modprobe -r rtw_core???????#Due to some peculiarities in the modprobe utility, two steps are required.
?
sudo modprobe -v rtw_8723du ? ? ?#This loads the module? (rtw_core load not required)
?