Re: WLAN mit Edimax-Antenne
Posted: 13 Jun 2020, 13:19
Kann diese Antenne als Wi-Fi-Schalldämpfer verwendet werden?
Code: Select all
# Install headers
sudo apt install raspberrypi-kernel-headers
# Download driver source, compile and install
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
make
sudo make install
# Reboot and check driver is loaded into the kernel
sudo reboot
modinfo 88XXau