Difference between revisions of "WiFi Drivers"
(→Real link RTL8188eu) |
(→Real link RTL8192eu) |
||
Line 30: | Line 30: | ||
sudo make install | sudo make install | ||
− | === | + | ===Realtek RTL8192eu=== |
cd /home/downloads/WiFi | cd /home/downloads/WiFi |
Revision as of 16:02, 10 May 2020
Contents
Firmware
Ra-link
sudo apt-get update sudo apt-get install firmware-ralink
Realtek
sudo apt-get update sudo apt-get install firmware-realtek
or something like this, but this is included in firmware-realtek package
sudo wget https://github.com/lwfinger/rtl8188eu/raw/c83976d1dfb4793893158461430261562b3a5bf0/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin
Drivers
Install kernel headers
The kernel header files are needed to compile the drivers.
sudo apt install raspberrypi-kernel-headers
Realtek RTL8188eu
cd /home/downloads/WiFi sudo git clone https://github.com/lwfinger/rtl8188eu.git cd rtl8188eu make sudo make install
Realtek RTL8192eu
cd /home/downloads/WiFi sudo git clone https://github.com/lord2y/rtl8192eu-arm-linux-driver.git cd rtl8192eu-arm-linux-driver make make install