安装了6.1内核的Armbian系统,启动如果发现没有WIFI选项,可以使用以下方法解决。
sudo apt update
sudo apt install make gcc build-essential git
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
reboot
安装了6.1内核的Armbian系统,启动如果发现没有WIFI选项,可以使用以下方法解决。
sudo apt update
sudo apt install make gcc build-essential git
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
reboot