-
sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv raspberrypi-kernel-headers dkms build-essential bc
- Download zip: rtl8812AU_8821AU_linux-master or from here: https://github.com/abperiasamy/rtl8812AU_8821AU_linux
- Copy folder inside zip to raspberry (e.g. Download directory)
- nano Makefile
- Change lines:
CONFIG_PLATFORM_I386_PC = y
CONFIG_PLATFORM_ARM_RPI = n
to
CONFIG_PLATFORM_I386_PC = n
CONFIG_PLATFORM_ARM_RPI = y - Save.
- cd ..
cd ..
cd boot
sudo nano config.txt - # Following 2 lines added because https://github.com/abperiasamy/rtl8812AU_8821AU_linux told me to:
#kernel=vmlinuz-3.10-3-rpi
#initramfs initrd.img-3.10-3-rpi followkernel - Save.
- Reboot.
- sudo ln -s /lib/modules/4.9.59-v7+/build /lib/modules/4.9.59-v7+/build
- cd to ~/Downloads/rtl8812AU_8821AU_linux-master
- sudo make clean <————- Fehler hier keine Ahnung, ich geb auf
sudo make
sudo make install
sudo modprobe -a rtl8812au
USB Wifi Stick Installation (Broken)
Veröffentlicht am