rtl8852au
rtl8852au copied to clipboard
Suggestion: Correcting the Broken Repository Link in Installation Instructions
In the installation instructions, there is a broken repository link. In the section Installation with module signing for SecureBoot, it mentions the following steps:
git clone git://github.com/lwfinger/rtl8814au.git
cd rtl8814au
make
sudo make sign-install
However, there is no rtl8814au
repository under the provided link. The correct repository to clone is rtl8852au
. The accurate installation steps are as follows:
git clone git://github.com/lwfinger/rtl8852au.git
cd rtl8852au
make
sudo make sign-install
This issue might confuse other users, and I suggest updating the link to the correct repository. Thank you!